Schnittstelle ComponentConfigurationPropertiesResolver

Alle bekannten Implementierungsklassen:
ComponentConfigurationPropertiesResolverBaseImpl, ComponentConfigurationPropertiesResolverImpl

public interface ComponentConfigurationPropertiesResolver
This interface allows to resolve component configuration properties. These properties are used to expand variables found in the componentConfiguration.xml. The main motivation for this interface is to allow users to hook up commons-configuration to resolve global parameters easily without coupling this implementation to any external libraries.
Autor:
Siegfried Goeschl
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
    default file name of the component config property file
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    resolve(Properties defaults)
    Resolve custom properties
  • Felddetails

    • COMPONENT_CONFIG_PROPERTIES_VALUE

      static final String COMPONENT_CONFIG_PROPERTIES_VALUE
      default file name of the component config property file
      Siehe auch:
  • Methodendetails

    • resolve

      Properties resolve(Properties defaults) throws Exception
      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