Uses of Interface
org.codehaus.plexus.configuration.PlexusConfiguration

Packages that use PlexusConfiguration
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
 PlexusConfiguration ComponentDescriptor.getConfiguration()
           
 

Methods in org.codehaus.plexus.component.repository with parameters of type PlexusConfiguration
 void ComponentDescriptor.setConfiguration(PlexusConfiguration configuration)
           
 

Uses of PlexusConfiguration in org.codehaus.plexus.configuration
 

Methods in org.codehaus.plexus.configuration that return PlexusConfiguration
 PlexusConfiguration PlexusConfiguration.getChild(int i)
           
 PlexusConfiguration PlexusConfiguration.getChild(String child)
           
 PlexusConfiguration PlexusConfiguration.getChild(String child, boolean createChild)
           
 PlexusConfiguration[] PlexusConfiguration.getChildren()
           
 PlexusConfiguration[] PlexusConfiguration.getChildren(String name)
           
 

Methods in org.codehaus.plexus.configuration with parameters of type PlexusConfiguration
 void PlexusConfiguration.addChild(PlexusConfiguration configuration)
           
 

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
 void Configurable.configure(PlexusConfiguration configuration)
           
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.