Interface PlexusConfiguration
- All Known Implementing Classes:
DefaultPlexusConfiguration
,XmlPlexusConfiguration
public interface PlexusConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(PlexusConfiguration child) getAttribute
(String attributeName) getAttribute
(String attributeName, String defaultValue) String[]
getChild
(int index) int
getChildren
(String childName) getName()
getValue()
void
setAttribute
(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
-