Class ChainedConfigurationSource
java.lang.Object
org.codehaus.plexus.configuration.source.ChainedConfigurationSource
- All Implemented Interfaces:
ConfigurationSource
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.
- Author:
- Jason van Zyl
-
Field Summary
Fields inherited from interface org.codehaus.plexus.configuration.source.ConfigurationSource
ROLE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChainedConfigurationSource
-
-
Method Details
-
getConfiguration
- Specified by:
getConfiguration
in interfaceConfigurationSource
-
getConfigurationSources
-