org.codehaus.plexus.configuration
Interface PlexusConfiguration
- All Known Implementing Classes:
- DefaultPlexusConfiguration, XmlPlexusConfiguration
public interface PlexusConfiguration
getName
String getName()
getValue
String getValue()
getValue
String getValue(String defaultValue)
setValue
void setValue(String value)
getAttributeNames
String[] getAttributeNames()
getAttribute
String getAttribute(String attributeName)
getAttribute
String getAttribute(String attributeName,
String defaultValue)
setAttribute
void setAttribute(String name,
String value)
getChild
PlexusConfiguration getChild(String childName)
getChild
PlexusConfiguration getChild(String childName,
boolean create)
getChildren
PlexusConfiguration[] getChildren()
getChildren
PlexusConfiguration[] getChildren(String childName)
getChildCount
int getChildCount()
getChild
PlexusConfiguration getChild(int index)
addChild
void addChild(PlexusConfiguration child)
addChild
PlexusConfiguration addChild(String name,
String value)
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.