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