Class TestConfigLoader<T extends TestEnvironment>

    • Constructor Detail

      • TestConfigLoader

        public TestConfigLoader​(org.apache.commons.configuration.tree.ConfigurationNode node)
      • TestConfigLoader

        public TestConfigLoader​(org.apache.commons.configuration.tree.ConfigurationNode node,
                                MyLoggingFacade logger)
    • Method Detail

      • main

        public static void main​(String[] args)
      • load

        public T load()
        Description copied from interface: ConfigurationLoader
        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:
      • createInstance

        public T createInstance()
        Description copied from interface: ConfigurationLoader
        Internal call to Create the service environment from the initialized state of this boot strapper.
        Returns: