| org.apache.commons.vfs.provider.FileProvider
All known Subclasses: org.apache.commons.vfs.provider.AbstractFileProvider, org.apache.commons.vfs.provider.zip.ZipFileProvider, org.apache.commons.vfs.provider.AbstractLayeredFileProvider, org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider, org.apache.commons.vfs.provider.temp.TemporaryFileProvider, org.apache.commons.vfs.provider.tar.TarFileProvider, org.apache.commons.vfs.provider.ram.RamFileProvider,
FileProvider | public interface FileProvider (Code) | | A file provider. Each file provider is responsible for handling files for
a particular URI scheme.
A file provider may also implement
VfsComponent .
author: Adam Murdoch version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $ |
findFile | FileObject findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) throws FileSystemException(Code) | | Locates a file object, by absolute URI.
Parameters: baseFile - The base file to use for resolving the individual parts ofa compound URI. Parameters: uri - The absolute URI of the file to find. Parameters: fileSystemOptions - |
getCapabilities | public Collection getCapabilities()(Code) | | Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was
instanciated.
|
|
|