Klasse ComponentConfigurationPropertiesResolverImpl
java.lang.Object
org.apache.fulcrum.yaafi.framework.configuration.ComponentConfigurationPropertiesResolverBaseImpl
org.apache.fulcrum.yaafi.framework.configuration.ComponentConfigurationPropertiesResolverImpl
- Alle implementierten Schnittstellen:
org.apache.avalon.framework.configuration.Configurable
,org.apache.avalon.framework.context.Contextualizable
,org.apache.avalon.framework.logger.LogEnabled
,ComponentConfigurationPropertiesResolver
public class ComponentConfigurationPropertiesResolverImpl
extends ComponentConfigurationPropertiesResolverBaseImpl
A implementation to provide out-of-the-box component configuration properties
using the following algorithm:
- add the user-supplied defaults to the result
- add the system properties to the result
- add the Merlin context entries to the result
- Autor:
- Siegfried Goeschl
-
Feldübersicht
Von Schnittstelle geerbte Felder org.apache.fulcrum.yaafi.framework.configuration.ComponentConfigurationPropertiesResolver
COMPONENT_CONFIG_PROPERTIES_VALUE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.fulcrum.yaafi.framework.configuration.ComponentConfigurationPropertiesResolverBaseImpl
addAvalonContext, configure, contextualize, createInputStream, enableLogging, getApplicationRootDir, getConfiguration, getContext, getLocation, getLogger, loadProperties
-
Konstruktordetails
-
ComponentConfigurationPropertiesResolverImpl
public ComponentConfigurationPropertiesResolverImpl()
-
-
Methodendetails
-
resolve
Beschreibung aus Schnittstelle kopiert:ComponentConfigurationPropertiesResolver
Resolve custom properties- Parameter:
defaults
- the default properties- Gibt zurück:
- the custom properties
- Löst aus:
Exception
- throws an exception if failed to resolve- Siehe auch:
-