|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchivaConfiguration
Configuration holder for the model read from the registry.
Field Summary | |
---|---|
static java.lang.String |
ROLE
|
Method Summary | |
---|---|
void |
addChangeListener(org.codehaus.plexus.registry.RegistryListener listener)
Add a registry listener to notify of events in plexus-registry. |
void |
addListener(ConfigurationListener listener)
Add a configuration listener to notify of changes to the configuration. |
org.apache.maven.archiva.configuration.Configuration |
getConfiguration()
Get the configuration. |
boolean |
isDefaulted()
Determines if the configuration in use was as a result of a defaulted configuration. |
void |
removeListener(ConfigurationListener listener)
Remove a configuration listener to stop notifications of changes to the configuration. |
void |
save(org.apache.maven.archiva.configuration.Configuration configuration)
Save any updated configuration. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
org.apache.maven.archiva.configuration.Configuration getConfiguration()
void save(org.apache.maven.archiva.configuration.Configuration configuration) throws org.codehaus.plexus.registry.RegistryException, IndeterminateConfigurationException
configuration
- the configuration to save
org.codehaus.plexus.registry.RegistryException
- if there is a problem saving the registry data
IndeterminateConfigurationException
- if the configuration cannot be saved because it was read from two sourcesboolean isDefaulted()
void addListener(ConfigurationListener listener)
listener
- the listenervoid removeListener(ConfigurationListener listener)
listener
- the listenervoid addChangeListener(org.codehaus.plexus.registry.RegistryListener listener)
listener
- the listener
TODO: Remove in future.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |