|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationBuilder
Holds a mutable set of properties representing the configuration.
Mutable/immutable pair with the NakedObjectConfiguration. To obtain
the configuration, use getConfiguration().
for more details on the mutable/immutable pair
pattern.| Method Summary | |
|---|---|
void |
add(java.util.Properties properties)
|
void |
add(java.lang.String key,
java.lang.String value)
|
void |
addConfigurationResource(java.lang.String installerName,
NotFoundPolicy notFoundPolicy)
|
NakedObjectConfiguration |
getConfiguration()
Returns a currently known NakedObjectConfiguration. |
ResourceStreamSource |
getResourceStreamSource()
The underlying ResourceStreamSource from which the configuration
is being read. |
| Methods inherited from interface org.nakedobjects.metamodel.commons.component.Injectable |
|---|
injectInto |
| Method Detail |
|---|
NakedObjectConfiguration getConfiguration()
NakedObjectConfiguration.
void addConfigurationResource(java.lang.String installerName,
NotFoundPolicy notFoundPolicy)
void add(java.util.Properties properties)
void add(java.lang.String key,
java.lang.String value)
ResourceStreamSource getResourceStreamSource()
ResourceStreamSource from which the configuration
is being read.
Note that this may be a composite.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||