ConfigurationProvider |
AbstractProductDerivation.load(File file,
String anchor) |
|
ConfigurationProvider |
AbstractProductDerivation.load(String resource,
String anchor,
ClassLoader loader) |
|
ConfigurationProvider |
ProductDerivation.load(File file,
String anchor) |
Load given file, or return null if it is not a file this receiver
understands.
|
ConfigurationProvider |
ProductDerivation.load(String resource,
String anchor,
ClassLoader loader) |
Load the given given resource into the returned ConfigurationProvider,
or return null if it is not a resource this receiver understands.
|
static ConfigurationProvider |
ProductDerivations.load(File file,
String anchor,
ClassLoader loader) |
Load given file, or return false if it is not a file this provider
understands.
|
static ConfigurationProvider |
ProductDerivations.load(String resource,
String anchor,
ClassLoader loader) |
Load the given given resource, or return false if it is not a resource
this provider understands.
|
ConfigurationProvider |
AbstractProductDerivation.loadDefaults(ClassLoader loader) |
|
ConfigurationProvider |
ProductDerivation.loadDefaults(ClassLoader loader) |
Load defaults into the returned ConfigurationProvider, or return null if
no defaults are found.
|
static ConfigurationProvider |
ProductDerivations.loadDefaults(ClassLoader loader) |
|
ConfigurationProvider |
AbstractProductDerivation.loadGlobals(ClassLoader loader) |
|
ConfigurationProvider |
ProductDerivation.loadGlobals(ClassLoader loader) |
Load globals into the returned ConfigurationProvider, or return null if
no globals are found.
|
static ConfigurationProvider |
ProductDerivations.loadGlobals(ClassLoader loader) |
|