|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Registry in org.codehaus.plexus.registry |
---|
Fields in org.codehaus.plexus.registry declared as Registry | |
---|---|
private Registry |
RegistryPlexusConfiguration.parent
The parent registry. |
private Registry |
RegistryConfigurePhase.registry
The registry component to use. |
private Registry |
RegistryPlexusConfiguration.registry
The backing registry. |
Methods in org.codehaus.plexus.registry that return Registry | |
---|---|
Registry |
RegistryPlexusConfiguration.getRegistry()
|
private Registry |
RegistryConfigurePhase.getRegistry(org.codehaus.plexus.component.manager.ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
|
Registry |
Registry.getSection(java.lang.String name)
Get a subsection of the registry, identified by the given name. |
Registry |
Registry.getSubset(java.lang.String key)
Get a subset of the registry, for all keys descended from the given key. |
Methods in org.codehaus.plexus.registry with parameters of type Registry | |
---|---|
void |
RegistryListener.afterConfigurationChange(Registry registry,
java.lang.String propertyName,
java.lang.Object propertyValue)
Notify the object that there has been a configuration change. |
void |
RegistryListener.beforeConfigurationChange(Registry registry,
java.lang.String propertyName,
java.lang.Object propertyValue)
Notify the object that there is about to be a configuration change. |
private void |
RegistryConfigurePhase.configure(java.lang.Object component,
Registry registry,
org.codehaus.plexus.classworlds.realm.ClassRealm componentRealm)
|
Constructors in org.codehaus.plexus.registry with parameters of type Registry | |
---|---|
RegistryPlexusConfiguration(Registry registry)
|
|
RegistryPlexusConfiguration(java.lang.String name,
Registry registry,
Registry parent)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |