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 voidPropertiesDataStorage.removeValue(PropertiesDataStorage.PropertyFile file, String key) protected voidPropertiesDataStorage.saveFile(PropertiesDataStorage.PropertyFile file) protected voidPropertiesDataStorage.setValue(PropertiesDataStorage.PropertyFile file, String key, String value)