Uses of Interface
org.apache.commons.vfs.FileObject
Packages that use FileObject
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
The FTP File Provider.
The Jar File Provider.
The Local File Provider.
The RAM File Provider.
The SFTP Provider.
The Tar File Provider.
The Temporary Filespace Provider.
The Default File Provider, which wraps java.net.URL.
The Zip File Provider.
The VFS Ant Tasks.
Utility classes used by the VFS.
-
Uses of FileObject in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileObjectModifier and TypeMethodDescriptionFileSystemManager.createFileSystem(String provider, FileObject file) Creates a layered file system.FileSystemManager.createFileSystem(FileObject file) Creates a layered file system.FileSystemManager.createVirtualFileSystem(String rootUri) Creates an empty virtual file system.FileSystemManager.createVirtualFileSystem(FileObject rootFile) Creates a virtual file system.FileObject.findFiles(FileSelector selector) Finds the set of matching descendents of this file, in depthwise order.FileSystemManager.getBaseFile()Returns the base file used to resolve relative paths.FileSelectInfo.getBaseFolder()Returns the base folder of the traversal.Returns a child of this file.FileObject.getChildren()Lists the children of this file.FileChangeEvent.getFile()Returns the file that changed.FileContent.getFile()Returns the file which this is the content of.FilesCache.getFile(FileSystem filesystem, FileName name) retrieve a file from the cache by its nameFileSelectInfo.getFile()Returns the file (or folder) to be considered.FileObject.getParent()Returns the folder that contains this file.FileSystem.getParentLayer()Returns the parent layer if this is a layered file system.FileSystem.getRoot()Returns the root file of this file system.FileObject.resolveFile(String path) Finds a file, relative to this file.FileObject.resolveFile(String name, NameScope scope) Finds a file, relative to this file.FileSystem.resolveFile(String name) Finds a file in this file system.FileSystem.resolveFile(FileName name) Finds a file in this file system.FileSystemManager.resolveFile(File baseFile, String name) Locates a file by name.FileSystemManager.resolveFile(String name) Locates a file by name.FileSystemManager.resolveFile(String name, FileSystemOptions fileSystemOptions) Locates a file by name.FileSystemManager.resolveFile(FileObject baseFile, String name) Locates a file by name.FileSystemManager.toFileObject(File file) Converts a local file into aFileObject.Methods in org.apache.commons.vfs with parameters of type FileObjectModifier and TypeMethodDescriptionvoidFileMonitor.addFile(FileObject file) Adds a file to be monitored.voidFileSystem.addJunction(String junctionPoint, FileObject targetFile) Adds a junction to this file system.voidFileSystem.addListener(FileObject file, FileListener listener) Adds a listener on a file in this file system.booleanFileSystemManager.canCreateFileSystem(FileObject file) Determines if a layered file system can be created for a given file.booleanFileObject.canRenameTo(FileObject newfile) Queries the file if it is possible to rename it to newfile.static voidFileUtil.copyContent(FileObject srcFile, FileObject destFile) Copies the content from a source file to a destination file.voidFileObject.copyFrom(FileObject srcFile, FileSelector selector) Copies another file, and all its descendents, to this file.FileSystemManager.createFileSystem(String provider, FileObject file) Creates a layered file system.FileSystemManager.createFileSystem(FileObject file) Creates a layered file system.FileSystemManager.createVirtualFileSystem(FileObject rootFile) Creates a virtual file system.static byte[]FileUtil.getContent(FileObject file) Returns the content of a file, as a byte array.voidFileObject.moveTo(FileObject destFile) Move this file.voidFilesCache.putFile(FileObject file) add a fileobject to the cachevoidFileMonitor.removeFile(FileObject file) Removes a file from being monitored.voidFileSystem.removeListener(FileObject file, FileListener listener) Removes a listener from a file in this file system.FileSystem.replicateFile(FileObject file, FileSelector selector) Creates a temporary local copy of a file and its descendents.FileSystemManager.resolveFile(FileObject baseFile, String name) Locates a file by name.static voidFileUtil.writeContent(FileObject file, OutputStream outstr) Writes the content of a file to an OutputStream.Constructors in org.apache.commons.vfs with parameters of type FileObject -
Uses of FileObject in org.apache.commons.vfs.cache
Classes in org.apache.commons.vfs.cache that implement FileObjectModifier and TypeClassDescriptionclassThis decorator refreshes the fileObject data on every callMethods in org.apache.commons.vfs.cache that return FileObjectModifier and TypeMethodDescriptionOnCallRefreshFileObject.findFiles(FileSelector selector) OnCallRefreshFileObject.getChildren()DefaultFilesCache.getFile(FileSystem filesystem, FileName name) LRUFilesCache.getFile(FileSystem filesystem, FileName name) NullFilesCache.getFile(FileSystem filesystem, FileName name) SoftRefFilesCache.getFile(FileSystem filesystem, FileName name) OnCallRefreshFileObject.resolveFile(String path) OnCallRefreshFileObject.resolveFile(String name, NameScope scope) Methods in org.apache.commons.vfs.cache with parameters of type FileObjectModifier and TypeMethodDescriptionvoidOnCallRefreshFileObject.copyFrom(FileObject srcFile, FileSelector selector) protected ReferenceSoftRefFilesCache.createReference(FileObject file, ReferenceQueue refqueue) protected ReferenceWeakRefFilesCache.createReference(FileObject file, ReferenceQueue refqueue) voidOnCallRefreshFileObject.moveTo(FileObject destFile) voidDefaultFilesCache.putFile(FileObject file) voidLRUFilesCache.putFile(FileObject file) voidNullFilesCache.putFile(FileObject file) voidSoftRefFilesCache.putFile(FileObject file) voidDefaultFilesCache.touchFile(FileObject file) voidLRUFilesCache.touchFile(FileObject file) voidNullFilesCache.touchFile(FileObject file) voidSoftRefFilesCache.touchFile(FileObject file) Constructors in org.apache.commons.vfs.cache with parameters of type FileObject -
Uses of FileObject in org.apache.commons.vfs.events
Constructors in org.apache.commons.vfs.events with parameters of type FileObjectModifierConstructorDescriptionChangedEvent(FileObject file) CreateEvent(FileObject file) DeleteEvent(FileObject file) -
Uses of FileObject in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileObjectModifier and TypeClassDescriptionclassBase class to build a fileObject decorationclassThis decorator synchronize all access to the FileObjectMethods in org.apache.commons.vfs.impl that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectVirtualFileSystem.createFile(FileName name) Creates a file object.DefaultFileSystemManager.createFileSystem(String scheme, FileObject file) Creates a layered file system.DefaultFileSystemManager.createFileSystem(FileObject file) Creates a layered file system.VirtualFileProvider.createFileSystem(String rootUri) Creates an empty virtual file system.VirtualFileProvider.createFileSystem(FileObject rootFile) Creates a virtual file system, with the supplied file as its root.DefaultFileSystemManager.createVirtualFileSystem(String rootUri) Creates an empty virtual file system.DefaultFileSystemManager.createVirtualFileSystem(FileObject rootFile) Creates a virtual file system.DecoratedFileObject.findFiles(FileSelector selector) SynchronizedFileObject.findFiles(FileSelector selector) DefaultFileSystemManager.getBaseFile()Returns the base file used to resolve relative URI.DecoratedFileObject.getChildren()SynchronizedFileObject.getChildren()DecoratedFileObject.getDecoratedFileObject()DecoratedFileObject.getParent()DecoratedFileObject.resolveFile(String path) DecoratedFileObject.resolveFile(String name, NameScope scope) DefaultFileSystemManager.resolveFile(File baseFile, String uri) Locates a file by URI.DefaultFileSystemManager.resolveFile(String uri) Locates a file by URI.DefaultFileSystemManager.resolveFile(String uri, FileSystemOptions fileSystemOptions) Locate a file by URI, use the FileSystemOptions for file-system creationDefaultFileSystemManager.resolveFile(FileObject baseFile, String uri) Resolves a URI, relative to a base file.DefaultFileSystemManager.resolveFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Resolves a URI, realtive to a base file with specified FileSystem configurationSynchronizedFileObject.resolveFile(String path) SynchronizedFileObject.resolveFile(String name, NameScope scope) DefaultFileSystemManager.toFileObject(File file) Converts a local file into aFileObject.Methods in org.apache.commons.vfs.impl with parameters of type FileObjectModifier and TypeMethodDescriptionvoidDefaultFileMonitor.addFile(FileObject file) Adds a file to be monitored.voidVirtualFileSystem.addJunction(String junctionPoint, FileObject targetFile) Adds a junction to this file system.booleanDefaultFileSystemManager.canCreateFileSystem(FileObject file) Determines if a layered file system can be created for a given file.booleanDecoratedFileObject.canRenameTo(FileObject newfile) voidDecoratedFileObject.copyFrom(FileObject srcFile, FileSelector selector) voidSynchronizedFileObject.copyFrom(FileObject srcFile, FileSelector selector) DefaultFileSystemManager.createFileSystem(String scheme, FileObject file) Creates a layered file system.DefaultFileSystemManager.createFileSystem(FileObject file) Creates a layered file system.VirtualFileProvider.createFileSystem(FileObject rootFile) Creates a virtual file system, with the supplied file as its root.DefaultFileSystemManager.createVirtualFileSystem(FileObject rootFile) Creates a virtual file system.voidDecoratedFileObject.moveTo(FileObject destFile) voidSynchronizedFileObject.moveTo(FileObject destFile) protected voidDefaultFileMonitor.queueAddFile(FileObject file) Queues a file for addition to be monitored.protected voidDefaultFileMonitor.queueRemoveFile(FileObject file) Queues a file for removal from being monitored.voidDefaultFileMonitor.removeFile(FileObject file) Removes a file from being monitored.DefaultFileReplicator.replicateFile(FileObject srcFile, FileSelector selector) Creates a local copy of the file, and all its descendents.PrivilegedFileReplicator.replicateFile(FileObject srcFile, FileSelector selector) Creates a local copy of the file, and all its descendents.DefaultFileSystemManager.resolveFile(FileObject baseFile, String uri) Resolves a URI, relative to a base file.DefaultFileSystemManager.resolveFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Resolves a URI, realtive to a base file with specified FileSystem configurationvoidDefaultFileSystemManager.setBaseFile(FileObject baseFile) Sets the base file to use when resolving relative URI.Constructors in org.apache.commons.vfs.impl with parameters of type FileObjectModifierConstructorDescriptionDecoratedFileObject(FileObject decoratedFileObject) SynchronizedFileObject(FileObject fileObject) VFSClassLoader(FileObject[] files, FileSystemManager manager) Constructors a new VFSClassLoader for the given files.VFSClassLoader(FileObject[] files, FileSystemManager manager, ClassLoader parent) Constructors a new VFSClassLoader for the given FileObjects.VFSClassLoader(FileObject file, FileSystemManager manager) Constructors a new VFSClassLoader for the given file.VFSClassLoader(FileObject file, FileSystemManager manager, ClassLoader parent) Constructors a new VFSClassLoader for the given file. -
Uses of FileObject in org.apache.commons.vfs.operations
Methods in org.apache.commons.vfs.operations that return FileObjectMethods in org.apache.commons.vfs.operations with parameters of type FileObjectModifier and TypeMethodDescriptionfinal voidAbstractFileOperationProvider.collectOperations(Collection operationsList, FileObject file) Gather available operations for the specified FileObject and put them into specified operationsList.voidFileOperationProvider.collectOperations(Collection operationsList, FileObject file) Gather available operations for the specified FileObject and put them into specified operationsList.protected abstract voidAbstractFileOperationProvider.doCollectOperations(Collection availableOperations, Collection resultList, FileObject file) final FileOperationAbstractFileOperationProvider.getOperation(FileObject file, Class operationClass) FileOperationProvider.getOperation(FileObject file, Class operationClass) protected abstract FileOperationAbstractFileOperationProvider.instantiateOperation(FileObject file, Class operationClass) Constructors in org.apache.commons.vfs.operations with parameters of type FileObjectModifierConstructorDescription -
Uses of FileObject in org.apache.commons.vfs.operations.vcs
Methods in org.apache.commons.vfs.operations.vcs with parameters of type FileObject -
Uses of FileObject in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileObjectModifier and TypeClassDescriptionclassA partial file object implementation.classA file backed by another file.Methods in org.apache.commons.vfs.provider that return FileObjectModifier and TypeMethodDescriptionprotected abstract FileObjectAbstractFileSystem.createFile(FileName name) Creates a file object.AbstractFileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions properties) Creates a layered file system.AbstractLayeredFileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.FileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.protected FileObjectAbstractFileSystem.decorateFileObject(FileObject file) protected FileObject[]AbstractFileObject.doListChildrenResolved()Lists the children of this file.AbstractLayeredFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions properties) Locates a file object, by absolute URI.protected FileObjectAbstractOriginatingFileProvider.findFile(FileName name, FileSystemOptions fileSystemOptions) Locates a file from its parsed URI.AbstractOriginatingFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.CompositeFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.FileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.AbstractFileObject.findFiles(FileSelector selector) Finds the set of matching descendents of this file, in depthwise order.LocalFileProvider.findLocalFile(File file) Converts from java.io.File to FileObject.LocalFileProvider.findLocalFile(String name) Finds a local file, from its local name.Returns a child of this file.AbstractFileObject.getChildren()Returns the children of the file.DefaultFileContent.getFile()Returns the file that this is the content of.protected FileObjectAbstractFileSystem.getFileFromCache(FileName name) Returns a cached file.AbstractFileObject.getParent()Returns the parent of the file.AbstractFileSystem.getParentLayer()Returns the parent layer if this is a layered file system.AbstractFileSystem.getRoot()Returns the root file of this file system.AbstractFileObject.resolveFile(String path) Finds a file, relative to this file.AbstractFileObject.resolveFile(String name, NameScope scope) Returns a child by name.AbstractFileSystem.resolveFile(String nameStr) Finds a file in this file system.AbstractFileSystem.resolveFile(FileName name) Finds a file in this file system.VfsComponentContext.resolveFile(String name, FileSystemOptions fileSystemOptions) Locate a file by name.VfsComponentContext.resolveFile(FileObject baseFile, String name, FileSystemOptions fileSystemOptions) Locate a file by name.VfsComponentContext.toFileObject(File file) Returns aFileObjectfor a local file.Methods in org.apache.commons.vfs.provider with parameters of type FileObjectModifier and TypeMethodDescriptionvoidAbstractFileSystem.addJunction(String junctionPoint, FileObject targetFile) Adds a junction to this file system.voidAbstractFileSystem.addListener(FileObject file, FileListener listener) Adds a listener on a file in this file system.booleanAbstractFileObject.canRenameTo(FileObject newfile) Queries the object if a simple rename to the filename ofnewfileis possible.voidAbstractFileObject.copyFrom(FileObject file, FileSelector selector) Copies another file to this file.AbstractFileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions properties) Creates a layered file system.AbstractLayeredFileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.FileProvider.createFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.protected FileObjectAbstractFileSystem.decorateFileObject(FileObject file) protected abstract FileSystemAbstractLayeredFileProvider.doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.protected booleanAbstractFileObject.doIsSameFile(FileObject destFile) Checks if this fileObject is the same file asdestFilejust with a different name.
E.g.protected voidAbstractFileObject.doRename(FileObject newfile) Renames the file.protected FileAbstractFileSystem.doReplicateFile(FileObject file, FileSelector selector) Creates a temporary local copy of a file and its descendents.AbstractLayeredFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions properties) Locates a file object, by absolute URI.AbstractOriginatingFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.CompositeFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.FileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.voidAbstractFileSystem.fireFileChanged(FileObject file) Fires a file changed event.voidAbstractFileSystem.fireFileCreated(FileObject file) Fires a file create event.voidAbstractFileSystem.fireFileDeleted(FileObject file) Fires a file delete event.protected booleanAbstractFileObject.isSameFile(FileObject destFile) Checks if this fileObject is the same file asdestFilejust with a different name.
E.g.voidAbstractFileObject.moveTo(FileObject destFile) Moves (rename) the file to another oneprotected voidAbstractFileSystem.putFileToCache(FileObject file) Adds a file object to the cache.voidAbstractFileSystem.removeListener(FileObject file, FileListener listener) Removes a listener from a file in this file system.AbstractFileSystem.replicateFile(FileObject file, FileSelector selector) Creates a temporary local copy of a file and its descendents.FileReplicator.replicateFile(FileObject srcFile, FileSelector selector) Creates a local copy of the file, and all its descendents.VfsComponentContext.resolveFile(FileObject baseFile, String name, FileSystemOptions fileSystemOptions) Locate a file by name.voidDelegateFileObject.setFile(FileObject file) Attaches or detaches the target file.Constructors in org.apache.commons.vfs.provider with parameters of type FileObjectModifierConstructorDescriptionprotectedAbstractFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) DelegateFileObject(FileName name, AbstractFileSystem fileSystem, FileObject file) -
Uses of FileObject in org.apache.commons.vfs.provider.bzip2
Classes in org.apache.commons.vfs.provider.bzip2 that implement FileObjectMethods in org.apache.commons.vfs.provider.bzip2 that return FileObjectMethods in org.apache.commons.vfs.provider.bzip2 with parameters of type FileObjectModifier and TypeMethodDescriptionprotected FileSystemBzip2FileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) Constructors in org.apache.commons.vfs.provider.bzip2 with parameters of type FileObjectModifierConstructorDescriptionprotectedBzip2FileObject(FileName name, FileObject container, CompressedFileFileSystem fs) protectedBzip2FileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.provider.compressed
Classes in org.apache.commons.vfs.provider.compressed that implement FileObjectModifier and TypeClassDescriptionclassA compressed file.
Such a file do only have one child (the compressed filename with stripped last extension)Methods in org.apache.commons.vfs.provider.compressed that return FileObjectModifier and TypeMethodDescriptionprotected abstract FileObjectCompressedFileFileSystem.createFile(FileName name) Creates a file object.protected FileObjectCompressedFileFileObject.getContainer()Methods in org.apache.commons.vfs.provider.compressed with parameters of type FileObjectModifier and TypeMethodDescriptionprotected abstract FileSystemCompressedFileFileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) protected FileSystemCompressedFileFileProvider.doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.Constructors in org.apache.commons.vfs.provider.compressed with parameters of type FileObjectModifierConstructorDescriptionprotectedCompressedFileFileObject(FileName name, FileObject container, CompressedFileFileSystem fs) protectedCompressedFileFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.provider.ftp
Classes in org.apache.commons.vfs.provider.ftp that implement FileObjectMethods in org.apache.commons.vfs.provider.ftp that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectFtpFileSystem.createFile(FileName name) Creates a file object.protected FileObject[]FtpFileObject.doListChildrenResolved()Methods in org.apache.commons.vfs.provider.ftp with parameters of type FileObjectModifier and TypeMethodDescriptionprotected voidFtpFileObject.doRename(FileObject newfile) Renames the file -
Uses of FileObject in org.apache.commons.vfs.provider.gzip
Classes in org.apache.commons.vfs.provider.gzip that implement FileObjectMethods in org.apache.commons.vfs.provider.gzip that return FileObjectMethods in org.apache.commons.vfs.provider.gzip with parameters of type FileObjectModifier and TypeMethodDescriptionprotected FileSystemGzipFileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) Constructors in org.apache.commons.vfs.provider.gzip with parameters of type FileObjectModifierConstructorDescriptionprotectedGzipFileObject(FileName name, FileObject container, CompressedFileFileSystem fs) protectedGzipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.provider.http
Classes in org.apache.commons.vfs.provider.http that implement FileObjectModifier and TypeClassDescriptionclassA file object backed by commons httpclient.Methods in org.apache.commons.vfs.provider.http that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectHttpFileSystem.createFile(FileName name) Creates a file object. -
Uses of FileObject in org.apache.commons.vfs.provider.jar
Classes in org.apache.commons.vfs.provider.jar that implement FileObjectMethods in org.apache.commons.vfs.provider.jar with parameters of type FileObjectModifier and TypeMethodDescriptionprotected FileSystemJarFileProvider.doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.Constructors in org.apache.commons.vfs.provider.jar with parameters of type FileObjectModifierConstructorDescriptionprotectedJarFileSystem(FileName rootName, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.provider.local
Classes in org.apache.commons.vfs.provider.local that implement FileObjectModifier and TypeClassDescriptionclassA file object implementation which uses direct file access.Methods in org.apache.commons.vfs.provider.local that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectLocalFileSystem.createFile(FileName name) Creates a file object.DefaultLocalFileProvider.findLocalFile(File file) Finds a local file.DefaultLocalFileProvider.findLocalFile(String name) Finds a local file, from its local name.Methods in org.apache.commons.vfs.provider.local with parameters of type FileObjectModifier and TypeMethodDescriptionprotected booleanLocalFile.doIsSameFile(FileObject destFile) protected voidLocalFile.doRename(FileObject newfile) rename this fileprotected FileLocalFileSystem.doReplicateFile(FileObject fileObject, FileSelector selector) Creates a temporary local copy of a file and its descendents. -
Uses of FileObject in org.apache.commons.vfs.provider.ram
Classes in org.apache.commons.vfs.provider.ram that implement FileObjectModifier and TypeClassDescriptionclassA RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject interface.Methods in org.apache.commons.vfs.provider.ram that return FileObjectMethods in org.apache.commons.vfs.provider.ram with parameters of type FileObject -
Uses of FileObject in org.apache.commons.vfs.provider.res
Methods in org.apache.commons.vfs.provider.res that return FileObjectModifier and TypeMethodDescriptionResourceFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.Methods in org.apache.commons.vfs.provider.res with parameters of type FileObjectModifier and TypeMethodDescriptionResourceFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI. -
Uses of FileObject in org.apache.commons.vfs.provider.sftp
Classes in org.apache.commons.vfs.provider.sftp that implement FileObjectMethods in org.apache.commons.vfs.provider.sftp that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectSftpFileSystem.createFile(FileName name) Creates a file object.protected FileObject[]SftpFileObject.doListChildrenResolved()Lists the children of this file.Methods in org.apache.commons.vfs.provider.sftp with parameters of type FileObjectModifier and TypeMethodDescriptionprotected voidSftpFileObject.doRename(FileObject newfile) Rename the file. -
Uses of FileObject in org.apache.commons.vfs.provider.tar
Classes in org.apache.commons.vfs.provider.tar that implement FileObjectMethods in org.apache.commons.vfs.provider.tar that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectTarFileSystem.createFile(FileName name) Creates a file object.Methods in org.apache.commons.vfs.provider.tar with parameters of type FileObjectModifier and TypeMethodDescriptionprotected FileSystemTarFileProvider.doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.Constructors in org.apache.commons.vfs.provider.tar with parameters of type FileObjectModifierConstructorDescriptionprotectedTarFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.provider.temp
Methods in org.apache.commons.vfs.provider.temp that return FileObjectModifier and TypeMethodDescriptionTemporaryFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions properties) Locates a file object, by absolute URI.Methods in org.apache.commons.vfs.provider.temp with parameters of type FileObjectModifier and TypeMethodDescriptionTemporaryFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions properties) Locates a file object, by absolute URI. -
Uses of FileObject in org.apache.commons.vfs.provider.url
Classes in org.apache.commons.vfs.provider.url that implement FileObjectMethods in org.apache.commons.vfs.provider.url that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectUrlFileSystem.createFile(FileName name) Creates a file object.UrlFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI.Methods in org.apache.commons.vfs.provider.url with parameters of type FileObjectModifier and TypeMethodDescriptionUrlFileProvider.findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) Locates a file object, by absolute URI. -
Uses of FileObject in org.apache.commons.vfs.provider.zip
Classes in org.apache.commons.vfs.provider.zip that implement FileObjectMethods in org.apache.commons.vfs.provider.zip that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectZipFileSystem.createFile(FileName name) Creates a file object.Methods in org.apache.commons.vfs.provider.zip with parameters of type FileObjectModifier and TypeMethodDescriptionprotected FileSystemZipFileProvider.doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.Constructors in org.apache.commons.vfs.provider.zip with parameters of type FileObjectModifierConstructorDescriptionZipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileObject in org.apache.commons.vfs.tasks
Methods in org.apache.commons.vfs.tasks that return FileObjectModifier and TypeMethodDescriptionprotected FileObjectVfsTask.resolveFile(String uri) Resolves a URI to a file, relative to the project's base directory.Methods in org.apache.commons.vfs.tasks with parameters of type FileObjectModifier and TypeMethodDescriptionprotected voidAbstractSyncTask.handleMissingSourceFile(FileObject destFile) Handles a destination for which there is no corresponding source file.protected voidSyncTask.handleMissingSourceFile(FileObject destFile) Handles a destination for which there is no corresponding source file.protected voidAbstractSyncTask.handleOutOfDateFile(FileObject srcFile, FileObject destFile) Handles an out-of-date file (a file where the destination file either doesn't exist, or is older than the source file).protected voidCopyTask.handleOutOfDateFile(FileObject srcFile, FileObject destFile) Handles an out-of-date file.protected voidMoveTask.handleOutOfDateFile(FileObject srcFile, FileObject destFile) Handles a single source file.protected voidAbstractSyncTask.handleUpToDateFile(FileObject srcFile, FileObject destFile) Handles an up-to-date file (where the destination file exists and is newer than the source file).protected voidCopyTask.handleUpToDateFile(FileObject srcFile, FileObject destFile) Handles an up-to-date file. -
Uses of FileObject in org.apache.commons.vfs.util
Methods in org.apache.commons.vfs.util with parameters of type FileObjectModifier and TypeMethodDescriptionstatic AbstractFileObjectFileObjectUtils.getAbstractFileObject(FileObject fileObject) get access to the base object even if decoratedstatic booleanFileObjectUtils.isInstanceOf(FileObject fileObject, Class wantedClass) check if the given FileObject is instance of given class argument