Modifier and Type | Field and Description |
---|---|
protected PlexusConfiguration |
DefaultPlexusContainer.configuration |
Modifier and Type | Method and Description |
---|---|
protected PlexusConfiguration |
PlexusTestCase.customizeComponentConfiguration() |
protected PlexusConfiguration |
PlexusJUnit4TestCase.customizeComponentConfiguration() |
PlexusConfiguration |
DefaultPlexusContainer.getConfiguration() |
PlexusConfiguration |
MutablePlexusContainer.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPlexusContainer.setConfiguration(PlexusConfiguration configuration) |
void |
MutablePlexusContainer.setConfiguration(PlexusConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
ComponentConfigurationException.getFailedConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentConfigurator.configureComponent(Object component,
PlexusConfiguration configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm) |
void |
AbstractComponentConfigurator.configureComponent(Object component,
PlexusConfiguration configuration,
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) |
void |
BasicComponentConfigurator.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 |
AbstractComponentConfigurator.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 |
ComponentConfigurationException.setFailedConfiguration(PlexusConfiguration failedConfiguration) |
Constructor and Description |
---|
ComponentConfigurationException(PlexusConfiguration failedConfiguration,
String message) |
ComponentConfigurationException(PlexusConfiguration failedConfiguration,
String message,
Throwable cause) |
ComponentConfigurationException(PlexusConfiguration failedConfiguration,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentValueSetter.configure(PlexusConfiguration config,
ClassLoader classLoader,
ExpressionEvaluator evaluator) |
Object |
ConfigurationConverter.fromConfiguration(ConverterLookup converterLookup,
PlexusConfiguration configuration,
Class type,
Class baseType,
ClassLoader classLoader,
ExpressionEvaluator expressionEvaluator) |
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,
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Object |
PropertiesConverter.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 |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
Object |
ClassRealmConverter.fromConfiguration(ConverterLookup converterLookup,
PlexusConfiguration configuration,
Class type,
Class baseType,
ClassLoader classLoader,
ExpressionEvaluator expressionEvaluator,
ConfigurationListener listener) |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
ComponentDescriptor.getConfiguration()
Returns configuration values defined for this component.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescriptor.setConfiguration(PlexusConfiguration configuration)
Sets the configuration hierarchy for this component.
|
Modifier and Type | Method and Description |
---|---|
static PlexusConfiguration |
PlexusTools.buildConfiguration(String configuration) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(String resourceName,
Reader configuration) |
Modifier and Type | Method and Description |
---|---|
static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration) |
static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
static ComponentSetDescriptor |
PlexusTools.buildComponentSet(PlexusConfiguration c) |
static ComponentSetDescriptor |
PlexusTools.buildComponentSet(PlexusConfiguration c,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
static void |
PlexusTools.writeConfiguration(PrintStream out,
PlexusConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlexusConfiguration |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
PlexusConfiguration.addChild(String name)
Add a child element with a given name and return the newly created element.
|
PlexusConfiguration |
DefaultPlexusConfiguration.addChild(String name) |
PlexusConfiguration |
PlexusConfiguration.addChild(String name,
String value)
Add a child element with a given name, and given value and return the
newly created element.
|
PlexusConfiguration |
DefaultPlexusConfiguration.addChild(String name,
String value) |
PlexusConfiguration |
PlexusConfiguration.getChild(int i)
Returns the child configuration at the given location.
|
PlexusConfiguration |
DefaultPlexusConfiguration.getChild(int i) |
PlexusConfiguration |
PlexusConfiguration.getChild(String child)
Returns the child configuration of the given name.
|
PlexusConfiguration |
DefaultPlexusConfiguration.getChild(String name) |
PlexusConfiguration |
PlexusConfiguration.getChild(String child,
boolean createChild)
Returns the child configuration of the given name.
|
PlexusConfiguration |
DefaultPlexusConfiguration.getChild(String name,
boolean createChild) |
PlexusConfiguration[] |
PlexusConfiguration.getChildren()
Returns an array of all child configurations.
|
PlexusConfiguration[] |
DefaultPlexusConfiguration.getChildren() |
PlexusConfiguration[] |
PlexusConfiguration.getChildren(String name)
Returns an array of all child configurations with the given name.
|
PlexusConfiguration[] |
DefaultPlexusConfiguration.getChildren(String name) |
static PlexusConfiguration |
PlexusConfigurationMerger.merge(PlexusConfiguration user,
PlexusConfiguration system) |
PlexusConfiguration |
PlexusConfiguration.setValueAndGetSelf(String value)
Set the value of a configuration element and return the PlexusConfiguration object
so that further operations can be carried out.
|
PlexusConfiguration |
DefaultPlexusConfiguration.setValueAndGetSelf(String val) |
Modifier and Type | Method and Description |
---|---|
void |
PlexusConfiguration.addChild(PlexusConfiguration configuration)
Adds a configuration under this configuration, which acts as
a parent.
|
void |
DefaultPlexusConfiguration.addChild(PlexusConfiguration child) |
static PlexusConfiguration |
PlexusConfigurationMerger.merge(PlexusConfiguration user,
PlexusConfiguration system) |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
PlexusConfigurationReader.read(InputStream inputStream) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(InputStream inputStream) |
PlexusConfiguration |
PlexusConfigurationReader.read(Reader reader) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PlexusConfigurationWriter.write(OutputStream outputStream,
PlexusConfiguration configuration) |
void |
XmlPlexusConfigurationWriter.write(OutputStream outputStream,
PlexusConfiguration configuration) |
void |
PlexusConfigurationWriter.write(Writer writer,
PlexusConfiguration configuration) |
void |
XmlPlexusConfigurationWriter.write(Writer writer,
PlexusConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
ConfigurationSource.getConfiguration(ComponentDescriptor componentDescriptor) |
PlexusConfiguration |
ContainerConfigurationSource.getConfiguration(ComponentDescriptor componentDescriptor) |
PlexusConfiguration |
ChainedConfigurationSource.getConfiguration(ComponentDescriptor componentDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XmlPlexusConfiguration |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
ContainerInitializationContext.getContainerXmlConfiguration() |
Constructor and Description |
---|
ContainerInitializationContext(DefaultPlexusContainer container,
org.codehaus.plexus.classworlds.ClassWorld classWorld,
org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm,
PlexusConfiguration configuration,
ContainerConfiguration containerConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.