| Package | Description |
|---|---|
| org.codehaus.plexus.component.repository | |
| org.codehaus.plexus.configuration | |
| org.codehaus.plexus.personality.plexus.lifecycle.phase |
| Modifier and Type | Method | Description |
|---|---|---|
PlexusConfiguration |
ComponentDescriptor.getConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ComponentDescriptor.setConfiguration(PlexusConfiguration configuration) |
| Modifier and Type | Method | Description |
|---|---|---|
PlexusConfiguration |
PlexusConfiguration.getChild(int i) |
|
PlexusConfiguration |
PlexusConfiguration.getChild(java.lang.String child) |
|
PlexusConfiguration |
PlexusConfiguration.getChild(java.lang.String child,
boolean createChild) |
|
PlexusConfiguration[] |
PlexusConfiguration.getChildren() |
|
PlexusConfiguration[] |
PlexusConfiguration.getChildren(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PlexusConfiguration.addChild(PlexusConfiguration configuration) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |