public interface ConfigIncluder
ConfigParseOptions.setIncluder()
to
customize handling of include
statements in config files.Modifier and Type | Method and Description |
---|---|
ConfigObject |
include(ConfigIncludeContext context,
String what)
Parses another item to be included.
|
ConfigIncluder |
withFallback(ConfigIncluder fallback)
Returns a new includer that falls back to the given includer.
|
ConfigIncluder withFallback(ConfigIncluder fallback)
fallback
- ConfigObject include(ConfigIncludeContext context, String what)
context
- some info about the include contextwhat
- the include statement's argument