|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.configuration.source.ChainedConfigurationSource
public class ChainedConfigurationSource
A configuration source that delegates to any number of underlying configuration sources. If you are an application author and want to create a custom source of configuration for the components in your application then you would most likely want to create a chained configuration source where you can decide the order of processing, but still have the container perform its default behavior.
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.configuration.source.ConfigurationSource |
---|
ROLE |
Constructor Summary | |
---|---|
ChainedConfigurationSource(java.util.List configurationSources)
|
Method Summary | |
---|---|
PlexusConfiguration |
getConfiguration(ComponentDescriptor componentDescriptor)
|
java.util.List |
getConfigurationSources()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainedConfigurationSource(java.util.List configurationSources)
Method Detail |
---|
public PlexusConfiguration getConfiguration(ComponentDescriptor componentDescriptor)
getConfiguration
in interface ConfigurationSource
public java.util.List getConfigurationSources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |