Uses of Class
de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
Packages that use PropertiesFileConfiguration
-
Uses of PropertiesFileConfiguration in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return PropertiesFileConfigurationModifier and TypeMethodDescriptionstatic 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 PropertiesFileConfigurationModifier and TypeFieldDescriptionprotected final PropertiesFileConfigurationAutoSaveListener.confThe configuration of which to save the contents when changed.Constructors in de.aristaflow.adept2.util.configuration with parameters of type PropertiesFileConfigurationModifierConstructorDescriptionprotectedAutoSaveListener(PropertiesFileConfiguration conf, FileHandler fileHandler, Path path, Logger logger) Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.protectedAutoSaveListener(PropertiesFileConfiguration conf, FileHandler fileHandler, Logger logger) Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.