public static class PersistentProperties.FileStore extends Object implements PersistentProperties.Store
| Constructor and Description |
|---|
FileStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
will save the properties registered for this store
|
void |
storeIsFor(PersistentProperties props)
should be normally part of the constructor: call this method only once!
|
void |
update()
will read the Properties registered by this store
|
public void storeIsFor(PersistentProperties props)
PersistentProperties.StorestoreIsFor in interface PersistentProperties.Storepublic void commit()
throws IOException
PersistentProperties.Storecommit in interface PersistentProperties.StoreIOExceptionpublic void update()
throws IOException
PersistentProperties.Storeupdate in interface PersistentProperties.StoreIOExceptionCopyright © 2015 LSST. All rights reserved.