public interface ConfigIncludeContext
ConfigIncluder
; this interface is only useful
inside a ConfigIncluder
implementation, and is not intended for apps
to implement.Modifier and Type | Method and Description |
---|---|
ConfigParseable |
relativeTo(String filename)
Tries to find a name relative to whatever is doing the including, for
example in the same directory as the file doing the including.
|
ConfigParseable relativeTo(String filename)
filename
- the name to make relative to the resource doing the including