A B C D E F G I O R S

A

AbstractRegistryConverter - Class in org.codehaus.plexus.registry
Base class for registry type converters.
AbstractRegistryConverter() - Constructor for class org.codehaus.plexus.registry.AbstractRegistryConverter
 
addChangeListener(RegistryListener) - Method in interface org.codehaus.plexus.registry.Registry
Add a change listener.
addChild(PlexusConfiguration) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
addConfigurationFromFile(File) - Method in interface org.codehaus.plexus.registry.Registry
Load configuration from the given file.
addConfigurationFromFile(File, String) - Method in interface org.codehaus.plexus.registry.Registry
Load configuration from the given file.
addConfigurationFromResource(String) - Method in interface org.codehaus.plexus.registry.Registry
Load configuration from the given classloader resource.
addConfigurationFromResource(String, String) - Method in interface org.codehaus.plexus.registry.Registry
Load configuration from the given classloader resource.
afterConfigurationChange(Registry, String, Object) - Method in interface org.codehaus.plexus.registry.RegistryListener
Notify the object that there has been a configuration change.

B

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

C

canConvert(Class) - Method in class org.codehaus.plexus.registry.RegistryCollectionConverter
 
canConvert(Class) - Method in class org.codehaus.plexus.registry.RegistryIntConverter
 
canConvert(Class) - Method in class org.codehaus.plexus.registry.RegistryMapConverter
 
canConvert(Class) - Method in class org.codehaus.plexus.registry.RegistryStringConverter
 
configure(PlexusConfiguration, ClassLoader, ExpressionEvaluator) - Method in class org.codehaus.plexus.registry.RegistryComponentValueSetter
 

D

dump() - Method in interface org.codehaus.plexus.registry.Registry
Dump the entire registry to a string, for debugging purposes.

E

execute(Object, ComponentManager, ClassRealm) - Method in class org.codehaus.plexus.registry.RegistryConfigurePhase
 

F

fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator, ConfigurationListener) - Method in class org.codehaus.plexus.registry.AbstractRegistryConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator) - Method in class org.codehaus.plexus.registry.RegistryCollectionConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator) - Method in class org.codehaus.plexus.registry.RegistryIntConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator) - Method in class org.codehaus.plexus.registry.RegistryMapConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator) - Method in class org.codehaus.plexus.registry.RegistryStringConverter
 

G

getAttribute(String) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getAttribute(String, String) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getAttributeNames() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getBoolean(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a boolean value from the registry.
getBoolean(String, boolean) - Method in interface org.codehaus.plexus.registry.Registry
Get a boolean value from the registry.
getChild(String) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getChild(int) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getChild(String, boolean) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getChildCount() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getChildren() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getChildren(String) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getInt(String) - Method in interface org.codehaus.plexus.registry.Registry
Get an integer value from the registry.
getInt(String, int) - Method in interface org.codehaus.plexus.registry.Registry
Get an integer value from the registry.
getKeys() - Method in interface org.codehaus.plexus.registry.Registry
Get all the keys in this registry.
getList(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a list of strings at the given key in the registry.
getName() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getProperties(String) - Method in interface org.codehaus.plexus.registry.Registry
TODO move to Map which is more generic ? Get the properties at the given key in the registry.
getRegistry() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getSection(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a subsection of the registry, identified by the given name.
getString(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a string value from the registry.
getString(String, String) - Method in interface org.codehaus.plexus.registry.Registry
Get a string value from the registry.
getSubset(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a subset of the registry, for all keys descended from the given key.
getSubsetList(String) - Method in interface org.codehaus.plexus.registry.Registry
Get a list of subsets of the registry, for all keys descended from the given key.
getValue() - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
getValue(String) - Method in class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 

I

isEmpty() - Method in interface org.codehaus.plexus.registry.Registry
Determine if the registry contains any elements.

O

org.codehaus.plexus.registry - package org.codehaus.plexus.registry
 

R

Registry - Interface in org.codehaus.plexus.registry
The Plexus registry is a single source of external configuration for Plexus components and applications.
RegistryCollectionConverter - Class in org.codehaus.plexus.registry
Converts a registry into a collection.
RegistryCollectionConverter() - Constructor for class org.codehaus.plexus.registry.RegistryCollectionConverter
 
RegistryComponentValueSetter - Class in org.codehaus.plexus.registry
TODO! This should not be needed - add the necessary capability to the other component value setter to merge results with existing values
RegistryComponentValueSetter(String, Object, ConverterLookup) - Constructor for class org.codehaus.plexus.registry.RegistryComponentValueSetter
 
RegistryComponentValueSetter(String, Object, ConverterLookup, ConfigurationListener) - Constructor for class org.codehaus.plexus.registry.RegistryComponentValueSetter
 
RegistryConfigurePhase - Class in org.codehaus.plexus.registry
Configure Plexus components from the registry.
RegistryConfigurePhase() - Constructor for class org.codehaus.plexus.registry.RegistryConfigurePhase
 
RegistryException - Exception in org.codehaus.plexus.registry
Exception occurring in the registry component.
RegistryException(String) - Constructor for exception org.codehaus.plexus.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception org.codehaus.plexus.registry.RegistryException
 
RegistryIntConverter - Class in org.codehaus.plexus.registry
Converts a registry into an integer.
RegistryIntConverter() - Constructor for class org.codehaus.plexus.registry.RegistryIntConverter
 
RegistryListener - Interface in org.codehaus.plexus.registry
Receives notifications of configuration changes in thre registry.
RegistryMapConverter - Class in org.codehaus.plexus.registry
Converts a registry into a map.
RegistryMapConverter() - Constructor for class org.codehaus.plexus.registry.RegistryMapConverter
 
RegistryPlexusConfiguration - Class in org.codehaus.plexus.registry
An implementation of the Plexus Configuration interface backed by a registry.
RegistryPlexusConfiguration(Registry) - Constructor for class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
RegistryPlexusConfiguration(String, Registry, Registry) - Constructor for class org.codehaus.plexus.registry.RegistryPlexusConfiguration
 
RegistryStringConverter - Class in org.codehaus.plexus.registry
Converts a registry into a collection.
RegistryStringConverter() - Constructor for class org.codehaus.plexus.registry.RegistryStringConverter
 
remove(String) - Method in interface org.codehaus.plexus.registry.Registry
Remove a keyed element from the registry.
removeSubset(String) - Method in interface org.codehaus.plexus.registry.Registry
Remove a keyed subset of the registry.
ROLE - Static variable in interface org.codehaus.plexus.registry.Registry
 

S

save() - Method in interface org.codehaus.plexus.registry.Registry
Save any changes to the registry since it was loaded.
setBoolean(String, boolean) - Method in interface org.codehaus.plexus.registry.Registry
Set a boolean value in the registry.
setInt(String, int) - Method in interface org.codehaus.plexus.registry.Registry
Set an integer value in the registry.
setString(String, String) - Method in interface org.codehaus.plexus.registry.Registry
Set a string value in the registry.

A B C D E F G I O R S

Copyright © 2001-2011 Codehaus. All Rights Reserved.