public static interface PersistentProperties.Store
| 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
|
void storeIsFor(PersistentProperties props)
props - void commit()
throws IOException
IOExceptionvoid update()
throws IOException
IOExceptionCopyright © 2014 LSST. All rights reserved.