Interface PropertyResolver

  • All Known Implementing Classes:
    PropertiesExpander

    public interface PropertyResolver
    Resolves properties in module configurations.

    The ConfigurationLoader uses a PropertyResolver to resolve the values of external properties like ${basename} that occur in the configuration file.

    See Also:
    ConfigurationLoader
    • Method Detail

      • resolve

        java.lang.String resolve​(java.lang.String name)
        Resolves a property name to it's value.
        Parameters:
        name - the name of the property.
        Returns:
        the value that is associated with propertyName.