Uses of Class
de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Packages that use PropertiesFileConfiguration Package Description de.aristaflow.adept2.util de.aristaflow.adept2.util.configuration -
-
Uses of PropertiesFileConfiguration in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return PropertiesFileConfiguration Modifier and Type Method Description static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(File file)Creates a newPropertiesFileConfigurationcontaining the contents of the designated file.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(File file, Logger autosaveLogger)Creates a newPropertiesFileConfigurationcontaining the contents of the designated file.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(String file)Creates a newPropertiesFileConfigurationcontaining the contents of the designated file.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(String file, Logger autosaveLogger)Creates a newPropertiesFileConfigurationcontaining the contents of the designated file.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(URL url)Creates a newPropertiesFileConfigurationcontaining the contents of the designated URL.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(URL url, InputStream is)Creates a newPropertiesFileConfigurationcontaining the contents of the designated input stream.static PropertiesFileConfigurationConfigurationTools. newPropertiesConfiguration(URL url, Logger autosaveLogger)Creates a newPropertiesFileConfigurationcontaining the contents of the designated URL. -
Uses of PropertiesFileConfiguration in de.aristaflow.adept2.util.configuration
Fields in de.aristaflow.adept2.util.configuration declared as PropertiesFileConfiguration Modifier and Type Field Description protected PropertiesFileConfigurationAutoSaveListener. confThe configuration of which to save the contents when changed.Constructors in de.aristaflow.adept2.util.configuration with parameters of type PropertiesFileConfiguration Constructor Description AutoSaveListener(PropertiesFileConfiguration conf, org.apache.commons.configuration2.io.FileHandler fileHandler, Path path, Logger logger)Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.AutoSaveListener(PropertiesFileConfiguration conf, org.apache.commons.configuration2.io.FileHandler fileHandler, Logger logger)Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.
-