Uses of Interface
org.codehaus.plexus.configuration.PlexusConfiguration
-
Packages that use PlexusConfiguration Package Description org.codehaus.plexus.component.repository org.codehaus.plexus.configuration org.codehaus.plexus.personality.plexus.lifecycle.phase -
-
Uses of PlexusConfiguration in org.codehaus.plexus.component.repository
Methods in org.codehaus.plexus.component.repository that return PlexusConfiguration Modifier and Type Method Description PlexusConfiguration
ComponentDescriptor. getConfiguration()
Returns configuration values defined for this component.Methods in org.codehaus.plexus.component.repository with parameters of type PlexusConfiguration Modifier and Type Method Description void
ComponentDescriptor. setConfiguration(PlexusConfiguration configuration)
Sets the configuration hierarchy for this component. -
Uses of PlexusConfiguration in org.codehaus.plexus.configuration
Methods in org.codehaus.plexus.configuration that return PlexusConfiguration Modifier and Type Method Description PlexusConfiguration
PlexusConfiguration. getChild(int i)
Returns the child configuration at the given location.PlexusConfiguration
PlexusConfiguration. getChild(java.lang.String child)
Returns the child configuration of the given name.PlexusConfiguration
PlexusConfiguration. getChild(java.lang.String child, boolean createChild)
Returns the child configuration of the given name.PlexusConfiguration[]
PlexusConfiguration. getChildren()
Returns an array of all child configurations.PlexusConfiguration[]
PlexusConfiguration. getChildren(java.lang.String name)
Returns an array of all child configurations with the given name.Methods in org.codehaus.plexus.configuration with parameters of type PlexusConfiguration Modifier and Type Method Description void
PlexusConfiguration. addChild(PlexusConfiguration configuration)
Adds a configuration under this configuration, which acts as a parent. -
Uses of PlexusConfiguration in org.codehaus.plexus.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase with parameters of type PlexusConfiguration Modifier and Type Method Description void
Configurable. configure(PlexusConfiguration configuration)
-