Uses of Class
org.apache.commons.vfs.impl.DecoratedFileObject

Packages that use DecoratedFileObject
org.apache.commons.vfs.cache VFS File caching 
org.apache.commons.vfs.impl The standard VFS implementation. 
 

Uses of DecoratedFileObject in org.apache.commons.vfs.cache
 

Subclasses of DecoratedFileObject in org.apache.commons.vfs.cache
 class OnCallRefreshFileObject
          This decorator refreshes the fileObject data on every call.
 

Uses of DecoratedFileObject in org.apache.commons.vfs.impl
 

Subclasses of DecoratedFileObject in org.apache.commons.vfs.impl
 class SynchronizedFileObject
          This decorator synchronize all access to the FileObject.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.