Uses of Class
org.apache.commons.vfs2.impl.DecoratedFileObject
-
Packages that use DecoratedFileObject Package Description org.apache.commons.vfs2.cache VFS File cachingorg.apache.commons.vfs2.impl The standard VFS implementation. -
-
Uses of DecoratedFileObject in org.apache.commons.vfs2.cache
Subclasses of DecoratedFileObject in org.apache.commons.vfs2.cache Modifier and Type Class Description class
OnCallRefreshFileObject
This decorator refreshes the fileObject data on every call. -
Uses of DecoratedFileObject in org.apache.commons.vfs2.impl
Subclasses of DecoratedFileObject in org.apache.commons.vfs2.impl Modifier and Type Class Description class
SynchronizedFileObject
This decorator synchronize all access to the FileObject.
-