Class SASConfigurationLoader<T extends SASEnvironment>

    • Constructor Detail

      • SASConfigurationLoader

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

        public SASConfigurationLoader​(org.apache.commons.configuration.tree.ConfigurationNode node)
    • Method Detail

      • 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:
      • getAccessList

        protected List<String> getAccessList()