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
Classes
XmlPlexusConfiguration
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public final class
XmlPlexusConfiguration
extends
DefaultPlexusConfiguration
java.lang.Object
↳
org.codehaus.plexus.configuration.DefaultPlexusConfiguration
↳
org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration
Summary
Public Constructors
XmlPlexusConfiguration
(
String
name)
XmlPlexusConfiguration
(Xpp3Dom dom)
Public Methods
String
toString
()
Protected Methods
PlexusConfiguration
createChild
(
String
name)
[Expand]
Inherited Methods
From class
org.codehaus.plexus.configuration.DefaultPlexusConfiguration
final
PlexusConfiguration
add
(
PlexusConfiguration
child)
final void
addChild
(
PlexusConfiguration
child)
final
PlexusConfiguration
addChild
(
String
childName,
String
childValue)
PlexusConfiguration
createChild
(
String
childName)
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)
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
XmlPlexusConfiguration
(
String
name)
public
XmlPlexusConfiguration
(Xpp3Dom dom)
Public Methods
public
String
toString
()
Protected Methods
protected
PlexusConfiguration
createChild
(
String
name)