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 FileOperations
FileObject. getFileOperations()
-
Uses of FileOperations in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileOperations Modifier and Type Method Description FileOperations
DecoratedFileObject. 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 class
DefaultFileOperations
-
Uses of FileOperations in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as FileOperations Modifier and Type Field Description private FileOperations
AbstractFileObject. operations
FileServices instance.Methods in org.apache.commons.vfs2.provider that return FileOperations Modifier and Type Method Description FileOperations
AbstractFileObject. getFileOperations()
-