Uses of Interface
org.codehaus.plexus.registry.Registry

Uses of Registry in org.codehaus.plexus.registry
 

Methods in org.codehaus.plexus.registry that return Registry
 Registry RegistryPlexusConfiguration.getRegistry()
           
 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.
 

Constructors in org.codehaus.plexus.registry with parameters of type Registry
RegistryPlexusConfiguration(Registry registry)
           
RegistryPlexusConfiguration(java.lang.String name, Registry registry, Registry parent)
           
 



Copyright © 2001-2008 Codehaus. All Rights Reserved.