| Package | Description |
|---|---|
| org.codehaus.plexus.component.repository | |
| org.codehaus.plexus.configuration |
| 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.addChild(String name)
Add a child element with a given name and return the newly created element.
|
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 |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlexusConfiguration.addChild(PlexusConfiguration configuration)
Adds a configuration under this configuration, which acts as
a parent.
|
Copyright © 2022 Unidal Organization. All rights reserved.