Parses another item to be included.
Parses another item to be included. The returned object typically would not have substitutions resolved. You can throw a ConfigException here to abort parsing, or return an empty object, but may not return null.
some info about the include context
the include statement's argument
a non-null ConfigObject
Implement this in addition to
ConfigIncluder
if you want to support inclusion of files with theinclude file("filename")
syntax. If you do not implement this but do implementConfigIncluder
, attempts to load files will use the default includer.