public interface ConfigIncluderClasspath
ConfigIncluder if you want to
support inclusion of files with the include classpath("resource")
syntax. If you do not implement this but do implement ConfigIncluder,
attempts to load classpath resources will use the default includer.| Modifier and Type | Method and Description |
|---|---|
ConfigObject |
includeResources(ConfigIncludeContext context,
java.lang.String what)
Parses another item to be included.
|
includeResources(ConfigIncludeContext context, java.lang.String what)
context - some info about the include contextwhat - the include statement's argument