Uses of Interface
net.thevpc.common.vfs.VFile
Packages that use VFile
-
Uses of VFile in net.thevpc.common.vfs
Methods in net.thevpc.common.vfs that return VFileModifier and TypeMethodDescriptionstatic VFileVFS.createEmptyFolder()VirtualFileSystem.createTempFile(String prefix, String suffix, String folder) VFile[]VFile.find(String path, VFileFilter filter) VFile.getBaseFile(String vfsId) VFile.getParentFile()VirtualFileSystem.getParentFile(String path) VFile[]VirtualFileSystem.getRoots()VFile[]VFile.listFiles()VFile[]VFile.listFiles(VFileFilter fileFilter) VFile[]VFile[]VirtualFileSystem.listFiles(String path, VFileFilter fileFilter) Methods in net.thevpc.common.vfs with parameters of type VFileModifier and TypeMethodDescriptionbooleanTests whether or not the specified abstract pathname should be included in a pathname list.voidListFS.addOrRename(String name, VFile file, VFileNameGenerator nameGenerator) convenient way to add new file to the folder even if the file name already existsvoidvoidVFile.copyTo(VFile outFile, VFileFilter filter) voidvoidVirtualFileSystem.copyTo(String inFile, VFile outFile, VFileFilter filter) voidmount folder (from another File System)voidmount folder (from another File System)voidvoidbooleancalled when file is visited -
Uses of VFile in net.thevpc.common.vfs.impl
Classes in net.thevpc.common.vfs.impl that implement VFileMethods in net.thevpc.common.vfs.impl that return VFileModifier and TypeMethodDescriptionAbstractVirtualFileSystem.createTempFile(String prefix, String suffix, String folder) DetachedVirtualFileSystem.createTempFile(String prefix, String suffix, String folder) FolderVFS.createTempFile(String prefix, String suffix, String folder) Deprecated.NativeVFS.createTempFile(String prefix, String suffix, String folder) VFile[]DefaultFile.find(String path, VFileFilter filter) VFile[]DetachedFile.find(String path, VFileFilter filter) DefaultFile.getBaseFile(String vfsId) DetachedFile.getBaseFile(String vfsId) abstract VFileAbstractDelegateVirtualFileSystem.getDelegate(String f) DefaultMountableVFS.getDelegate(String path) EmptyVFS.getDelegate(String f) FileACLVirtualFileSystem.getDelegate(String f) FilteredFileSystem.getDelegate(String f) SubVFS.getDelegate(String f) VFileDelegate.getDelegate(String path) VFolderVFS.getDelegate(String path) protected VFileDelegateVFSSecurityManager.getDelegateFile(String path) DefaultMountableVFS.FileNode.getFile()DefaultMountableVFS.MergedNode.getFile()DefaultMountableVFS.MountFolderAction.getFile()DefaultMountableVFS.MountNode.getFile()abstract VFileDefaultMountableVFS.Node.getFile()DefaultMountableVFS.RootNode.getFile()DefaultMountableVFS.ShadowNode.getFile()AbstractVirtualFileSystem.getParentFile(String file) DefaultFile.getParentFile()DetachedFile.getParentFile()DetachedVirtualFileSystem.getParentFile(String path) NativeVFS.getParentFile(String path) VFile[]AbstractVirtualFileSystem.getRoots()VFile[]DefaultMountableVFS.getRoots()VFile[]DetachedVirtualFileSystem.getRoots()VFile[]EmptyVFS.getRoots()VFile[]FileACLVirtualFileSystem.getRoots()VFile[]FilteredFileSystem.getRoots()VFile[]NativeVFS.getRoots()VFile[]SubVFS.getRoots()VFile[]AbstractDelegateVirtualFileSystem.listFiles(String path, VFileFilter fileFilter) VFile[]VFile[]DefaultFile.listFiles()VFile[]DefaultFile.listFiles(VFileFilter fileFilter) VFile[]DefaultMountableVFS.listFiles(String path, VFileFilter fileFilter) VFile[]DetachedFile.listFiles()VFile[]DetachedFile.listFiles(VFileFilter fileFilter) VFile[]VFile[]DetachedVirtualFileSystem.listFiles(String path, VFileFilter fileFilter) VFile[]EmptyVFS.listFiles(String path, VFileFilter fileFilter) VFile[]FileACLVirtualFileSystem.listFiles(String path, VFileFilter fileFilter) VFile[]FilteredFileSystem.listFiles(String path, VFileFilter fileFilter) VFile[]VFile[]NativeVFS.listFiles(String path, VFileFilter fileFilter) VFile[]SubVFS.listFiles(String path, VFileFilter fileFilter) VFile[]VFolderVFS.listFiles(String path, VFileFilter fileFilter) protected VFileprotected VFileMethods in net.thevpc.common.vfs.impl with parameters of type VFileModifier and TypeMethodDescriptionvoidVFolderVFS.addOrRename(String name, VFile file, VFileNameGenerator nameGenerator) static voidstatic voidVFSUtils.copy(File inFile, VFile outFile, FileFilter filter) static voidstatic voidstatic voidVFSUtils.copy(VFile inFile, VFile outFile, VFileFilter filter) static FileVFSUtils.copyNativeTempFile(VFile inFile) voidvoidAbstractVirtualFileSystem.copyTo(String inFile, VFile outFile, VFileFilter filter) voidvoidDefaultFile.copyTo(VFile outFile, VFileFilter filter) voidvoidDetachedFile.copyTo(VFile outFile, VFileFilter filter) voidvoidDetachedVirtualFileSystem.copyTo(String inFile, VFile outFile, VFileFilter filter) voidvoidstatic voidstatic voidVFSUtils.move(VFile inFile, VFile outFile, VFileFilter filter) voidvoidvoidvoidprotected FileNativeVFS.toNativeFile(VFile file) static voidVFSUtils.visit(VFile inFile, String path, VFileVisitor visitor, VFileFilter filter) static voidVFSUtils.visit(VFile inFile, VFileVisitor visitor, VFileFilter filter) static voidVZipUtils.zip(VFile targetFile, VZipOptions options, VFile... source) Constructors in net.thevpc.common.vfs.impl with parameters of type VFileConstructor parameters in net.thevpc.common.vfs.impl with type arguments of type VFile