public interface PlexusConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addChild(PlexusConfiguration configuration) |
String |
getAttribute(String paramName) |
String |
getAttribute(String name,
String defaultValue) |
String[] |
getAttributeNames() |
PlexusConfiguration |
getChild(int i) |
PlexusConfiguration |
getChild(String child) |
PlexusConfiguration |
getChild(String child,
boolean createChild) |
int |
getChildCount() |
PlexusConfiguration[] |
getChildren() |
PlexusConfiguration[] |
getChildren(String name) |
String |
getName() |
String |
getValue() |
String |
getValue(String defaultValue) |
String getName()
String getValue() throws PlexusConfigurationException
PlexusConfigurationException
String[] getAttributeNames()
String getAttribute(String paramName) throws PlexusConfigurationException
PlexusConfigurationException
PlexusConfiguration getChild(String child)
PlexusConfiguration getChild(int i)
PlexusConfiguration getChild(String child, boolean createChild)
PlexusConfiguration[] getChildren()
PlexusConfiguration[] getChildren(String name)
void addChild(PlexusConfiguration configuration)
int getChildCount()
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.