MCPcopy Index your code
hub / github.com/lightbend/config / origin

Method origin

config/src/main/java/com/typesafe/config/Config.java:184–184  ·  view source on GitHub ↗

Gets the origin of the Config, which may be a file, or a file with a line number, or just a descriptive phrase. @return the origin of the Config for use in error messages

()

Source from the content-addressed store, hash-verified

182 * @return the origin of the {@code Config} for use in error messages
183 */
184 ConfigOrigin origin();
185
186 @Override
187 Config withFallback(ConfigMergeable other);

Callers 15

addExtraDetailMethod · 0.65
makeMessageMethod · 0.65
resolveSubstitutionsMethod · 0.65
relativizedMethod · 0.65
createInternalMethod · 0.65
originMethod · 0.65
throwIfNullMethod · 0.65
findKeyOrNullMethod · 0.65
getEnumValueMethod · 0.65
getDurationListMethod · 0.65
addWrongTypeMethod · 0.65

Implementers 1

SimpleConfigconfig/src/main/java/com/typesafe/conf

Calls

no outgoing calls

Tested by

no test coverage detected