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 PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(File file)
Creates a newPropertiesFileConfiguration
containing the contents of the designated file.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(File file, Logger autosaveLogger)
Creates a newPropertiesFileConfiguration
containing the contents of the designated file.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(String file)
Creates a newPropertiesFileConfiguration
containing the contents of the designated file.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(String file, Logger autosaveLogger)
Creates a newPropertiesFileConfiguration
containing the contents of the designated file.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(URL url)
Creates a newPropertiesFileConfiguration
containing the contents of the designated URL.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(URL url, InputStream is)
Creates a newPropertiesFileConfiguration
containing the contents of the designated input stream.static PropertiesFileConfiguration
ConfigurationTools. newPropertiesConfiguration(URL url, Logger autosaveLogger)
Creates a newPropertiesFileConfiguration
containing 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 PropertiesFileConfiguration
AutoSaveListener. conf
The 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.
-