org.codehaus.plexus.configuration.xml
public class XmlPlexusConfiguration extends Object implements PlexusConfiguration
Version: $Id: XmlPlexusConfiguration.java 1747 2005-04-19 05:38:54Z brett $
| Field Summary | |
|---|---|
| Xpp3Dom | dom |
| Constructor Summary | |
|---|---|
| XmlPlexusConfiguration(String name) | |
| XmlPlexusConfiguration(Xpp3Dom dom) | |
| Method Summary | |
|---|---|
| void | addAllChildren(PlexusConfiguration other) |
| void | addChild(PlexusConfiguration configuration) |
| void | attributes(PlexusConfiguration c, StringBuffer sb) |
| void | display(PlexusConfiguration c, StringBuffer sb, int depth) |
| String | getAttribute(String name, String defaultValue) |
| String | getAttribute(String name) |
| String[] | getAttributeNames() |
| PlexusConfiguration | getChild(String name) |
| PlexusConfiguration | getChild(int i) |
| PlexusConfiguration | getChild(String name, boolean createChild) |
| int | getChildCount() |
| PlexusConfiguration[] | getChildren() |
| PlexusConfiguration[] | getChildren(String name) |
| String | getName() |
| String | getValue() |
| String | getValue(String defaultValue) |
| Xpp3Dom | getXpp3Dom() |
| String | indent(int depth) |
| void | setAttribute(String name, String value) |
| void | setValue(String value) |
| String | toString() |