public interface ConfigIncluderURL
ConfigIncluder if you want to
support inclusion of files with the include url("http://example.com")
syntax. If you do not implement this but do implement ConfigIncluder,
attempts to load URLs will use the default includer.| Modifier and Type | Method and Description |
|---|---|
ConfigObject |
includeURL(ConfigIncludeContext context,
java.net.URL what)
Parses another item to be included.
|
includeURL(ConfigIncludeContext context, java.net.URL what)
context - some info about the include contextwhat - the include statement's argument