Interface PlexusConfiguration
public interface PlexusConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(PlexusConfiguration configuration) getAttribute(String paramName) getAttribute(String name, String defaultValue) String[]getChild(int i) intgetChildren(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()
-