Uses of Class
org.apache.commons.vfs.impl.DecoratedFileObject
-
Packages that use DecoratedFileObject Package Description org.apache.commons.vfs.cache 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
SynchronizedFileObject
This decorator synchronize all access to the FileObject
-