Uses of Enum Class
de.dlr.proseo.storagemgr.cache.CacheFileStatus
Packages that use CacheFileStatus
Package
Description
Cache classes for the prosEO Storage Manager component
-
Uses of CacheFileStatus in de.dlr.proseo.storagemgr.cache
Methods in de.dlr.proseo.storagemgr.cache that return CacheFileStatusModifier and TypeMethodDescriptionFileCache.getCacheFileStatus(String path) Returns a status of the cache filestatic CacheFileStatusReturns the enum constant of this class with the specified name.static CacheFileStatus[]CacheFileStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.dlr.proseo.storagemgr.cache with parameters of type CacheFileStatusModifier and TypeMethodDescriptionvoidFileCache.setCacheFileStatus(String pathKey, CacheFileStatus status) Sets the status of a cache file.