Interface CoreConfigurationPropertiesLoader


  • public interface CoreConfigurationPropertiesLoader
    CoreConfigurationPropertiesLoader This interface defines a service that can be used to customize the loading of the rundeck-config.properties file when Rundeck bootstraps. Implementing classes can be installed using the facilities provided by the java ServiceLoader class.
    • Method Detail

      • loadProperties

        java.util.Properties loadProperties()