Uses of Interface
org.apache.commons.vfs2.operations.FileOperations
-
Packages that use FileOperations Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.operations VFS Operations handling.org.apache.commons.vfs2.provider The File Provider API, and utility classes. -
-
Uses of FileOperations in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileOperations Modifier and Type Method Description FileOperationsFileObject. getFileOperations()Gets this instance's FileOperations. -
Uses of FileOperations in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileOperations Modifier and Type Method Description FileOperationsDecoratedFileObject. getFileOperations() -
Uses of FileOperations in org.apache.commons.vfs2.operations
Classes in org.apache.commons.vfs2.operations that implement FileOperations Modifier and Type Class Description classDefaultFileOperationsThe default implementations forFileOperations. -
Uses of FileOperations in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileOperations Modifier and Type Method Description FileOperationsAbstractFileObject. getFileOperations()
-