public interface PlexusConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addChild(PlexusConfiguration child) |
PlexusConfiguration |
addChild(String name,
String value) |
String |
getAttribute(String attributeName) |
String |
getAttribute(String attributeName,
String defaultValue) |
String[] |
getAttributeNames() |
PlexusConfiguration |
getChild(int index) |
PlexusConfiguration |
getChild(String childName) |
PlexusConfiguration |
getChild(String childName,
boolean create) |
int |
getChildCount() |
PlexusConfiguration[] |
getChildren() |
PlexusConfiguration[] |
getChildren(String childName) |
String |
getName() |
String |
getValue() |
String |
getValue(String defaultValue) |
void |
setAttribute(String name,
String value) |
void |
setValue(String value) |
String getName()
String getValue()
void setValue(String value)
String[] getAttributeNames()
PlexusConfiguration getChild(String childName)
PlexusConfiguration getChild(String childName, boolean create)
PlexusConfiguration[] getChildren()
PlexusConfiguration[] getChildren(String childName)
int getChildCount()
PlexusConfiguration getChild(int index)
void addChild(PlexusConfiguration child)
PlexusConfiguration addChild(String name, String value)
Copyright © 2018. All rights reserved.