Uses of Interface
org.codehaus.plexus.configuration.PlexusConfiguration
-
-
Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator
Methods in org.codehaus.plexus.component.configurator that return PlexusConfiguration Modifier and Type Method Description PlexusConfiguration
ComponentConfigurationException. getFailedConfiguration()
Methods in org.codehaus.plexus.component.configurator with parameters of type PlexusConfiguration Modifier and Type Method Description void
AbstractComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
AbstractComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
AbstractComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
void
BasicComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
void
ComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
ComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
ComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
void
MapOrientedComponentConfigurator. configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
void
ComponentConfigurationException. setFailedConfiguration(PlexusConfiguration configuration)
Constructors in org.codehaus.plexus.component.configurator with parameters of type PlexusConfiguration Constructor Description ComponentConfigurationException(PlexusConfiguration configuration, String message)
ComponentConfigurationException(PlexusConfiguration configuration, String message, Throwable cause)
ComponentConfigurationException(PlexusConfiguration configuration, 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 Modifier and Type Method Description protected void
AbstractConfigurationConverter. failIfNotTypeCompatible(Object value, Class<?> type, PlexusConfiguration configuration)
Object
AbstractConfigurationConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator)
Object
ConfigurationConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator)
Object
ConfigurationConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
ParameterizedConfigurationConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
protected Object
AbstractConfigurationConverter. fromExpression(PlexusConfiguration configuration, ExpressionEvaluator evaluator)
protected Object
AbstractConfigurationConverter. fromExpression(PlexusConfiguration configuration, ExpressionEvaluator evaluator, Class<?> type)
protected Class<?>
AbstractConfigurationConverter. getClassForImplementationHint(Class<?> type, PlexusConfiguration configuration, ClassLoader loader)
-
Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters.basic
-
Uses of PlexusConfiguration in org.codehaus.plexus.component.configurator.converters.composite
Methods in org.codehaus.plexus.component.configurator.converters.composite that return PlexusConfiguration Modifier and Type Method Description protected static PlexusConfiguration
AbstractCollectionConverter. csvToXml(PlexusConfiguration configuration, String csv)
Methods in org.codehaus.plexus.component.configurator.converters.composite with parameters of type PlexusConfiguration Modifier and Type Method Description protected static PlexusConfiguration
AbstractCollectionConverter. csvToXml(PlexusConfiguration configuration, String csv)
protected Collection<Object>
AbstractCollectionConverter. fromChildren(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener, Class<?> elementType)
protected Collection<Object>
AbstractCollectionConverter. fromChildren(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener, Type elementType)
Object
ArrayConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
ArrayConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
CollectionConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
CollectionConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
MapConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
MapConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
ObjectWithFieldsConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
PlexusConfigurationConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
Object
PropertiesConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
protected Class<?>
AbstractCollectionConverter. getChildType(PlexusConfiguration childConfiguration, Class<?> enclosingType, ClassLoader loader, Class<?> elementType)
protected Type
AbstractCollectionConverter. getChildType(PlexusConfiguration childConfiguration, Class<?> enclosingType, ClassLoader loader, Type elementType)
protected abstract Collection<Object>
AbstractCollectionConverter. instantiateCollection(PlexusConfiguration configuration, Class<?> type, ClassLoader loader)
protected Collection<Object>
ArrayConverter. instantiateCollection(PlexusConfiguration configuration, Class<?> type, ClassLoader loader)
protected Collection<Object>
CollectionConverter. instantiateCollection(PlexusConfiguration configuration, Class<?> type, ClassLoader loader)
void
ObjectWithFieldsConverter. processConfiguration(ConverterLookup lookup, Object bean, ClassLoader loader, PlexusConfiguration configuration, ExpressionEvaluator evaluator)
void
ObjectWithFieldsConverter. processConfiguration(ConverterLookup lookup, Object bean, ClassLoader loader, PlexusConfiguration configuration, ExpressionEvaluator evaluator, 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 Modifier and Type Method Description Object
ClassRealmConverter. fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)
-
Uses of PlexusConfiguration in org.codehaus.plexus.component.repository
Methods in org.codehaus.plexus.component.repository that return PlexusConfiguration Modifier and Type Method Description PlexusConfiguration
ComponentDescriptor. getConfiguration()
Methods in org.codehaus.plexus.component.repository with parameters of type PlexusConfiguration Modifier and Type Method Description void
ComponentDescriptor. setConfiguration(PlexusConfiguration configuration)
-
Uses of PlexusConfiguration in org.codehaus.plexus.configuration
Classes in org.codehaus.plexus.configuration that implement PlexusConfiguration Modifier and Type Class Description class
DefaultPlexusConfiguration
Methods in org.codehaus.plexus.configuration that return PlexusConfiguration Modifier and Type Method Description protected PlexusConfiguration
DefaultPlexusConfiguration. add(PlexusConfiguration child)
PlexusConfiguration
DefaultPlexusConfiguration. addChild(String childName, String childValue)
PlexusConfiguration
PlexusConfiguration. addChild(String name, String value)
protected PlexusConfiguration
DefaultPlexusConfiguration. createChild(String childName)
PlexusConfiguration
DefaultPlexusConfiguration. getChild(int index)
PlexusConfiguration
DefaultPlexusConfiguration. getChild(String childName)
PlexusConfiguration
DefaultPlexusConfiguration. getChild(String childName, boolean create)
PlexusConfiguration
PlexusConfiguration. getChild(int index)
PlexusConfiguration
PlexusConfiguration. getChild(String childName)
PlexusConfiguration
PlexusConfiguration. getChild(String childName, boolean create)
PlexusConfiguration[]
DefaultPlexusConfiguration. getChildren()
PlexusConfiguration[]
DefaultPlexusConfiguration. getChildren(String childName)
PlexusConfiguration[]
PlexusConfiguration. getChildren()
PlexusConfiguration[]
PlexusConfiguration. getChildren(String childName)
Methods in org.codehaus.plexus.configuration with parameters of type PlexusConfiguration Modifier and Type Method Description protected PlexusConfiguration
DefaultPlexusConfiguration. add(PlexusConfiguration child)
void
DefaultPlexusConfiguration. addChild(PlexusConfiguration child)
void
PlexusConfiguration. addChild(PlexusConfiguration child)
-
Uses of PlexusConfiguration in org.codehaus.plexus.configuration.xml
Classes in org.codehaus.plexus.configuration.xml that implement PlexusConfiguration Modifier and Type Class Description class
XmlPlexusConfiguration
Methods in org.codehaus.plexus.configuration.xml that return PlexusConfiguration Modifier and Type Method Description 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 Modifier and Type Method Description void
Configurable. configure(PlexusConfiguration configuration)
-
Uses of PlexusConfiguration in org.eclipse.sisu.plexus
Methods in org.eclipse.sisu.plexus with parameters of type PlexusConfiguration Modifier and Type Method Description void
CompositeBeanHelper. setDefault(Object bean, Object defaultValue, PlexusConfiguration configuration)
Calls the default "set" method on the bean; re-converts the configuration if necessary.void
CompositeBeanHelper. setProperty(Object bean, String propertyName, Class<?> valueType, PlexusConfiguration configuration)
Sets a property in the bean; looks for public setter/adder method before checking fields.
-