Interface PlexusConfiguration
- All Known Implementing Classes:
DefaultPlexusConfiguration,XmlPlexusConfiguration
public interface PlexusConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(PlexusConfiguration child) getAttribute(String attributeName) getAttribute(String attributeName, String defaultValue) String[]getChild(int index) intgetChildren(String childName) getName()getValue()voidsetAttribute(String name, String value) void
-
Method Details
-
getName
String getName() -
getValue
String getValue() -
getValue
-
setValue
-
getAttributeNames
String[] getAttributeNames() -
getAttribute
-
getAttribute
-
setAttribute
-
getChild
-
getChild
-
getChildren
PlexusConfiguration[] getChildren() -
getChildren
-
getChildCount
int getChildCount() -
getChild
-
addChild
-
addChild
-