public interface IsisConfigurationBuilder extends Injectable
Mutable/immutable pair with the IsisConfiguration. To obtain the
configuration, use getConfiguration().
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value) |
void |
addConfigurationResource(String installerName,
NotFoundPolicy notFoundPolicy) |
void |
addDefaultConfigurationResources() |
void |
dumpResourcesToLog()
Log a summary of resources found or not found.
|
IsisConfiguration |
getConfiguration()
Returns a currently known
IsisConfiguration. |
ResourceStreamSource |
getResourceStreamSource()
The underlying
ResourceStreamSource from which the configuration
is being read. |
void |
lockConfiguration() |
injectIntoIsisConfiguration getConfiguration()
IsisConfiguration.void addDefaultConfigurationResources()
void addConfigurationResource(String installerName, NotFoundPolicy notFoundPolicy)
ResourceStreamSource getResourceStreamSource()
ResourceStreamSource from which the configuration
is being read.
Note that this may be a composite.
void dumpResourcesToLog()
void lockConfiguration()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.