| |
|
| java.lang.Object com.ibm.webdav.impl.CachedPropertiesManager com.ibm.webdav.fileSystem.PropertiesManager
PropertiesManager | public class PropertiesManager extends CachedPropertiesManager (Code) | | PropertiesManager extends CachedProperties to implements its repository
specific abstract methods.
author: Jim Amsden <jamsden@us.ibm.com> |
cacheTimeStamp | protected long cacheTimeStamp(Code) | | |
cachedPropertiesDocument | protected Document cachedPropertiesDocument(Code) | | |
PropertiesManager | public PropertiesManager()(Code) | | |
removeLiveProperties | public void removeLiveProperties(Document propertiesDocument)(Code) | | Remove the live DAV properties from the properties document that
do not need to be saved. There is no reason to save them as long
as they are recalculated each time the properties are loaded. This
method removes the ones that are repository specific.
Parameters: propertiesDocument - an XML document containing a properties element. |
|
|
|