Package | Description |
---|---|
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 |
---|---|
String |
PlexusConfiguration.getAttribute(String paramName)
Returns the value of the named attribute.
|
String |
PlexusConfiguration.getValue()
Returns the value of this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |
Copyright © 2019. All rights reserved.