Uses of Interface
org.codehaus.plexus.configuration.PlexusConfiguration

Packages that use PlexusConfiguration
org.codehaus.plexus   
org.codehaus.plexus.component.configurator   
org.codehaus.plexus.component.configurator.converters   
org.codehaus.plexus.component.configurator.converters.basic   
org.codehaus.plexus.component.configurator.converters.composite   
org.codehaus.plexus.component.configurator.converters.special   
org.codehaus.plexus.component.repository   
org.codehaus.plexus.configuration   
org.codehaus.plexus.configuration.xml   
org.codehaus.plexus.personality.plexus.lifecycle.phase   
 

Uses of PlexusConfiguration in org.codehaus.plexus
 

Methods in org.codehaus.plexus that return PlexusConfiguration
protected  PlexusConfiguration PlexusTestCase.customizeComponentConfiguration()
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator
 

Methods in org.codehaus.plexus.component.configurator that return PlexusConfiguration
 PlexusConfiguration ComponentConfigurationException.getFailedConfiguration()
           
 

Methods in org.codehaus.plexus.component.configurator with parameters of type PlexusConfiguration
 void AbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm)
           
 void ComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm)
           
 void AbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm)
           
 void ComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm)
           
 void AbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener)
           
 void ComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener)
           
 void MapOrientedComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener)
           
 void BasicComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener)
           
 void ComponentConfigurationException.setFailedConfiguration(PlexusConfiguration failedConfiguration)
           
 

Constructors in org.codehaus.plexus.component.configurator with parameters of type PlexusConfiguration
ComponentConfigurationException(PlexusConfiguration failedConfiguration, String message)
           
ComponentConfigurationException(PlexusConfiguration failedConfiguration, String message, Throwable cause)
           
ComponentConfigurationException(PlexusConfiguration failedConfiguration, Throwable cause)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters
 

Methods in org.codehaus.plexus.component.configurator.converters with parameters of type PlexusConfiguration
 void ComponentValueSetter.configure(PlexusConfiguration config, ClassLoader classLoader, ExpressionEvaluator evaluator)
           
protected  void AbstractConfigurationConverter.failIfNotTypeCompatible(Object value, Class<?> type, PlexusConfiguration configuration)
           
 Object ParameterizedConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object AbstractConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator)
           
 Object ConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator)
           
 Object ConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
protected  Object AbstractConfigurationConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator)
           
protected  Object AbstractConfigurationConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, Class type)
           
protected  Class AbstractConfigurationConverter.getClassForImplementationHint(Class type, PlexusConfiguration configuration, ClassLoader classLoader)
          We will check if user has provided a hint which class should be used for given field.
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters.basic
 

Methods in org.codehaus.plexus.component.configurator.converters.basic with parameters of type PlexusConfiguration
 Object AbstractBasicConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object FileConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object EnumConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
protected  Object AbstractBasicConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, Class type)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters.composite
 

Methods in org.codehaus.plexus.component.configurator.converters.composite with parameters of type PlexusConfiguration
 Object CollectionConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object PropertiesConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object ObjectWithFieldsConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object ArrayConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object CollectionConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object PlexusConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 Object MapConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 void ObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration)
           
 void ObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator)
           
 void ObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters.special
 

Methods in org.codehaus.plexus.component.configurator.converters.special with parameters of type PlexusConfiguration
 Object ClassRealmConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.component.repository
 

Methods in org.codehaus.plexus.component.repository that return PlexusConfiguration
 PlexusConfiguration ComponentDescriptor.getConfiguration()
           
 

Methods in org.codehaus.plexus.component.repository with parameters of type PlexusConfiguration
 void ComponentDescriptor.setConfiguration(PlexusConfiguration configuration)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.configuration
 

Classes in org.codehaus.plexus.configuration that implement PlexusConfiguration
 class DefaultPlexusConfiguration
           
 

Methods in org.codehaus.plexus.configuration that return PlexusConfiguration
protected  PlexusConfiguration DefaultPlexusConfiguration.add(PlexusConfiguration child)
           
 PlexusConfiguration PlexusConfiguration.addChild(String name, String value)
           
 PlexusConfiguration DefaultPlexusConfiguration.addChild(String childName, String childValue)
           
protected  PlexusConfiguration DefaultPlexusConfiguration.createChild(String childName)
           
 PlexusConfiguration PlexusConfiguration.getChild(int index)
           
 PlexusConfiguration DefaultPlexusConfiguration.getChild(int index)
           
 PlexusConfiguration PlexusConfiguration.getChild(String childName)
           
 PlexusConfiguration DefaultPlexusConfiguration.getChild(String childName)
           
 PlexusConfiguration PlexusConfiguration.getChild(String childName, boolean create)
           
 PlexusConfiguration DefaultPlexusConfiguration.getChild(String childName, boolean create)
           
 PlexusConfiguration[] PlexusConfiguration.getChildren()
           
 PlexusConfiguration[] DefaultPlexusConfiguration.getChildren()
           
 PlexusConfiguration[] PlexusConfiguration.getChildren(String childName)
           
 PlexusConfiguration[] DefaultPlexusConfiguration.getChildren(String childName)
           
 

Methods in org.codehaus.plexus.configuration with parameters of type PlexusConfiguration
protected  PlexusConfiguration DefaultPlexusConfiguration.add(PlexusConfiguration child)
           
 void PlexusConfiguration.addChild(PlexusConfiguration child)
           
 void DefaultPlexusConfiguration.addChild(PlexusConfiguration child)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.configuration.xml
 

Classes in org.codehaus.plexus.configuration.xml that implement PlexusConfiguration
 class XmlPlexusConfiguration
           
 

Methods in org.codehaus.plexus.configuration.xml that return PlexusConfiguration
protected  PlexusConfiguration XmlPlexusConfiguration.createChild(String name)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.personality.plexus.lifecycle.phase
 

Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase with parameters of type PlexusConfiguration
 void Configurable.configure(PlexusConfiguration configuration)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.