This project has retired. For details please refer to its Attic page.
Index (Archiva Components :: Spring Registry 3.0-SNAPSHOT API)
Skip navigation links
A B C D E G H I O R S 

A

addChangeListener(RegistryListener) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
addChangeListener(RegistryListener) - Method in interface org.apache.archiva.components.registry.Registry
Add a change listener.
addConfigurationFromFile(File) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
addConfigurationFromFile(File, String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
addConfigurationFromFile(File) - Method in interface org.apache.archiva.components.registry.Registry
Load configuration from the given file.
addConfigurationFromFile(File, String) - Method in interface org.apache.archiva.components.registry.Registry
Load configuration from the given file.
addConfigurationFromResource(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
addConfigurationFromResource(String, String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
addConfigurationFromResource(String) - Method in interface org.apache.archiva.components.registry.Registry
Load configuration from the given classloader resource.
addConfigurationFromResource(String, String) - Method in interface org.apache.archiva.components.registry.Registry
Load configuration from the given classloader resource.
afterConfigurationChange(Registry, String, Object) - Method in interface org.apache.archiva.components.registry.RegistryListener
Notify the object that there has been a configuration change.

B

beforeConfigurationChange(Registry, String, Object) - Method in interface org.apache.archiva.components.registry.RegistryListener
Notify the object that there is about to be a configuration change.

C

CommonsConfigurationRegistry - Class in org.apache.archiva.components.registry.commons
Implementation of the registry component using Commons Configuration.
CommonsConfigurationRegistry() - Constructor for class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
CommonsConfigurationRegistry(Configuration) - Constructor for class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
configurationChanged(ConfigurationEvent) - Method in class org.apache.archiva.components.registry.commons.ConfigurationListenerDelegate
 
ConfigurationListenerDelegate - Class in org.apache.archiva.components.registry.commons
Commons configuration listener that delegates to the given registry listener.
ConfigurationListenerDelegate(RegistryListener, Registry) - Constructor for class org.apache.archiva.components.registry.commons.ConfigurationListenerDelegate
 

D

dump() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
dump() - Method in interface org.apache.archiva.components.registry.Registry
Dump the entire registry to a string, for debugging purposes.

E

equals(Object) - Method in class org.apache.archiva.components.registry.commons.ConfigurationListenerDelegate
 

G

getBoolean(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getBoolean(String, boolean) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getBoolean(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a boolean value from the registry.
getBoolean(String, boolean) - Method in interface org.apache.archiva.components.registry.Registry
Get a boolean value from the registry.
getChangeListenersSize() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getFullKeys() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getFullKeys() - Method in interface org.apache.archiva.components.registry.Registry
Get all the keys in this registry.
getInt(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getInt(String, int) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getInt(String) - Method in interface org.apache.archiva.components.registry.Registry
Get an integer value from the registry.
getInt(String, int) - Method in interface org.apache.archiva.components.registry.Registry
Get an integer value from the registry.
getKeys() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getKeys() - Method in interface org.apache.archiva.components.registry.Registry
Get all the keys in this registry.
getList(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getList(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a list of strings at the given key in the registry.
getProperties(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getProperties(String) - Method in interface org.apache.archiva.components.registry.Registry
TODO move to Map which is more generic ?
getPropertyDelimiter() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getSection(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getSection(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a subsection of the registry, identified by the given name.
getString(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getString(String, String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getString(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a string value from the registry.
getString(String, String) - Method in interface org.apache.archiva.components.registry.Registry
Get a string value from the registry.
getSubset(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getSubset(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a subset of the registry, for all keys descended from the given key.
getSubsetList(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
getSubsetList(String) - Method in interface org.apache.archiva.components.registry.Registry
Get a list of subsets of the registry, for all keys descended from the given key.

H

hashCode() - Method in class org.apache.archiva.components.registry.commons.ConfigurationListenerDelegate
 

I

initialize() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
initialize() - Method in interface org.apache.archiva.components.registry.Registry
 
isEmpty() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
isEmpty() - Method in interface org.apache.archiva.components.registry.Registry
Determine if the registry contains any elements.

O

org.apache.archiva.components.registry - package org.apache.archiva.components.registry
 
org.apache.archiva.components.registry.commons - package org.apache.archiva.components.registry.commons
 

R

Registry - Interface in org.apache.archiva.components.registry
The Plexus registry is a single source of external configuration for Plexus components and applications.
RegistryException - Exception in org.apache.archiva.components.registry
Exception occurring in the registry component.
RegistryException(String) - Constructor for exception org.apache.archiva.components.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception org.apache.archiva.components.registry.RegistryException
 
RegistryListener - Interface in org.apache.archiva.components.registry
Receives notifications of configuration changes in thre registry.
remove(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
remove(String) - Method in interface org.apache.archiva.components.registry.Registry
Remove a keyed element from the registry.
removeChangeListener(RegistryListener) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
removeChangeListener(RegistryListener) - Method in interface org.apache.archiva.components.registry.Registry
 
removeSubset(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
removeSubset(String) - Method in interface org.apache.archiva.components.registry.Registry
Remove a keyed subset of the registry.

S

save() - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
save() - Method in interface org.apache.archiva.components.registry.Registry
Save any changes to the registry since it was loaded.
setBoolean(String, boolean) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
setBoolean(String, boolean) - Method in interface org.apache.archiva.components.registry.Registry
Set a boolean value in the registry.
setInt(String, int) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
setInt(String, int) - Method in interface org.apache.archiva.components.registry.Registry
Set an integer value in the registry.
setProperties(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
setPropertyDelimiter(String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
setString(String, String) - Method in class org.apache.archiva.components.registry.commons.CommonsConfigurationRegistry
 
setString(String, String) - Method in interface org.apache.archiva.components.registry.Registry
Set a string value in the registry.
A B C D E G H I O R S 
Skip navigation links

Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.