org.codehaus.plexus.configuration
public interface PlexusConfiguration
Method Summary | |
---|---|
void | addChild(PlexusConfiguration configuration) |
String | getAttribute(String paramName) |
String | getAttribute(String name, String defaultValue) |
String[] | getAttributeNames() |
PlexusConfiguration | getChild(String child) |
PlexusConfiguration | getChild(int i) |
PlexusConfiguration | getChild(String child, boolean createChild) |
int | getChildCount() |
PlexusConfiguration[] | getChildren() |
PlexusConfiguration[] | getChildren(String name) |
String | getName() |
String | getValue() |
String | getValue(String defaultValue) |