Uses of Class
me.hsgamer.topper.storage.flat.properties.PropertiesDataStorage.PropertyFile
Packages that use PropertiesDataStorage.PropertyFile
-
Uses of PropertiesDataStorage.PropertyFile in me.hsgamer.topper.storage.flat.properties
Methods in me.hsgamer.topper.storage.flat.properties that return PropertiesDataStorage.PropertyFileMethods in me.hsgamer.topper.storage.flat.properties with parameters of type PropertiesDataStorage.PropertyFileModifier and TypeMethodDescriptionPropertiesDataStorage.loadFromFile
(PropertiesDataStorage.PropertyFile file) PropertiesDataStorage.loadFromFile
(PropertiesDataStorage.PropertyFile file, String key) protected void
PropertiesDataStorage.removeValue
(PropertiesDataStorage.PropertyFile file, String key) protected void
PropertiesDataStorage.saveFile
(PropertiesDataStorage.PropertyFile file) protected void
PropertiesDataStorage.setValue
(PropertiesDataStorage.PropertyFile file, String key, String value)