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