public class FilePrefsStorage extends AbstractPrefsStorage
userproperties
Constructor and Description |
---|
FilePrefsStorage(java.io.File propertiesfile) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Get the file associated to the file prefs storage
|
void |
load()
Cette fonction lit les propriétés stockées dans le fichier de propriétés
|
void |
save()
Sauvegarde les propriétés
|
getBooleanProperty, getDimension, getDoubleProperty, getFileProperty, getIntegerProperty, getPoint, getStringProperty, setBooleanProperty, setDimension, setDoubleProperty, setFileProperty, setIntegerProperty, setPoint, setStringProperty
public java.io.File getFile()
public void load() throws java.io.IOException
IPrefsStorage
java.io.IOException
public void save()
IPrefsStorage
save
in interface IPrefsStorage
save
in class AbstractPrefsStorage