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 | Description |
---|---|---|
ConfigObject |
includeURL(ConfigIncludeContext context,
java.net.URL what) |
Parses another item to be included.
|
ConfigObject includeURL(ConfigIncludeContext context, java.net.URL what)
context
- some info about the include contextwhat
- the include statement's argument