Interface ConfigurationLoader<T extends AbstractEnvironment>

    • Method Detail

      • load

        T load()
        load the configuration. Normally the specifics of the configuration (e.g. a property file or an XML node) are loaded in the constructor first before this call. This is called automatically by the bootstrapper.
        Returns:
        Throws:
        Exception
      • createInstance

        T createInstance()
        Internal call to Create the service environment from the initialized state of this boot strapper.
        Returns:
        Throws:
        Exception
      • getConstants

        HashMap<String,​String> getConstants()
        Get any constants associated with this loader.
        Returns: