Class ConfigPropertiesCascadeBase.ConfigFile

    • Constructor Detail

      • ConfigFile

        public ConfigFile​(String configFileFullConfig)
        Parameters:
        configFileFullConfig - The config file location reference such as file:/some/path/config.properties
    • Method Detail

      • getContents

        public String getContents()
        the contents when the config file was read
        Returns:
        the contents
      • setContents

        public void setContents​(String contents1)
        Parameters:
        contents1 - the contents to set
      • retrieveContents

        public String retrieveContents​(ConfigPropertiesCascadeBase configPropertiesCascadeBase)
        get the contents from the config file
        Parameters:
        configPropertiesCascadeBase - the config properties cascade base
        Returns:
        the contents