public class AbstractFileObjectPrefsStorage extends AbstractPrefsStorage
userproperties
Constructor and Description |
---|
AbstractFileObjectPrefsStorage(org.apache.commons.vfs2.provider.AbstractFileObject propertiesfile) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.vfs2.provider.AbstractFileObject |
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 AbstractFileObjectPrefsStorage(org.apache.commons.vfs2.provider.AbstractFileObject propertiesfile)
public org.apache.commons.vfs2.provider.AbstractFileObject getFile()
public void load() throws java.io.IOException
IPrefsStorage
java.io.IOException
public void save()
IPrefsStorage
save
in interface IPrefsStorage
save
in class AbstractPrefsStorage