Interface PlexusConfiguration
public interface PlexusConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(PlexusConfiguration configuration) getAttribute
(String paramName) getAttribute
(String name, String defaultValue) String[]
getChild
(int i) int
getChildren
(String name) getName()
getValue()
-
Method Details
-
getName
String getName() -
getValue
- Throws:
PlexusConfigurationException
-
getValue
-
getAttributeNames
String[] getAttributeNames() -
getAttribute
- Throws:
PlexusConfigurationException
-
getAttribute
-
getChild
-
getChild
-
getChild
-
getChildren
PlexusConfiguration[] getChildren() -
getChildren
-
addChild
-
getChildCount
int getChildCount()
-