Package | Description |
---|---|
com.typesafe.config |
An API for loading and using configuration files, see the project site
for more information.
|
Modifier and Type | Method and Description |
---|---|
ConfigIncluder |
ConfigParseOptions.getIncluder()
Gets the current includer (will be null for the default includer).
|
ConfigIncluder |
ConfigIncluder.withFallback(ConfigIncluder fallback)
Returns a new includer that falls back to the given includer.
|
Modifier and Type | Method and Description |
---|---|
ConfigParseOptions |
ConfigParseOptions.appendIncluder(ConfigIncluder includer)
Appends a
ConfigIncluder which customizes how
includes are handled. |
ConfigParseOptions |
ConfigParseOptions.prependIncluder(ConfigIncluder includer)
Prepends a
ConfigIncluder which customizes how
includes are handled. |
ConfigParseOptions |
ConfigParseOptions.setIncluder(ConfigIncluder includer)
Set a
ConfigIncluder which customizes how includes are handled. |
ConfigIncluder |
ConfigIncluder.withFallback(ConfigIncluder fallback)
Returns a new includer that falls back to the given includer.
|
Copyright © 2018 com.typesafe. All rights reserved.