org.eclipse.sisu.plexus
Package Index
|
Class Index
org.codehaus.plexus
org.codehaus.plexus.component
org.codehaus.plexus.component.composition
org.codehaus.plexus.component.configurator
org.codehaus.plexus.component.configurator.converters
org.codehaus.plexus.component.configurator.converters.basic
org.codehaus.plexus.component.configurator.converters.composite
org.codehaus.plexus.component.configurator.converters.lookup
org.codehaus.plexus.component.configurator.converters.special
org.codehaus.plexus.component.configurator.expression
org.codehaus.plexus.component.factory
org.codehaus.plexus.component.repository
org.codehaus.plexus.component.repository.exception
org.codehaus.plexus.configuration
org.codehaus.plexus.configuration.xml
org.codehaus.plexus.context
org.codehaus.plexus.logging
org.codehaus.plexus.logging.console
org.codehaus.plexus.personality.plexus.lifecycle.phase
org.eclipse.sisu.plexus
Interfaces
PlexusConfiguration
Classes
DefaultPlexusConfiguration
Exceptions
PlexusConfigurationException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
DefaultPlexusConfiguration
extends
Object
implements
PlexusConfiguration
java.lang.Object
↳
org.codehaus.plexus.configuration.DefaultPlexusConfiguration
Known Direct Subclasses
XmlPlexusConfiguration
XmlPlexusConfiguration
Summary
Public Constructors
DefaultPlexusConfiguration
(
String
name)
DefaultPlexusConfiguration
(
String
name,
String
value)
Public Methods
final void
addChild
(
PlexusConfiguration
child)
final
PlexusConfiguration
addChild
(
String
childName,
String
childValue)
final
String
getAttribute
(
String
attributeName,
String
defaultValue)
final
String
getAttribute
(
String
attributeName)
final
String[]
getAttributeNames
()
final
PlexusConfiguration
getChild
(
String
childName, boolean create)
final
PlexusConfiguration
getChild
(int index)
final
PlexusConfiguration
getChild
(
String
childName)
final int
getChildCount
()
final
PlexusConfiguration[]
getChildren
()
final
PlexusConfiguration[]
getChildren
(
String
childName)
final
String
getName
()
final
String
getValue
(
String
defaultValue)
final
String
getValue
()
final void
setAttribute
(
String
attributeName,
String
attributeValue)
final void
setValue
(
String
value)
Protected Methods
final
PlexusConfiguration
add
(
PlexusConfiguration
child)
PlexusConfiguration
createChild
(
String
childName)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.codehaus.plexus.configuration.PlexusConfiguration
abstract void
addChild
(
PlexusConfiguration
child)
abstract
PlexusConfiguration
addChild
(
String
name,
String
value)
abstract
String
getAttribute
(
String
attributeName,
String
defaultValue)
abstract
String
getAttribute
(
String
attributeName)
abstract
String[]
getAttributeNames
()
abstract
PlexusConfiguration
getChild
(
String
childName, boolean create)
abstract
PlexusConfiguration
getChild
(int index)
abstract
PlexusConfiguration
getChild
(
String
childName)
abstract int
getChildCount
()
abstract
PlexusConfiguration[]
getChildren
()
abstract
PlexusConfiguration[]
getChildren
(
String
childName)
abstract
String
getName
()
abstract
String
getValue
(
String
defaultValue)
abstract
String
getValue
()
abstract void
setAttribute
(
String
name,
String
value)
abstract void
setValue
(
String
value)
Public Constructors
public
DefaultPlexusConfiguration
(
String
name)
public
DefaultPlexusConfiguration
(
String
name,
String
value)
Public Methods
public final void
addChild
(
PlexusConfiguration
child)
public final
PlexusConfiguration
addChild
(
String
childName,
String
childValue)
public final
String
getAttribute
(
String
attributeName,
String
defaultValue)
public final
String
getAttribute
(
String
attributeName)
public final
String[]
getAttributeNames
()
public final
PlexusConfiguration
getChild
(
String
childName, boolean create)
public final
PlexusConfiguration
getChild
(int index)
public final
PlexusConfiguration
getChild
(
String
childName)
public final int
getChildCount
()
public final
PlexusConfiguration[]
getChildren
()
public final
PlexusConfiguration[]
getChildren
(
String
childName)
public final
String
getName
()
public final
String
getValue
(
String
defaultValue)
public final
String
getValue
()
public final void
setAttribute
(
String
attributeName,
String
attributeValue)
public final void
setValue
(
String
value)
Protected Methods
protected final
PlexusConfiguration
add
(
PlexusConfiguration
child)
protected
PlexusConfiguration
createChild
(
String
childName)