Class Configurable<T extends AbstractConfiguration<?>>

    • Field Detail

    • Constructor Detail

      • Configurable

        protected Configurable​(T configuration)
        Sets up configuration.
        Parameters:
        configuration - the configuration; if null, operations requiring configuration will fail
    • Method Detail

      • resolved

        protected String resolved​(String value)
        Resolves a value according to configured definitions.
        Parameters:
        value - the value to resolve definitions references within
        Returns:
        the resolved value
        Throws:
        NullPointerException - if there is no configuration