Package | Description |
---|---|
org.codehaus.plexus.component.repository |
Provides classes for defining/describing components and dependencies as they are contained in a component repository.
|
org.codehaus.plexus.configuration |
Configurations in Plexus are the classes that define how a component is described, for example, as a plexus.xml file.
|
org.codehaus.plexus.personality.plexus.lifecycle.phase |
Contains the interfaces (and exceptions) which represent the component lifecycle phases of the Plexus personality.
|
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 |
---|---|
PlexusConfiguration |
PlexusConfiguration.getChild(int i)
Returns the child configuration at the given location.
|
PlexusConfiguration |
PlexusConfiguration.getChild(String child)
Returns the child configuration of the given name.
|
PlexusConfiguration |
PlexusConfiguration.getChild(String child,
boolean createChild)
Returns the child configuration of the given name.
|
PlexusConfiguration[] |
PlexusConfiguration.getChildren()
Returns an array of all child configurations.
|
PlexusConfiguration[] |
PlexusConfiguration.getChildren(String name)
Returns an array of all child configurations with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
PlexusConfiguration.addChild(PlexusConfiguration configuration)
Adds a configuration under this configuration, which acts as
a parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |
Copyright © 2019. All rights reserved.