A B C D E F G H I J L M N O P Q R S T U V W Z _

A

ADDED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
APPEND_CONTENT - Static variable in class org.apache.commons.vfs.Capability
File content can be appended.
ATTRIBUTES - Static variable in class org.apache.commons.vfs.Capability
File attributes are supported.
ATTR_FILE_ENTRY_PARSER - Static variable in class org.apache.commons.vfs.provider.ftp.FtpFileProvider
 
ATTR_USER_INFO - Static variable in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs.provider.ftp.FtpFileProvider
 
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs.provider.http.HttpFileProvider
 
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
AbstractFileChangeEvent - class org.apache.commons.vfs.events.AbstractFileChangeEvent.
A change event that knows how to notify a listener.
AbstractFileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs.events.AbstractFileChangeEvent
 
AbstractFileName - class org.apache.commons.vfs.provider.AbstractFileName.
A default file name implementation.
AbstractFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs.provider.AbstractFileName
 
AbstractFileNameParser - class org.apache.commons.vfs.provider.AbstractFileNameParser.
Provides methods to parse a filename into a FileName
AbstractFileNameParser() - Constructor for class org.apache.commons.vfs.provider.AbstractFileNameParser
 
AbstractFileObject - class org.apache.commons.vfs.provider.AbstractFileObject.
A partial file object implementation.
AbstractFileObject(FileName, AbstractFileSystem) - Constructor for class org.apache.commons.vfs.provider.AbstractFileObject
 
AbstractFileOperation - class org.apache.commons.vfs.operations.AbstractFileOperation.
todo: add class description here
AbstractFileOperation(FileObject) - Constructor for class org.apache.commons.vfs.operations.AbstractFileOperation
 
AbstractFileOperationProvider - class org.apache.commons.vfs.operations.AbstractFileOperationProvider.
todo: add class description here
AbstractFileOperationProvider() - Constructor for class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 
AbstractFileProvider - class org.apache.commons.vfs.provider.AbstractFileProvider.
A partial FileProvider implementation.
AbstractFileProvider() - Constructor for class org.apache.commons.vfs.provider.AbstractFileProvider
 
AbstractFileSystem - class org.apache.commons.vfs.provider.AbstractFileSystem.
A partial FileSystem implementation.
AbstractFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.AbstractFileSystem
 
AbstractFilesCache - class org.apache.commons.vfs.cache.AbstractFilesCache.
Description
AbstractFilesCache() - Constructor for class org.apache.commons.vfs.cache.AbstractFilesCache
 
AbstractLayeredFileProvider - class org.apache.commons.vfs.provider.AbstractLayeredFileProvider.
A FileProvider that is layered on top of another, such as the contents of a zip or tar file.
AbstractLayeredFileProvider() - Constructor for class org.apache.commons.vfs.provider.AbstractLayeredFileProvider
 
AbstractOriginatingFileProvider - class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider.
A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server.
AbstractOriginatingFileProvider() - Constructor for class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
 
AbstractRandomAccessContent - class org.apache.commons.vfs.provider.AbstractRandomAccessContent.
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called.
AbstractRandomAccessContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
AbstractRandomAccessStreamContent - class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent.
Implements the part usable for all stream base random access implementations
AbstractRandomAccessStreamContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
AbstractSyncTask - class org.apache.commons.vfs.tasks.AbstractSyncTask.
An abstract file synchronization task.
AbstractSyncTask() - Constructor for class org.apache.commons.vfs.tasks.AbstractSyncTask
 
AbstractSyncTask.SourceInfo - class org.apache.commons.vfs.tasks.AbstractSyncTask.SourceInfo.
Information about a source file.
AbstractSyncTask.SourceInfo() - Constructor for class org.apache.commons.vfs.tasks.AbstractSyncTask.SourceInfo
 
AbstractVfsComponent - class org.apache.commons.vfs.provider.AbstractVfsComponent.
A partial VfsComponent implementation.
AbstractVfsComponent() - Constructor for class org.apache.commons.vfs.provider.AbstractVfsComponent
 
AbstractVfsContainer - class org.apache.commons.vfs.provider.AbstractVfsContainer.
A VfsComponent that contains a set of sub-components.
AbstractVfsContainer() - Constructor for class org.apache.commons.vfs.provider.AbstractVfsContainer
 
AllFileSelector - class org.apache.commons.vfs.AllFileSelector.
A FileSelector that selects everything.
AllFileSelector() - Constructor for class org.apache.commons.vfs.AllFileSelector
 
abort() - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
accept(FileSelectInfo) - Method in interface org.apache.commons.vfs.FileFilter
Determines if a file or folder should be selected.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs.FileFilterSelector
 
addCapabilities(Collection) - Method in class org.apache.commons.vfs.impl.VirtualFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileSystem
 
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.gzip.GzipFileSystem
 
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.jar.JarFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.local.LocalFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystem
 
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.url.UrlFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
Returns the capabilities of this file system.
addCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCommit
 
addComponent(Object) - Method in class org.apache.commons.vfs.provider.AbstractVfsContainer
Adds a sub-component to this component.
addConfiguredSrc(AbstractSyncTask.SourceInfo) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Adds a nested element.
addExtensionMap(String, String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Adds an filename extension mapping.
addFile(FileObject) - Method in interface org.apache.commons.vfs.FileMonitor
Adds a file to be monitored.
addFile(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Adds a file to be monitored.
addFile(Object) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
 
addFileSystem(Comparable, FileSystem) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
Adds a file system to those cached by this provider.
addJunction(String, FileObject) - Method in interface org.apache.commons.vfs.FileSystem
Adds a junction to this file system.
addJunction(String, FileObject) - Method in class org.apache.commons.vfs.impl.VirtualFileSystem
Adds a junction to this file system.
addJunction(String, FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Adds a junction to this file system.
addListener(FileObject, FileListener) - Method in interface org.apache.commons.vfs.FileSystem
Adds a listener on a file in this file system.
addListener(FileObject, FileListener) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Adds a listener on a file in this file system.
addMimeTypeMap(String, String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Adds a mime type mapping.
addModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsRevert
 
addOperation(Class) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 
addOperationProvider(String, FileOperationProvider) - Method in interface org.apache.commons.vfs.FileSystemManager
Adds the specified FileOperationProvider for the specified scheme.
addOperationProvider(String[], FileOperationProvider) - Method in interface org.apache.commons.vfs.FileSystemManager
 
addOperationProvider(String, FileOperationProvider) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Adds the specified FileOperationProvider for the specified scheme.
addOperationProvider(String[], FileOperationProvider) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
 
addProvider(String, FileProvider) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Registers a file system provider.
addProvider(String[], FileProvider) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Registers a file system provider.
addUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsUpdate
 
allocateFile(String) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
Allocates a new temporary file.
allocateFile(String) - Method in interface org.apache.commons.vfs.provider.TemporaryFileStore
Allocates a new temporary file.
appendCredentials(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.GenericFileName
append the user credentials
appendEncoded(StringBuffer, String, char[]) - Static method in class org.apache.commons.vfs.provider.UriParser
Encodes and appends a string to a StringBuffer.
appendFileStream(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.impl.VirtualFileName
 
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Builds the root URI for this file name.
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.GenericFileName
Builds the root URI for this file name.
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.LayeredFileName
 
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.local.LocalFileName
Builds the root URI for this file name.
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.local.WindowsFileName
Builds the root URI for this file name.
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.url.UrlFileName
 
attach(RamFileObject) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystem
 
attachChild(FileName, FileType) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Adds a child to this file.
attachChild(FileName) - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Attaches a child
attachChild(FileName) - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Attaches a child
authenticate(FileSystemOptions, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
if there is a authenticator the authentication will take place, else null will be reutrned
authenticate(UserAuthenticator, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
if there is a authenticator the authentication will take place, else null will be reutrned

B

Bzip2FileObject - class org.apache.commons.vfs.provider.bzip2.Bzip2FileObject.
the bzip2 file
Bzip2FileObject(FileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs.provider.bzip2.Bzip2FileObject
 
Bzip2FileProvider - class org.apache.commons.vfs.provider.bzip2.Bzip2FileProvider.
Provides access to the content of bzip2 compressed files
Bzip2FileProvider() - Constructor for class org.apache.commons.vfs.provider.bzip2.Bzip2FileProvider
 
Bzip2FileSystem - class org.apache.commons.vfs.provider.bzip2.Bzip2FileSystem.
Filesytem to handle compressed files using the bzip2 method
Bzip2FileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.bzip2.Bzip2FileSystem
 
buffer1 - Variable in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
buffer

C

CHILD - Static variable in class org.apache.commons.vfs.NameScope
Resolve against the children of the base file.
COMPRESS - Static variable in class org.apache.commons.vfs.Capability
A compressed filesystem is a filesystem which use compression.
CONFLICTED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
COPIED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
CORRUPTED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
CREATE - Static variable in class org.apache.commons.vfs.Capability
Files can be created.
CacheStrategy - class org.apache.commons.vfs.CacheStrategy.
An enumerated type to deal with the various cache strategies.
Capability - class org.apache.commons.vfs.Capability.
An enumerated type representing the capabilities of files and file systems.
ChangedEvent - class org.apache.commons.vfs.events.ChangedEvent.
File changed event.
ChangedEvent(FileObject) - Constructor for class org.apache.commons.vfs.events.ChangedEvent
 
CompositeFileProvider - class org.apache.commons.vfs.provider.CompositeFileProvider.
Description
CompositeFileProvider() - Constructor for class org.apache.commons.vfs.provider.CompositeFileProvider
 
CompressedFileFileObject - class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject.
A compressed file.
CompressedFileFileObject(FileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
 
CompressedFileFileProvider - class org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider.
A file system provider for compressed files.
CompressedFileFileProvider() - Constructor for class org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider
 
CompressedFileFileSystem - class org.apache.commons.vfs.provider.compressed.CompressedFileFileSystem.
A read-only file system for compressed files.
CompressedFileFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.compressed.CompressedFileFileSystem
 
CopyTask - class org.apache.commons.vfs.tasks.CopyTask.
An Ant task that copies matching files.
CopyTask() - Constructor for class org.apache.commons.vfs.tasks.CopyTask
 
CreateEvent - class org.apache.commons.vfs.events.CreateEvent.
File creation event.
CreateEvent(FileObject) - Constructor for class org.apache.commons.vfs.events.CreateEvent
 
canCreateFileSystem(FileObject) - Method in interface org.apache.commons.vfs.FileSystemManager
Determines if a layered file system can be created for a given file.
canCreateFileSystem(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Determines if a layered file system can be created for a given file.
canRenameTo(FileObject) - Method in interface org.apache.commons.vfs.FileObject
Queries the file if it is possible to rename it to newfile.
canRenameTo(FileObject) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
canRenameTo(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Queries the object if a simple rename to the filename of newfile is possible.
canonicalizePath(StringBuffer, int, int, FileNameParser) - Static method in class org.apache.commons.vfs.provider.UriParser
 
capabilities - Static variable in class org.apache.commons.vfs.provider.bzip2.Bzip2FileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.gzip.GzipFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.ram.RamFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.res.ResourceFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.tar.TarFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.tar.Tbz2FileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.tar.TgzFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.url.UrlFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.zip.ZipFileProvider
 
checkName(String, String, NameScope) - Static method in class org.apache.commons.vfs.provider.AbstractFileName
Checks whether a path fits in a particular scope of another path.
checkUriEncoding(String) - Static method in class org.apache.commons.vfs.provider.UriParser
 
childrenChanged() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Deprecated. use AbstractFileObject.childrenChanged(FileName,FileType)
childrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Notifies the file that its children have changed.
cleanup() - Method in class org.apache.commons.vfs.UserAuthenticationData
deleted all data stored within this authenticator
cleanup(UserAuthenticationData) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
cleanup the data in the UerAuthenticationData (null safe)
clear(FileSystem) - Method in interface org.apache.commons.vfs.FilesCache
purge the entries corresponding to the filesystem
clear(FileSystem) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
close() - Method in interface org.apache.commons.vfs.FileContent
Closes all resources used by the content, including any open stream.
close() - Method in interface org.apache.commons.vfs.FileObject
Closes this file, and its content.
close() - Method in interface org.apache.commons.vfs.FilesCache
purge the whole cache
close() - Method in interface org.apache.commons.vfs.RandomAccessContent
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
close() - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
close() - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
close() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
close() - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
close() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
close() - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
Closes the replicator, deleting all temporary files.
close() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Closes all files created by this manager, and cleans up any temporary files.
close() - Method in class org.apache.commons.vfs.impl.PrivilegedFileReplicator
Closes the replicator.
close() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
close() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Closes this file, and its content.
close() - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
Closes the file systems created by this provider.
close() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Closes this component.
close() - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Closes the provider.
close() - Method in class org.apache.commons.vfs.provider.AbstractVfsContainer
Closes the sub-components of this component.
close() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Closes all resources used by the content, including all streams, readers and writers.
close() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Close the delegated file
close() - Method in interface org.apache.commons.vfs.provider.VfsComponent
Closes the component.
close() - Method in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
close() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
close() - Method in class org.apache.commons.vfs.provider.ram.RamFileSystem
Close the RAMFileSystem
close() - Method in class org.apache.commons.vfs.util.MonitorInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.vfs.util.MonitorOutputStream
Closes this output stream.
close() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
Closes this content.
closeCommunicationLink() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Close the underlaying link used to access the files
closeFileSystem(FileSystem) - Method in interface org.apache.commons.vfs.FileSystemManager
Closes the given filesystem.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Closes the given filesystem.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
 
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs.provider.res.ResourceFileProvider
 
closeManager() - Method in class org.apache.commons.vfs.tasks.VfsTask
Close the manager
closed - Variable in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
collectOperations(Collection, FileObject) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
Gather available operations for the specified FileObject and put them into specified operationsList.
collectOperations(Collection, FileObject) - Method in interface org.apache.commons.vfs.operations.FileOperationProvider
Gather available operations for the specified FileObject and put them into specified operationsList.
commited(String, int) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCommitListener
 
compareTo(FileSystemOptions) - Method in class org.apache.commons.vfs.FileSystemOptions
 
compareTo(Object) - Method in class org.apache.commons.vfs.UserAuthenticationData.Type
 
compareTo(Object) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Implement Comparable
compareTo(Object) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
compareTo(Object) - Method in class org.apache.commons.vfs.provider.temp.TemporaryFileProvider
 
completePendingCommand() - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
configurePlugins() - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
Scans the classpath to find any droped plugin.
connect() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
connect() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
copyContent(FileObject, FileObject) - Static method in class org.apache.commons.vfs.FileUtil
Copies the content from a source file to a destination file.
copyFrom(FileObject, FileSelector) - Method in interface org.apache.commons.vfs.FileObject
Copies another file, and all its descendents, to this file.
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Copies another file to this file.
copyPermissions(PermissionCollection, PermissionCollection) - Method in class org.apache.commons.vfs.impl.VFSClassLoader
Copies the permissions from src to dest.
countSlashes(String) - Method in class org.apache.commons.vfs.provider.url.UrlFileNameParser
This method counts the slashes after the scheme.
create(FileContent) - Method in interface org.apache.commons.vfs.FileContentInfoFactory
 
create(FileContent) - Method in class org.apache.commons.vfs.impl.FileContentInfoFilenameFactory
 
create(FileContent) - Method in class org.apache.commons.vfs.provider.http.HttpFileContentInfoFactory
 
createAndAddFile(File, String) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
 
createConnection(String, int, char[], char[], String, FileSystemOptions) - Static method in class org.apache.commons.vfs.provider.ftp.FtpClientFactory
Creates a new connection to the server.
createConnection(String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs.provider.http.HttpClientFactory
Creates a new connection to the server.
createConnection(String, int, char[], char[], FileSystemOptions) - Static method in class org.apache.commons.vfs.provider.sftp.SftpClientFactory
Creates a new connection to the server.
createDefaultFileReplicator() - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
 
createFile() - Method in interface org.apache.commons.vfs.FileObject
Creates this file, if it does not exist.
createFile() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
createFile() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
createFile(File, String) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
create the temporary file
createFile() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
createFile(FileName) - Method in class org.apache.commons.vfs.impl.VirtualFileSystem
Creates a file object.
createFile() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates this file, if it does not exist.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileSystem
 
createFile() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
 
createFile(FileName) - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.gzip.GzipFileSystem
 
createFile(FileName) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.local.LocalFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystem
 
createFile(FileName) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.url.UrlFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
Creates a file object.
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs.provider.local.GenericFileNameParser
 
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs.provider.local.LocalFileNameParser
 
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs.provider.local.WindowsFileNameParser
 
createFileSystem(String, FileObject) - Method in interface org.apache.commons.vfs.FileSystemManager
Creates a layered file system.
createFileSystem(FileObject) - Method in interface org.apache.commons.vfs.FileSystemManager
Creates a layered file system.
createFileSystem(String, FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Creates a layered file system.
createFileSystem(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Creates a layered file system.
createFileSystem(FileObject) - Method in class org.apache.commons.vfs.impl.VirtualFileProvider
Creates a virtual file system, with the supplied file as its root.
createFileSystem(String) - Method in class org.apache.commons.vfs.impl.VirtualFileProvider
Creates an empty virtual file system.
createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
Creates a layered file system.
createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractLayeredFileProvider
Creates a layered file system.
createFileSystem(String, FileObject, FileSystemOptions) - Method in interface org.apache.commons.vfs.provider.FileProvider
Creates a layered file system.
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileProvider
 
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider
 
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.gzip.GzipFileProvider
 
createFilename(String) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
create the temporary file name
createFolder() - Method in interface org.apache.commons.vfs.FileObject
Creates this folder, if it does not exist.
createFolder() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
createFolder() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
createFolder() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
createFolder() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates this folder, if it does not exist.
createName(String, FileType) - Method in class org.apache.commons.vfs.impl.VirtualFileName
 
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.GenericFileName
 
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.LayeredFileName
 
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.URLFileName
 
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.local.LocalFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.local.WindowsFileName
Factory method for creating name instances.
createReference(FileObject, ReferenceQueue) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
createReference(FileObject, ReferenceQueue) - Method in class org.apache.commons.vfs.cache.WeakRefFilesCache
 
createTarFile(File) - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
createTarFileObject(FileName, TarEntry) - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
createURI() - Method in class org.apache.commons.vfs.provider.AbstractFileName
 
createURI() - Method in class org.apache.commons.vfs.provider.URLFileName
append query string to the uri
createURL(FileName) - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
 
createVirtualFileSystem(String) - Method in interface org.apache.commons.vfs.FileSystemManager
Creates an empty virtual file system.
createVirtualFileSystem(FileObject) - Method in interface org.apache.commons.vfs.FileSystemManager
Creates a virtual file system.
createVirtualFileSystem(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Creates a virtual file system.
createVirtualFileSystem(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Creates an empty virtual file system.
createZipFile(File) - Method in class org.apache.commons.vfs.provider.jar.JarFileSystem
 
createZipFile(File) - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
 
createZipFileObject(FileName, ZipEntry) - Method in class org.apache.commons.vfs.provider.jar.JarFileSystem
 
createZipFileObject(FileName, ZipEntry) - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
 

D

DELETE - Static variable in class org.apache.commons.vfs.Capability
Files can be deleted.
DELETED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
DESCENDENT - Static variable in class org.apache.commons.vfs.NameScope
Resolve against the descendents of the base file.
DESCENDENT_OR_SELF - Static variable in class org.apache.commons.vfs.NameScope
Resolve against the descendents of the base file.
DISPATCHER - Static variable in class org.apache.commons.vfs.Capability
The provider itself do not provide a filesystem.
DOMAIN - Static variable in class org.apache.commons.vfs.UserAuthenticationData
 
DecoratedFileObject - class org.apache.commons.vfs.impl.DecoratedFileObject.
Base class to build a fileObject decoration
DecoratedFileObject(FileObject) - Constructor for class org.apache.commons.vfs.impl.DecoratedFileObject
 
DefaultFileContent - class org.apache.commons.vfs.provider.DefaultFileContent.
The content of a file.
DefaultFileContent(AbstractFileObject, FileContentInfoFactory) - Constructor for class org.apache.commons.vfs.provider.DefaultFileContent
 
DefaultFileContentInfo - class org.apache.commons.vfs.impl.DefaultFileContentInfo.
 
DefaultFileContentInfo(String, String) - Constructor for class org.apache.commons.vfs.impl.DefaultFileContentInfo
 
DefaultFileMonitor - class org.apache.commons.vfs.impl.DefaultFileMonitor.
A polling FileMonitor implementation.
DefaultFileMonitor(FileListener) - Constructor for class org.apache.commons.vfs.impl.DefaultFileMonitor
 
DefaultFileOperations - class org.apache.commons.vfs.operations.DefaultFileOperations.
todo: add class description here
DefaultFileOperations(FileObject) - Constructor for class org.apache.commons.vfs.operations.DefaultFileOperations
 
DefaultFileReplicator - class org.apache.commons.vfs.impl.DefaultFileReplicator.
A simple file replicator and temporary file store.
DefaultFileReplicator(File) - Constructor for class org.apache.commons.vfs.impl.DefaultFileReplicator
constructor to set the location of the temporary directory
DefaultFileReplicator() - Constructor for class org.apache.commons.vfs.impl.DefaultFileReplicator
 
DefaultFileSystemConfigBuilder - class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder.
Default options usable for all filesystems
DefaultFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
 
DefaultFileSystemManager - class org.apache.commons.vfs.impl.DefaultFileSystemManager.
A default file system manager implementation.
DefaultFileSystemManager() - Constructor for class org.apache.commons.vfs.impl.DefaultFileSystemManager
 
DefaultFilesCache - class org.apache.commons.vfs.cache.DefaultFilesCache.
A FilesCache implementation.
DefaultFilesCache() - Constructor for class org.apache.commons.vfs.cache.DefaultFilesCache
 
DefaultLocalFileProvider - class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider.
A file system provider, which uses direct file access.
DefaultLocalFileProvider() - Constructor for class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
 
DefaultProviderConfiguration - class org.apache.commons.vfs.impl.DefaultProviderConfiguration.
Same as ProviderConfiguration but for the default provider.
DefaultProviderConfiguration() - Constructor for class org.apache.commons.vfs.impl.DefaultProviderConfiguration
 
DefaultURLConnection - class org.apache.commons.vfs.provider.DefaultURLConnection.
A default URL connection that will work for most file systems.
DefaultURLConnection(URL, FileContent) - Constructor for class org.apache.commons.vfs.provider.DefaultURLConnection
 
DefaultURLStreamHandler - class org.apache.commons.vfs.provider.DefaultURLStreamHandler.
A default URL stream handler that will work for most file systems.
DefaultURLStreamHandler(VfsComponentContext) - Constructor for class org.apache.commons.vfs.provider.DefaultURLStreamHandler
 
DefaultURLStreamHandler(VfsComponentContext, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.DefaultURLStreamHandler
 
DelegateFileObject - class org.apache.commons.vfs.provider.DelegateFileObject.
A file backed by another file.
DelegateFileObject(FileName, AbstractFileSystem, FileObject) - Constructor for class org.apache.commons.vfs.provider.DelegateFileObject
 
DelegatingFileSystemOptionsBuilder - class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder.
This class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme.
DelegatingFileSystemOptionsBuilder(FileSystemManager) - Constructor for class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
Constructor.
DeleteEvent - class org.apache.commons.vfs.events.DeleteEvent.
File deletion event.
DeleteEvent(FileObject) - Constructor for class org.apache.commons.vfs.events.DeleteEvent
 
DeleteTask - class org.apache.commons.vfs.tasks.DeleteTask.
An Ant task that deletes matching files.
DeleteTask() - Constructor for class org.apache.commons.vfs.tasks.DeleteTask
 
debug(Log, Log, String) - Static method in class org.apache.commons.vfs.VfsLog
debug
debug(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs.VfsLog
debug
decode(String) - Static method in class org.apache.commons.vfs.provider.UriParser
Removes %nn encodings from a string.
decode(StringBuffer, int, int) - Static method in class org.apache.commons.vfs.provider.UriParser
Removes %nn encodings from a string.
decorateFileObject(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
 
delete() - Method in interface org.apache.commons.vfs.FileObject
Deletes this file.
delete(FileSelector) - Method in interface org.apache.commons.vfs.FileObject
Deletes all descendents of this file that match a selector.
delete() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
delete() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
delete() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
delete() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Deletes this file.
delete(FileSelector) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Deletes this file, and all children.
deleteFile(File) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
physically deletes the file from the filesystem
deleteFile(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
detectMissingSourceFiles() - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Check if this task cares about destination files with a missing source file.
detectMissingSourceFiles() - Method in class org.apache.commons.vfs.tasks.SyncTask
Check if this task cares about destination files with a missing source file.
disconnect() - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
doAttach() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doAttach() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Attaches this file object to its file resource.
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Close the underlaying link used to access the files
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
 
doCollectOperations(Collection, Collection, FileObject) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractLayeredFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
Creates a FileSystem.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileProvider
Creates the filesystem.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileProvider
Creates a FileSystem.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.jar.JarFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
Creates the filesystem.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ram.RamFileProvider
 
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
Creates a FileSystem.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.tar.TarFileProvider
Creates a layered file system.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.zip.ZipFileProvider
Creates a layered file system.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Creates this folder.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doCreateFolder() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Creates this file as a folder.
doDelete() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Deletes this file, and all children.
doDelete() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doDelete() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Deletes the file.
doDetach() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Detaches this file object from its file resource.
doDetach() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Detaches this file object from its file resource.
doDetach() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Detaches this file object from its file resource.
doGetAttributes() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the attributes of this file.
doGetAttributes() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Returns the attributes of this file.
doGetAttributes() - Method in class org.apache.commons.vfs.provider.jar.JarFileObject
Returns the value of an attribute.
doGetCertificates() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the certificates used to sign this file.
doGetCertificates() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Returns the certificates of this file.
doGetCertificates() - Method in class org.apache.commons.vfs.provider.jar.JarFileObject
Return the certificates of this JarEntry.
doGetContentSize() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetContentSize() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.gzip.GzipFileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Creates an input stream to read the content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Returns the last-modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
get the last modified time on an ftp file
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Gets the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
 
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Returns the last modified time of this file.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.gzip.GzipFileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.local.LocalFile
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Creates access to the file for random i/o.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.local.LocalFile
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
 
doGetType() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines the type of this file.
doGetType() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Determines the type of this file.
doGetType() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doGetType() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Determines the type of this file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Determines the type of the file.
doGetType() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Returns the file's type.
doIsHidden() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file is hidden.
doIsHidden() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Determines if this file is hidden.
doIsHidden() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Determines if this file is hidden.
doIsReadable() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file can be read.
doIsReadable() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Determines if this file can be read.
doIsReadable() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Determines if this file can be read.
doIsSameFile(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Checks if this fileObject is the same file as destFile just with a different name.
doIsSameFile(FileObject) - Method in class org.apache.commons.vfs.provider.local.LocalFile
 
doIsWriteable() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file can be written to.
doIsWriteable() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Determines if this file can be written to.
doIsWriteable() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Determines if this file can be written to.
doListChildren() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Returns the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doListChildren() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.url.UrlFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Lists the children of the file.
doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Lists the children of this file.
doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
 
doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Lists the children of this file.
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Renames the file.
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Renames the file
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.local.LocalFile
rename this file
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Rename the file.
doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Creates a temporary local copy of a file and its descendents.
doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs.provider.local.LocalFileSystem
Creates a temporary local copy of a file and its descendents.
doSetAttribute(String, Object) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Sets an attribute of this file.
doSetAttribute(String, Object) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Sets an attribute of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Sets the last modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Sets the last-modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.local.LocalFile
Sets the last modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Sets the last modified time of this file.

E

EXCLUDE_SELF - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that selects all the descendents of the base folder, but does not select the base folder itself.
EXTERNAL - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
encode(StringBuffer, int, int, char[]) - Static method in class org.apache.commons.vfs.provider.UriParser
Encodes a set of reserved characters in a StringBuffer, using the URI %nn encoding.
encode(String) - Static method in class org.apache.commons.vfs.provider.UriParser
Removes %nn encodings from a string.
encode(String, char[]) - Static method in class org.apache.commons.vfs.provider.UriParser
 
encode(String[]) - Static method in class org.apache.commons.vfs.provider.UriParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs.provider.AbstractFileNameParser
 
encodeCharacter(char) - Method in interface org.apache.commons.vfs.provider.FileNameParser
Check if a character needs encoding (%nn)
encodeCharacter(char) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs.provider.LayeredFileNameParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs.provider.URLFileNameParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs.provider.url.UrlFileNameParser
 
encodePath(String) - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
 
endOutput() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when the ouput stream for this file is closed.
endOutput() - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
entry - Variable in class org.apache.commons.vfs.provider.tar.TarFileObject
 
entry - Variable in class org.apache.commons.vfs.provider.zip.ZipFileObject
 
equals(Object) - Method in class org.apache.commons.vfs.UserAuthenticationData.Type
 
equals(Object) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Determines if this object is equal to another.
equals(Object) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
error(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs.VfsLog
error
error(Log, Log, String) - Static method in class org.apache.commons.vfs.VfsLog
error
execute() - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Executes this task.
execute() - Method in class org.apache.commons.vfs.tasks.DeleteTask
Executes this task.
execute() - Method in class org.apache.commons.vfs.tasks.MkdirTask
Executes the task.
execute() - Method in class org.apache.commons.vfs.tasks.ShowFileTask
Executes the task.
exists() - Method in interface org.apache.commons.vfs.FileObject
Determines if this file exists.
exists() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
exists() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
exists() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
exists() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if the file exists.
extractFirstElement(StringBuffer) - Static method in class org.apache.commons.vfs.provider.UriParser
Extracts the first element of a path.
extractHostName(StringBuffer) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
Extracts the hostname from a URI.
extractPort(StringBuffer, String) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
Extracts the port from a URI.
extractQueryString(StringBuffer) - Static method in class org.apache.commons.vfs.provider.UriParser
 
extractRootName(StringBuffer) - Method in class org.apache.commons.vfs.provider.LayeredFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuffer) - Method in class org.apache.commons.vfs.provider.local.GenericFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuffer) - Method in class org.apache.commons.vfs.provider.local.LocalFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuffer) - Method in class org.apache.commons.vfs.provider.local.WindowsFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractScheme(String) - Static method in class org.apache.commons.vfs.provider.UriParser
Extracts the scheme from a URI.
extractScheme(String, StringBuffer) - Static method in class org.apache.commons.vfs.provider.UriParser
Extracts the scheme from a URI.
extractToPath(String, StringBuffer) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
Extracts the scheme, userinfo, hostname and port components of a generic URI.
extractUserInfo(StringBuffer) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
Extracts the user info from a URI.

F

FILE - Static variable in class org.apache.commons.vfs.FileType
A regular file.
FILE_OR_FOLDER - Static variable in class org.apache.commons.vfs.FileType
A file or folder.
FILE_SYSTEM - Static variable in class org.apache.commons.vfs.NameScope
Resolve against files in the same file system as the base file.
FOLDER - Static variable in class org.apache.commons.vfs.FileType
A folder.
FS_ATTRIBUTES - Static variable in class org.apache.commons.vfs.Capability
File system attributes are supported.
FileChangeEvent - class org.apache.commons.vfs.FileChangeEvent.
An event fired when a file is changed.
FileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs.FileChangeEvent
 
FileContent - interface org.apache.commons.vfs.FileContent.
Represents the data content of a file.
FileContentInfo - interface org.apache.commons.vfs.FileContentInfo.
Interface to the content info
FileContentInfoFactory - interface org.apache.commons.vfs.FileContentInfoFactory.
Create a class which is able to determine the content-info for the given content
FileContentInfoFilenameFactory - class org.apache.commons.vfs.impl.FileContentInfoFilenameFactory.
The FileContentInfoFilenameFactory.
FileContentInfoFilenameFactory() - Constructor for class org.apache.commons.vfs.impl.FileContentInfoFilenameFactory
 
FileDepthSelector - class org.apache.commons.vfs.FileDepthSelector.
A FileSelector that selects all files in a particular depth range.
FileDepthSelector(int, int) - Constructor for class org.apache.commons.vfs.FileDepthSelector
 
FileFilter - interface org.apache.commons.vfs.FileFilter.
This interface is used to select files when traversing the direct children of the base.
FileFilterSelector - class org.apache.commons.vfs.FileFilterSelector.
A FileSelector that selects all children of the given fileObject.
FileFilterSelector() - Constructor for class org.apache.commons.vfs.FileFilterSelector
 
FileFilterSelector(FileFilter) - Constructor for class org.apache.commons.vfs.FileFilterSelector
 
FileListener - interface org.apache.commons.vfs.FileListener.
Listens for changes to a file.
FileMonitor - interface org.apache.commons.vfs.FileMonitor.
FileMonitor interface
FileName - interface org.apache.commons.vfs.FileName.
Represents a file name.
FileNameParser - interface org.apache.commons.vfs.provider.FileNameParser.
Provides methods to parse a filename into a FileName
FileObject - interface org.apache.commons.vfs.FileObject.
Represents a file, and is used to access the content and structure of the file.
FileObjectUtils - class org.apache.commons.vfs.util.FileObjectUtils.
Stuff to get some strange things from an FileObject
FileOperation - interface org.apache.commons.vfs.operations.FileOperation.
A FileOperation is an object that brings an extra functions to a FileObject.
FileOperationProvider - interface org.apache.commons.vfs.operations.FileOperationProvider.
FileOperationProvider is responsible for dealing with FileOperation's.
FileOperations - interface org.apache.commons.vfs.operations.FileOperations.
FileOperations interface provides API to work with operations.
FileProvider - interface org.apache.commons.vfs.provider.FileProvider.
A file provider.
FileReplicator - interface org.apache.commons.vfs.provider.FileReplicator.
Responsible for making local replicas of files.
FileSelectInfo - interface org.apache.commons.vfs.FileSelectInfo.
Information about a file, that is used to select files during the traversal of a hierarchy.
FileSelector - interface org.apache.commons.vfs.FileSelector.
This interface is used to select files when traversing a file hierarchy.
FileSystem - interface org.apache.commons.vfs.FileSystem.
A file system, made up of a hierarchy of files.
FileSystemConfigBuilder - class org.apache.commons.vfs.FileSystemConfigBuilder.
Abstract class which has the right to fill FileSystemOptions
FileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs.FileSystemConfigBuilder
 
FileSystemException - exception org.apache.commons.vfs.FileSystemException.
Thrown for file system errors.
FileSystemException(String) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object, Throwable) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object[]) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Throwable) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object[], Throwable) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(Throwable) - Constructor for class org.apache.commons.vfs.FileSystemException
Constructs wrapper exception.
FileSystemManager - interface org.apache.commons.vfs.FileSystemManager.
A FileSystemManager manages a set of file systems.
FileSystemOptions - class org.apache.commons.vfs.FileSystemOptions.
Container for FileSystemOptions.
FileSystemOptions() - Constructor for class org.apache.commons.vfs.FileSystemOptions
 
FileType - class org.apache.commons.vfs.FileType.
An enumerated type that represents a file's type.
FileTypeSelector - class org.apache.commons.vfs.FileTypeSelector.
A FileSelector that selects files of a particular type.
FileTypeSelector(FileType) - Constructor for class org.apache.commons.vfs.FileTypeSelector
 
FileUtil - class org.apache.commons.vfs.FileUtil.
Utility methods for dealng with FileObjects.
FilesCache - interface org.apache.commons.vfs.FilesCache.
The fileCache interface
FtpClient - interface org.apache.commons.vfs.provider.ftp.FtpClient.
What VFS expects from an ftp client to provide.
FtpClientFactory - class org.apache.commons.vfs.provider.ftp.FtpClientFactory.
Create a FtpClient instance
FtpFileNameParser - class org.apache.commons.vfs.provider.ftp.FtpFileNameParser.
Implementation for ftp. set default port to 21
FtpFileNameParser() - Constructor for class org.apache.commons.vfs.provider.ftp.FtpFileNameParser
 
FtpFileObject - class org.apache.commons.vfs.provider.ftp.FtpFileObject.
An FTP file.
FtpFileObject(FileName, FtpFileSystem, FileName) - Constructor for class org.apache.commons.vfs.provider.ftp.FtpFileObject
 
FtpFileProvider - class org.apache.commons.vfs.provider.ftp.FtpFileProvider.
A provider for FTP file systems.
FtpFileProvider() - Constructor for class org.apache.commons.vfs.provider.ftp.FtpFileProvider
 
FtpFileSystem - class org.apache.commons.vfs.provider.ftp.FtpFileSystem.
An FTP file system.
FtpFileSystem(GenericFileName, FtpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.ftp.FtpFileSystem
 
FtpFileSystemConfigBuilder - class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder.
The config builder for various ftp configuration options
fatal(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs.VfsLog
fatal
fatal(Log, Log, String) - Static method in class org.apache.commons.vfs.VfsLog
fatal
file - Variable in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
File
fileChanged(FileChangeEvent) - Method in interface org.apache.commons.vfs.FileListener
Called when a file is changed.
fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Called when a file is changed.
fileCreated(FileChangeEvent) - Method in interface org.apache.commons.vfs.FileListener
Called when a file is created.
fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Called when a file is created.
fileDeleted(FileChangeEvent) - Method in interface org.apache.commons.vfs.FileListener
Called when a file is deleted.
fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Called when a file is deleted.
filePointer - Variable in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
File Pointer
finalize() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
 
findClass(String) - Method in class org.apache.commons.vfs.impl.VFSClassLoader
Finds and loads the class with the specified name from the search path.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractLayeredFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
Locates a file object, by absolute URI.
findFile(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
Locates a file from its parsed URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.CompositeFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs.provider.FileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.res.ResourceFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.temp.TemporaryFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.url.UrlFileProvider
Locates a file object, by absolute URI.
findFileSystem(Comparable, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
Locates a cached file system
findFiles(FileSelector) - Method in interface org.apache.commons.vfs.FileObject
Finds the set of matching descendents of this file, in depthwise order.
findFiles(FileSelector, boolean, List) - Method in interface org.apache.commons.vfs.FileObject
Finds the set of matching descendents of this file.
findFiles(FileSelector, boolean, List) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
findFiles(FileSelector, boolean, List) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
findFiles(FileSelector, boolean, List) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Finds the set of matching descendents of this file, in depthwise order.
findFiles(FileSelector, boolean, List) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Traverses the descendents of this file, and builds a list of selected files.
findLocalFile(String) - Method in interface org.apache.commons.vfs.provider.LocalFileProvider
Finds a local file, from its local name.
findLocalFile(File) - Method in interface org.apache.commons.vfs.provider.LocalFileProvider
Converts from java.io.File to FileObject.
findLocalFile(String) - Method in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
Finds a local file, from its local name.
findLocalFile(File) - Method in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
Finds a local file.
findResource(String) - Method in class org.apache.commons.vfs.impl.VFSClassLoader
Finds the resource with the specified name from the search path.
findResources(String) - Method in class org.apache.commons.vfs.impl.VFSClassLoader
Returns an Enumeration of all the resources in the search path with the specified name.
fireFileChanged(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Fires a file changed event.
fireFileCreated(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Fires a file create event.
fireFileDeleted(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Fires a file delete event.
fixSeparators(StringBuffer) - Static method in class org.apache.commons.vfs.provider.UriParser
Normalises the separators in a name.
flush() - Method in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
freeUnusedResources() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Free all resources used by unused filesystems created by this manager.
freeUnusedResources() - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
 

G

GET_LAST_MODIFIED - Static variable in class org.apache.commons.vfs.Capability
File get last-modified time is supported.
GET_TYPE - Static variable in class org.apache.commons.vfs.Capability
The file type can be determined.
GenericFileName - class org.apache.commons.vfs.provider.GenericFileName.
A file name that represents a 'generic' URI, as per RFC 2396.
GenericFileName(String, String, int, int, String, String, String, FileType) - Constructor for class org.apache.commons.vfs.provider.GenericFileName
 
GenericFileNameParser - class org.apache.commons.vfs.provider.local.GenericFileNameParser.
A general-purpose file name parser.
GenericFileNameParser() - Constructor for class org.apache.commons.vfs.provider.local.GenericFileNameParser
 
GzipFileObject - class org.apache.commons.vfs.provider.gzip.GzipFileObject.
the gzip file
GzipFileObject(FileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs.provider.gzip.GzipFileObject
 
GzipFileProvider - class org.apache.commons.vfs.provider.gzip.GzipFileProvider.
Provides access to the content of gzip compressed files
GzipFileProvider() - Constructor for class org.apache.commons.vfs.provider.gzip.GzipFileProvider
 
GzipFileSystem - class org.apache.commons.vfs.provider.gzip.GzipFileSystem.
Filesytem to handle compressed files using the gzip method
GzipFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.gzip.GzipFileSystem
 
getAbstractFileObject(FileObject) - Static method in class org.apache.commons.vfs.util.FileObjectUtils
get access to the base object even if decorated
getAttribute(String) - Method in interface org.apache.commons.vfs.FileContent
Gets the value of an attribute of the file's content.
getAttribute(String) - Method in interface org.apache.commons.vfs.FileSystem
Gets the value of an attribute of the file system.
getAttribute(String) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Retrieves the attribute with the specified name.
getAttribute(String) - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Gets the value of an attribute.
getAttribute(String) - Method in class org.apache.commons.vfs.provider.jar.JarFileSystem
Retrives the attribute with the specified name.
getAttributeNames() - Method in interface org.apache.commons.vfs.FileContent
Lists the attributes of the file's content.
getAttributeNames() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Lists the attributes of this file.
getAttributes() - Method in interface org.apache.commons.vfs.FileContent
Returns a read-only map of this file's attributes.
getAttributes() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns a read-only map of this file's attributes.
getAttributes() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getAuthor() - Method in class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
getBaseFile() - Method in interface org.apache.commons.vfs.FileSystemManager
Returns the base file used to resolve relative paths.
getBaseFile() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns the base file used to resolve relative URI.
getBaseFolder() - Method in interface org.apache.commons.vfs.FileSelectInfo
Returns the base folder of the traversal.
getBaseName() - Method in interface org.apache.commons.vfs.FileName
Returns the base name of this file.
getBaseName() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the base name of the file.
getCacheStrategy() - Method in interface org.apache.commons.vfs.FileSystemManager
Get the cache strategy used
getCacheStrategy() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the cache strategy used
getCapabilities() - Method in interface org.apache.commons.vfs.provider.FileProvider
Get the filesystem capabilities.
getCapabilities() - Method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.gzip.GzipFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.http.HttpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.jar.JarFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.ram.RamFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.res.ResourceFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.tar.TarFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.tar.Tbz2FileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.tar.TgzFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.temp.TemporaryFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.url.UrlFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.zip.ZipFileProvider
 
getCause() - Method in class org.apache.commons.vfs.FileSystemException
Retrieve root cause of the exception.
getCertificates() - Method in interface org.apache.commons.vfs.FileContent
Retrieves the certificates if any used to sign this file or folder.
getCertificates() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns the certificates used to sign this file.
getCertificates() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getChannel() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
Returns an SFTP channel to the server.
getChecksPerRun() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
get the number of files to check per run
getChild(String) - Method in interface org.apache.commons.vfs.FileObject
Returns a child of this file.
getChild(String) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
getChild(String) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getChild(String) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
getChild(String) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns a child of this file.
getChildren() - Method in interface org.apache.commons.vfs.FileObject
Lists the children of this file.
getChildren() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
getChildren() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getChildren() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
getChildren() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the children of the file.
getClassLoader(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder
 
getClassName() - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
getClient() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystem
Creates an FTP client to use.
getClient() - Method in class org.apache.commons.vfs.provider.http.HttpFileSystem
 
getCode() - Method in class org.apache.commons.vfs.FileSystemException
Retrieve error code of the exception.
getCompression(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
 
getConfigBuilder() - Method in interface org.apache.commons.vfs.provider.FileProvider
Gets the configbuilder useable to collect the needed fileSystemOptions.
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.http.HttpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.res.ResourceFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs.provider.url.UrlFileProvider
 
getConfigClass() - Method in class org.apache.commons.vfs.FileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getContainer() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
 
getContent() - Method in interface org.apache.commons.vfs.FileObject
Returns this file's content.
getContent(FileObject) - Static method in class org.apache.commons.vfs.FileUtil
Returns the content of a file, as a byte array.
getContent() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
getContent() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getContent() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
getContent() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the file's content.
getContentEncoding() - Method in interface org.apache.commons.vfs.FileContentInfo
the content encoding
getContentEncoding() - Method in class org.apache.commons.vfs.impl.DefaultFileContentInfo
 
getContentEncoding() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getContentInfo() - Method in interface org.apache.commons.vfs.FileContent
get the content info. e.g. type, encoding, ...
getContentInfo() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
get the content info. e.g. content-type, content-encoding
getContentLength() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getContentLength() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getContentType() - Method in interface org.apache.commons.vfs.FileContentInfo
the content type
getContentType() - Method in class org.apache.commons.vfs.impl.DefaultFileContentInfo
 
getContentType() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getContext() - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Returns the context for this provider.
getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
The cookies to add to the reqest
getCount() - Method in class org.apache.commons.vfs.util.MonitorInputStream
Get the nuber of bytes read by this input stream
getData(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs.UserAuthenticationData
get a data from the collection
getData(UserAuthenticationData, UserAuthenticationData.Type, char[]) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available
getDataInputStream() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
getDataTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getDate() - Method in class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
getDecoratedFileObject() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getDefaultDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
get the language code used by the server. see FTPClientConfig for details and examples.
getDefaultPort() - Method in class org.apache.commons.vfs.provider.GenericFileName
Returns the default port for this file name.
getDefaultPort() - Method in class org.apache.commons.vfs.provider.HostFileNameParser
 
getDelay() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Get the delay between runs
getDependencies() - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
getDepth() - Method in interface org.apache.commons.vfs.FileName
Returns the depth of this file name, within its file system.
getDepth() - Method in interface org.apache.commons.vfs.FileSelectInfo
Returns the depth of the file relative to the base folder.
getDepth() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the depth of this file name, within its file system.
getEntryName() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getEntryParser(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getEntryParserFactory(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getExtension() - Method in interface org.apache.commons.vfs.FileName
Returns the extension of this file name.
getExtension() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the extension of this file name.
getFamilies() - Method in class org.apache.commons.vfs.util.OsFamily
Returns the OS families that this family belongs to.
getFamily(String) - Static method in class org.apache.commons.vfs.util.Os
Locates an OsFamily by name (case-insensitive).
getFile() - Method in class org.apache.commons.vfs.FileChangeEvent
Returns the file that changed.
getFile() - Method in interface org.apache.commons.vfs.FileContent
Returns the file which this is the content of.
getFile() - Method in interface org.apache.commons.vfs.FileSelectInfo
Returns the file (or folder) to be considered.
getFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs.FilesCache
retrieve a file from the cache by its name
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
getFile() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns the file that this is the content of.
getFileContentInfoFactory() - Method in interface org.apache.commons.vfs.FileSystemManager
The class to use to determine the content-type (mime-type)
getFileContentInfoFactory() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
get the fileContentInfoFactory used to determine the infos of a file content.
getFileContentInfoFactory() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
create the filecontentinfo implementation
getFileContentInfoFactory() - Method in class org.apache.commons.vfs.provider.http.HttpFileObject
 
getFileFromCache(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Returns a cached file.
getFileNameParser() - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
 
getFileObject() - Method in class org.apache.commons.vfs.operations.AbstractFileOperation
 
getFileObjectDecorator() - Method in interface org.apache.commons.vfs.FileSystemManager
Get the file object decorator used
getFileObjectDecorator() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the file object decorator used
getFileObjectDecoratorConst() - Method in interface org.apache.commons.vfs.FileSystemManager
The constructor associated to the fileObjectDecorator.
getFileObjectDecoratorConst() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
The constructor associated to the fileObjectDecorator.
getFileOperations() - Method in interface org.apache.commons.vfs.FileObject
 
getFileOperations() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getFileOperations() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
 
getFilePointer() - Method in interface org.apache.commons.vfs.RandomAccessContent
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
getFileSystem() - Method in interface org.apache.commons.vfs.FileObject
Returns the file system that contains this file.
getFileSystem() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getFileSystem() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the file system this file belongs to.
getFileSystemConfigBuilder(String) - Method in interface org.apache.commons.vfs.FileSystemManager
Get the configuration builder for the given scheme
getFileSystemConfigBuilder(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the configuration builder for the given scheme
getFileSystemManager() - Method in interface org.apache.commons.vfs.FileSystem
Returns a reference to the FileSytemManager
getFileSystemManager() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Return the FileSystemManager used to instantiate this filesystem
getFileSystemManager() - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Returns the filesystem manager for the current context
getFileSystemOptions() - Method in interface org.apache.commons.vfs.FileSystem
Returns the FileSystemOptions used to instantiate this filesystem
getFileSystemOptions() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Return the FileSystemOptions used to instantiate this filesystem
getFilecount() - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
 
getFilesCache() - Method in interface org.apache.commons.vfs.FileSystemManager
Get the cache used to cache fileobjects.
getFilesCache() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns the filesCache implementation used to cache files
getFriendlyURI() - Method in interface org.apache.commons.vfs.FileName
returns a "friendly path", this is a path without a password.
getFriendlyURI() - Method in class org.apache.commons.vfs.provider.AbstractFileName
returns a "friendly path", this is a path without a password.
getHostName() - Method in class org.apache.commons.vfs.provider.GenericFileName
Returns the host name part of this name.
getIdentities(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getInfo() - Method in class org.apache.commons.vfs.FileSystemException
Retrieve array of complementary info (context).
getInputStream() - Method in interface org.apache.commons.vfs.FileContent
Returns an input stream for reading the file's content.
getInputStream() - Method in interface org.apache.commons.vfs.RandomAccessContent
get the input stream
Notice: If you use RandomAccessContent.seek(long) you have to reget the InputStream
getInputStream() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns an input stream to use to read the content of the file.
getInputStream() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
getInputStream() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns an input stream for reading the content.
getInputStream() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getInputStream() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getInputStream() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
getInputStream(TarEntry) - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
getInputStream() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
getInstance() - Static method in class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.LayeredFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.ftp.FtpFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.http.HttpFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.https.HttpsFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.local.GenericFileNameParser
retrieve a instance to this parser
getInstance() - Static method in class org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.sftp.SftpFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getJarEntry() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getJarFile() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getJarFileURL() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getKnownHosts(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getLastModTimeAccuracy() - Method in interface org.apache.commons.vfs.FileSystem
Returns the accuracy of the last modification time
getLastModTimeAccuracy() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Returns the accuracy of the last modification time
getLastModTimeAccuracy() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
last mod time is only a int and in seconds, thus can be off by 999
getLastModified() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getLastModifiedTime() - Method in interface org.apache.commons.vfs.FileContent
Determines the last-modified timestamp of the file.
getLastModifiedTime() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns the last-modified timestamp.
getLocalFile() - Method in class org.apache.commons.vfs.provider.local.LocalFile
Returns the local file that this file object represents.
getLogger() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns the logger used by this manager.
getLogger() - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Returns the logger for this file system to use.
getManager() - Static method in class org.apache.commons.vfs.VFS
Returns the default FileSystemManager instance
getManager() - Method in class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
 
getManifest() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
 
getMessage() - Method in class org.apache.commons.vfs.FileSystemException
retrieve message from bundle
getMessage() - Method in class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
getName() - Method in class org.apache.commons.vfs.CacheStrategy
Returns the name of the scope.
getName() - Method in interface org.apache.commons.vfs.FileObject
Returns the name of this file.
getName() - Method in class org.apache.commons.vfs.FileType
Returns the name of this type.
getName() - Method in class org.apache.commons.vfs.NameScope
Returns the name of the scope.
getName() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getName() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the name of the file.
getName() - Method in class org.apache.commons.vfs.util.OsFamily
Returns the name of this family.
getOperation(FileObject, Class) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 
getOperation(Class) - Method in class org.apache.commons.vfs.operations.DefaultFileOperations
 
getOperation(FileObject, Class) - Method in interface org.apache.commons.vfs.operations.FileOperationProvider
 
getOperation(Class) - Method in interface org.apache.commons.vfs.operations.FileOperations
 
getOperationProviders(String) - Method in interface org.apache.commons.vfs.FileSystemManager
 
getOperationProviders(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
 
getOperations() - Method in class org.apache.commons.vfs.operations.DefaultFileOperations
 
getOperations() - Method in interface org.apache.commons.vfs.operations.FileOperations
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
getOuterName() - Method in class org.apache.commons.vfs.provider.LayeredFileName
Returns the URI of the outer file.
getOutputStream() - Method in interface org.apache.commons.vfs.FileContent
Returns an output stream for writing the file's content.
getOutputStream(boolean) - Method in interface org.apache.commons.vfs.FileContent
Returns an output stream for writing the file's content.
getOutputStream() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Prepares this file for writing.
getOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Prepares this file for writing.
getOutputStream() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns an output stream for writing the content.
getOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns an output stream for writing the content in append mode.
getOutputStream() - Method in class org.apache.commons.vfs.provider.DefaultURLConnection
 
getOutputStream() - Method in class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 
getParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs.FileSystemConfigBuilder
 
getParent() - Method in interface org.apache.commons.vfs.FileName
Returns the file name of the parent of this file.
getParent() - Method in interface org.apache.commons.vfs.FileObject
Returns the folder that contains this file.
getParent() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getParent() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the name of the parent of the file.
getParent() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the parent of the file.
getParentLayer() - Method in interface org.apache.commons.vfs.FileSystem
Returns the parent layer if this is a layered file system.
getParentLayer() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Returns the parent layer if this is a layered file system.
getPassiveMode(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getPassphrase() - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
getPassword() - Method in class org.apache.commons.vfs.provider.GenericFileName
Returns the password part of this name.
getPassword() - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
getPath() - Method in interface org.apache.commons.vfs.FileName
Returns the absolute path of this file, within its file system.
getPath() - Method in class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
getPath() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the absolute path of the file, relative to the root of the file system that the file belongs to.
getPathDecoded() - Method in interface org.apache.commons.vfs.FileName
Returns the absolute path of this file, within its file system.
getPathDecoded() - Method in class org.apache.commons.vfs.provider.AbstractFileName
 
getPathQuery() - Method in class org.apache.commons.vfs.provider.URLFileName
get the path and query string e.g.
getPathQueryEncoded(String) - Method in class org.apache.commons.vfs.provider.URLFileName
get the path encoded suitable for url like filesystem e.g.
getPermissions(CodeSource) - Method in class org.apache.commons.vfs.impl.VFSClassLoader
Calls super.getPermissions both for the code source and also adds the permissions granted to the parent layers.
getPort() - Method in class org.apache.commons.vfs.provider.GenericFileName
Returns the port part of this name.
getProviderCapabilities(String) - Method in interface org.apache.commons.vfs.FileSystemManager
Get the capabilities for a given scheme.
getProviderCapabilities(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the capabilities for a given scheme.
getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Get the proxy authenticator where the system should get the credentials from
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Get the proxy to use for http connection You have to set the ProxyPort too if you would like to have the proxy relly used.
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Get the proxy to use for sftp connection You have to set the ProxyPort too if you would like to have the proxy relly used.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Get the proxy-port to use for http the connection You have to set the ProxyHost too if you would like to have the proxy relly used.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Get the proxy-port to use for sftp the connection You have to set the ProxyHost too if you would like to have the proxy relly used.
getProxyType(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Get the proxy type to use for sftp connection.
getQueryString() - Method in class org.apache.commons.vfs.provider.URLFileName
get the query string
getRandomAccessContent(RandomAccessMode) - Method in interface org.apache.commons.vfs.FileContent
Returns an stream for reading/writing the file's content.
getRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns an input/output stream to use to read and write the content of the file in and random manner.
getRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns an input/output stream to use to read and write the content of the file in an random manner.
getRecentDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
getRelativeName(FileName) - Method in interface org.apache.commons.vfs.FileName
Converts a file name to a relative name, relative to this file name.
getRelativeName(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Converts a file name to a relative name, relative to this file name.
getReplicator() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns the file replicator.
getReplicator() - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Locates a file replicator for the provider to use.
getReplyString() - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
getRevision() - Method in class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
getRoot() - Method in interface org.apache.commons.vfs.FileName
find the root of the filesystem
getRoot() - Method in interface org.apache.commons.vfs.FileSystem
Returns the root file of this file system.
getRoot() - Method in class org.apache.commons.vfs.provider.AbstractFileName
find the root of the filesystem
getRoot() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Returns the root file of this file system.
getRootFile() - Method in class org.apache.commons.vfs.provider.local.LocalFileName
Returns the root file for this file.
getRootName() - Method in interface org.apache.commons.vfs.FileSystem
Returns the name of the root file of this file system.
getRootName() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Returns the name of the root of this file system.
getRootURI() - Method in interface org.apache.commons.vfs.FileName
Returns the root URI of the file system this file belongs to.
getRootURI() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the root URI of the file system this file belongs to.
getScheme() - Method in interface org.apache.commons.vfs.FileName
Returns the URI scheme of this file.
getScheme() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the URI scheme of this file.
getSchemes() - Method in interface org.apache.commons.vfs.FileSystemManager
Get the schemes currently available.
getSchemes() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the schemes currently available.
getSchemes() - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
getSchemes() - Method in class org.apache.commons.vfs.provider.CompositeFileProvider
The schemes to use for resolve
getSchemes() - Method in class org.apache.commons.vfs.provider.tar.Tbz2FileProvider
 
getSchemes() - Method in class org.apache.commons.vfs.provider.tar.TgzFileProvider
 
getServerLanguageCode(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
get the language code used by the server. see FTPClientConfig for details and examples.
getServerTimeZoneId(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
getShortMonthNames(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
getSize() - Method in interface org.apache.commons.vfs.FileContent
Determines the size of the file, in bytes.
getSize() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Returns the size of the content (in bytes).
getStatus() - Method in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
getStrictHostKeyChecking(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getString(String) - Static method in class org.apache.commons.vfs.util.Messages
Formats a message.
getString(String, Object) - Static method in class org.apache.commons.vfs.util.Messages
Formats a message.
getString(String, Object[]) - Static method in class org.apache.commons.vfs.util.Messages
Formats a message.
getTarFile() - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
getTemporaryFileStore() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns the temporary file store.
getTemporaryFileStore() - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Locates a temporary file store for the provider to use.
getTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getType() - Method in interface org.apache.commons.vfs.FileName
Returns the requested or current type of this name.
getType() - Method in interface org.apache.commons.vfs.FileObject
Returns this file's type.
getType() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
getType() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getType() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
getType() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the requested or current type of this name.
getType() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the file's type.
getURI() - Method in interface org.apache.commons.vfs.FileName
Returns the absolute URI of this file.
getURI() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the absolute URI of the file.
getURIEncoded(String) - Method in class org.apache.commons.vfs.provider.URLFileName
 
getURL() - Method in interface org.apache.commons.vfs.FileObject
Returns a URL representing this file.
getURL() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
getURL() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns a URL representation of the file.
getURLStreamHandlerFactory() - Method in interface org.apache.commons.vfs.FileSystemManager
Returns a streamhandler factory to enable URL lookup using this FileSystemManager.
getURLStreamHandlerFactory() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Get the URLStreamHandlerFactory.
getUriTrailer() - Method in class org.apache.commons.vfs.provider.AbstractFileName
 
getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Set the charset used for url encoding
getUserAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
 
getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
 
getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getUserInfo(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
getUserName() - Method in class org.apache.commons.vfs.provider.GenericFileName
Returns the user name part of this name.
getZipFile() - Method in class org.apache.commons.vfs.provider.jar.JarFileSystem
 
getZipFile() - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
 

H

HostFileNameParser - class org.apache.commons.vfs.provider.HostFileNameParser.
Implementation for any url based filesystem.
HostFileNameParser(int) - Constructor for class org.apache.commons.vfs.provider.HostFileNameParser
 
HostFileNameParser.Authority - class org.apache.commons.vfs.provider.HostFileNameParser.Authority.
Parsed authority info (scheme, hostname, userinfo, port)
HostFileNameParser.Authority() - Constructor for class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 
HttpClientFactory - class org.apache.commons.vfs.provider.http.HttpClientFactory.
Create a HttpClient instance
HttpFileContentInfoFactory - class org.apache.commons.vfs.provider.http.HttpFileContentInfoFactory.
Description
HttpFileContentInfoFactory() - Constructor for class org.apache.commons.vfs.provider.http.HttpFileContentInfoFactory
 
HttpFileNameParser - class org.apache.commons.vfs.provider.http.HttpFileNameParser.
Implementation for http. set default port to 80
HttpFileNameParser() - Constructor for class org.apache.commons.vfs.provider.http.HttpFileNameParser
 
HttpFileObject - class org.apache.commons.vfs.provider.http.HttpFileObject.
A file object backed by commons httpclient.
HttpFileObject(FileName, HttpFileSystem) - Constructor for class org.apache.commons.vfs.provider.http.HttpFileObject
 
HttpFileProvider - class org.apache.commons.vfs.provider.http.HttpFileProvider.
An HTTP provider that uses commons-httpclient.
HttpFileProvider() - Constructor for class org.apache.commons.vfs.provider.http.HttpFileProvider
 
HttpFileSystem - class org.apache.commons.vfs.provider.http.HttpFileSystem.
An HTTP file system.
HttpFileSystem(GenericFileName, HttpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.http.HttpFileSystem
 
HttpFileSystemConfigBuilder - class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder.
Configuration options for HTTP
HttpsFileNameParser - class org.apache.commons.vfs.provider.https.HttpsFileNameParser.
Implementation for http. set default port to 80
HttpsFileNameParser() - Constructor for class org.apache.commons.vfs.provider.https.HttpsFileNameParser
 
HttpsFileProvider - class org.apache.commons.vfs.provider.https.HttpsFileProvider.
An HTTPS provider that uses commons-httpclient.
HttpsFileProvider() - Constructor for class org.apache.commons.vfs.provider.https.HttpsFileProvider
 
handleChanged() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when this file is changed.
handleCreate(FileType) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when this file is created.
handleDelete() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when this file is deleted.
handleLogEntry(VcsLogEntry) - Method in interface org.apache.commons.vfs.operations.vcs.VcsLogEntryHandler
 
handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Handles a destination for which there is no corresponding source file.
handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs.tasks.SyncTask
Handles a destination for which there is no corresponding source file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Handles an out-of-date file (a file where the destination file either doesn't exist, or is older than the source file).
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs.tasks.CopyTask
Handles an out-of-date file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs.tasks.MoveTask
Handles a single source file.
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Handles an up-to-date file (where the destination file exists and is newer than the source file).
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs.tasks.CopyTask
Handles an up-to-date file.
hasAttributes() - Method in class org.apache.commons.vfs.FileType
Returns true if files of this type may have attributes.
hasCapability(Capability) - Method in interface org.apache.commons.vfs.FileSystem
Determines if this file system has a particular capability.
hasCapability(Capability) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Determines if this file system has a particular capability.
hasChildren() - Method in class org.apache.commons.vfs.FileType
Returns true if files of this type may contain other files.
hasContent() - Method in class org.apache.commons.vfs.FileType
Returns true if files of this type may have data content.
hasOperation(Class) - Method in class org.apache.commons.vfs.operations.DefaultFileOperations
 
hasOperation(Class) - Method in interface org.apache.commons.vfs.operations.FileOperations
 
hasParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs.FileSystemConfigBuilder
 
hasProvider(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Returns true if this manager has a provider for a particular scheme.
hashCode() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the hashcode for this name.
holdObject(Object) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
This method is meant to add a object where this object holds a strong reference then.
hostName - Variable in class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 

I

IGNORED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
IMAGINARY - Static variable in class org.apache.commons.vfs.FileType
A file that does not exist.
importTree(File) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystem
Import a Tree
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs.AllFileSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs.FileDepthSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs.FileFilterSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in interface org.apache.commons.vfs.FileSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs.FileTypeSelector
Determines if a file or folder should be selected.
info(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs.VfsLog
info
info(Log, Log, String) - Static method in class org.apache.commons.vfs.VfsLog
info
init() - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
Initialises this component.
init() - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Initialises this manager.
init() - Method in class org.apache.commons.vfs.impl.PrivilegedFileReplicator
Initialises the component.
init() - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
Initializes this manager.
init() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Initialises this component.
init() - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Initialises the component.
init() - Method in interface org.apache.commons.vfs.provider.VfsComponent
Initialises the component.
init() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileSystem
 
init() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileProvider
Initialises the component.
init() - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
init() - Method in class org.apache.commons.vfs.provider.zip.ZipFileSystem
 
injectType(FileType) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
 
injectType(FileType) - Method in class org.apache.commons.vfs.provider.ram.RamFileObject
 
instantiateOperation(FileObject, Class) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 
isAbsoluteLocalName(String) - Method in interface org.apache.commons.vfs.provider.LocalFileProvider
Determines if a name is an absolute file name.
isAbsoluteLocalName(String) - Method in class org.apache.commons.vfs.provider.local.DefaultLocalFileProvider
Determines if a name is an absolute file name.
isAbsoluteName(String) - Method in class org.apache.commons.vfs.provider.local.LocalFileNameParser
Determines if a name is an absolute file name.
isAncestor(FileName) - Method in interface org.apache.commons.vfs.FileName
Determines if another file name is an ancestor of this file name.
isAncestor(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Determines if another file name is an ancestor of this file name.
isArch(String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS architecture.
isAttached() - Method in interface org.apache.commons.vfs.FileObject
check if the fileObject is attaced
isAttached() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
isAttached() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Check if the internal state is "attached"
isConnected() - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
isContentOpen() - Method in interface org.apache.commons.vfs.FileObject
check if someone reads/write to this file
isContentOpen() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
isContentOpen() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Check if the content stream is open
isDefault() - Method in class org.apache.commons.vfs.impl.DefaultProviderConfiguration
 
isDefault() - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
isDescendent(FileName) - Method in interface org.apache.commons.vfs.FileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName, NameScope) - Method in interface org.apache.commons.vfs.FileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName, NameScope) - Method in class org.apache.commons.vfs.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isFailonerror() - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not
isFamily(String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS family.
isFamily(OsFamily) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS family.
isHidden() - Method in interface org.apache.commons.vfs.FileObject
Determines if this file is hidden.
isHidden() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
isHidden() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
isHidden() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
isHidden() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file can be read.
isInstanceOf(FileObject, Class) - Static method in class org.apache.commons.vfs.util.FileObjectUtils
check if the given FileObject is instance of given class argument
isName(String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS name.
isOpen() - Method in interface org.apache.commons.vfs.FileContent
check if this file has open streams
isOpen() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
check if this filesystem has open streams
isOpen() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
check if a input and/or output stream is open.
isOpenGlobal() - Method in class org.apache.commons.vfs.provider.DefaultFileContent
check if a input and/or output stream is open.
isOs(String, String, String, String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version.
isOs(OsFamily, String, String, String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version
isOverwrite() - Method in class org.apache.commons.vfs.tasks.CopyTask
 
isPreserveLastModified() - Method in class org.apache.commons.vfs.tasks.CopyTask
 
isReadable() - Method in interface org.apache.commons.vfs.FileObject
Determines if this file can be read.
isReadable() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
isReadable() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
isReadable() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
isReadable() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file can be read.
isRecursive() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Access method to get the recursive setting when adding files for monitoring.
isReleaseable() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
returns true if no file is using this filesystem
isSameFile(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Checks if this fileObject is the same file as destFile just with a different name.
isUriStyle() - Static method in class org.apache.commons.vfs.VFS
 
isUrlBased(FileName, String) - Method in class org.apache.commons.vfs.provider.url.UrlFileNameParser
Guess is the given filename is a url with host or not.
isVersion(String) - Static method in class org.apache.commons.vfs.util.Os
Determines if the OS on which Ant is executing matches the given OS version.
isWriteable() - Method in interface org.apache.commons.vfs.FileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
isWriteable() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
isWriteable() - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
isWriteable() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs.provider.compressed.CompressedFileFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Determines if this file can be written to.

J

JUNCTIONS - Static variable in class org.apache.commons.vfs.Capability
Junctions are supported.
JarFileObject - class org.apache.commons.vfs.provider.jar.JarFileObject.
A file in a Jar file system.
JarFileObject(FileName, ZipEntry, JarFileSystem, boolean) - Constructor for class org.apache.commons.vfs.provider.jar.JarFileObject
 
JarFileProvider - class org.apache.commons.vfs.provider.jar.JarFileProvider.
A file system provider for Jar files.
JarFileProvider() - Constructor for class org.apache.commons.vfs.provider.jar.JarFileProvider
 
JarFileSystem - class org.apache.commons.vfs.provider.jar.JarFileSystem.
A read-only file system for Jar files.
JarFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.jar.JarFileSystem
 
JarURLConnectionImpl - class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl.
A default URL connection that will work for most file systems.
JarURLConnectionImpl(JarFileObject, FileContent) - Constructor for class org.apache.commons.vfs.provider.jar.JarURLConnectionImpl
 

L

LAST_MODIFIED - Static variable in class org.apache.commons.vfs.Capability
File last-modified time is supported.
LIST_CHILDREN - Static variable in class org.apache.commons.vfs.Capability
Children of files can be listed.
LRUFilesCache - class org.apache.commons.vfs.cache.LRUFilesCache.
This implementation caches every file using LRUMap.
LRUFilesCache() - Constructor for class org.apache.commons.vfs.cache.LRUFilesCache
Default constructor.
LRUFilesCache(int) - Constructor for class org.apache.commons.vfs.cache.LRUFilesCache
Set the desired LRU size.
LayeredFileName - class org.apache.commons.vfs.provider.LayeredFileName.
A file name for layered files.
LayeredFileName(String, FileName, String, FileType) - Constructor for class org.apache.commons.vfs.provider.LayeredFileName
 
LayeredFileNameParser - class org.apache.commons.vfs.provider.LayeredFileNameParser.
Implementation for layered filesystems.
LayeredFileNameParser() - Constructor for class org.apache.commons.vfs.provider.LayeredFileNameParser
 
LocalFile - class org.apache.commons.vfs.provider.local.LocalFile.
A file object implementation which uses direct file access.
LocalFile(LocalFileSystem, String, FileName) - Constructor for class org.apache.commons.vfs.provider.local.LocalFile
Creates a non-root file.
LocalFileName - class org.apache.commons.vfs.provider.local.LocalFileName.
A local file URI.
LocalFileName(String, String, String, FileType) - Constructor for class org.apache.commons.vfs.provider.local.LocalFileName
 
LocalFileNameParser - class org.apache.commons.vfs.provider.local.LocalFileNameParser.
A name parser.
LocalFileNameParser() - Constructor for class org.apache.commons.vfs.provider.local.LocalFileNameParser
 
LocalFileProvider - interface org.apache.commons.vfs.provider.LocalFileProvider.
A file provider which handles local files.
LocalFileSystem - class org.apache.commons.vfs.provider.local.LocalFileSystem.
A local file system.
LocalFileSystem(FileName, String, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.local.LocalFileSystem
 
length() - Method in interface org.apache.commons.vfs.RandomAccessContent
Returns the length of this file.
length() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
length() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
listFiles(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
logOrDie(String, int) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
 
lookupOperation(Class) - Method in class org.apache.commons.vfs.operations.AbstractFileOperationProvider
 

M

MANIFEST_ATTRIBUTES - Static variable in class org.apache.commons.vfs.Capability
The set of attributes defined by the Jar manifest specification are supported.
MANUAL - Static variable in class org.apache.commons.vfs.CacheStrategy
Deal with cached data manually.
MERGED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
MISSING - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
MODIFIED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
MOVED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
Messages - class org.apache.commons.vfs.util.Messages.
Formats messages.
MkdirTask - class org.apache.commons.vfs.tasks.MkdirTask.
An Ant task that creates a directory.
MkdirTask() - Constructor for class org.apache.commons.vfs.tasks.MkdirTask
 
MonitorInputStream - class org.apache.commons.vfs.util.MonitorInputStream.
An InputStream that provides buffering and end-of-stream monitoring.
MonitorInputStream(InputStream) - Constructor for class org.apache.commons.vfs.util.MonitorInputStream
 
MonitorOutputStream - class org.apache.commons.vfs.util.MonitorOutputStream.
An OutputStream that provides buffering and end-of-stream monitoring.
MonitorOutputStream(OutputStream) - Constructor for class org.apache.commons.vfs.util.MonitorOutputStream
 
MonitorRandomAccessContent - class org.apache.commons.vfs.util.MonitorRandomAccessContent.
An RandomAccessContent that provides end-of-stream monitoring.
MonitorRandomAccessContent(RandomAccessContent) - Constructor for class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
MoveTask - class org.apache.commons.vfs.tasks.MoveTask.
An Ant task that moves matching files.
MoveTask() - Constructor for class org.apache.commons.vfs.tasks.MoveTask
 
makeDirectory(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
modified(String, int) - Method in interface org.apache.commons.vfs.operations.vcs.VcsModifyListener
 
moveTo(FileObject) - Method in interface org.apache.commons.vfs.FileObject
Move this file.
moveTo(FileObject) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
moveTo(FileObject) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
moveTo(FileObject) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
moveTo(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Moves (rename) the file to another one

N

NOT_MODIFIED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
NOT_REVERTED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
NameScope - class org.apache.commons.vfs.NameScope.
An enumerated type for file name scope, used when resolving a name relative to a file.
NullFilesCache - class org.apache.commons.vfs.cache.NullFilesCache.

A FilesCache implementation.

NullFilesCache() - Constructor for class org.apache.commons.vfs.cache.NullFilesCache
 
normalisePath(StringBuffer) - Static method in class org.apache.commons.vfs.provider.UriParser
Normalises a path.
notify(FileListener) - Method in class org.apache.commons.vfs.events.AbstractFileChangeEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs.events.ChangedEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs.events.CreateEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs.events.DeleteEvent
 
notifyAllStreamsClosed() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
will be called after this file-object closed all its streams.
notifyAllStreamsClosed() - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
will be called after all file-objects closed their streams.

O

OBSTRUCTED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
ON_CALL - Static variable in class org.apache.commons.vfs.CacheStrategy
Refresh the data every time you call a method on the fileObject.
ON_RESOLVE - Static variable in class org.apache.commons.vfs.CacheStrategy
Refresh the data every time you request a file from FileSystemManager.resolveFile(java.lang.String)
OS_FAMILY_DOS - Static variable in class org.apache.commons.vfs.util.Os
All DOS based OSes.
OS_FAMILY_MAC - Static variable in class org.apache.commons.vfs.util.Os
All Mac based OSes.
OS_FAMILY_NETWARE - Static variable in class org.apache.commons.vfs.util.Os
Netware
OS_FAMILY_OS2 - Static variable in class org.apache.commons.vfs.util.Os
OS/2
OS_FAMILY_OSX - Static variable in class org.apache.commons.vfs.util.Os
OSX
OS_FAMILY_UNIX - Static variable in class org.apache.commons.vfs.util.Os
All UNIX based OSes.
OS_FAMILY_WIN9X - Static variable in class org.apache.commons.vfs.util.Os
All Windows 9x based OSes.
OS_FAMILY_WINDOWS - Static variable in class org.apache.commons.vfs.util.Os
All Windows based OSes.
OS_FAMILY_WINNT - Static variable in class org.apache.commons.vfs.util.Os
All Windows NT based OSes.
OnCallRefreshFileObject - class org.apache.commons.vfs.cache.OnCallRefreshFileObject.
This decorator refreshes the fileObject data on every call
OnCallRefreshFileObject(FileObject) - Constructor for class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
Os - class org.apache.commons.vfs.util.Os.
Class to help determining the OS.
OsFamily - class org.apache.commons.vfs.util.OsFamily.
An enumerated type, which represents an OS family.
onChange() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when the type or content of this file changes.
onChange() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Called when the type or content of this file changes.
onChange() - Method in class org.apache.commons.vfs.provider.sftp.SftpFileObject
Called when the type or content of this file changes.
onChildrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Called when the children of this file change.
onChildrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
Called when the children of this file change.
onClose() - Method in class org.apache.commons.vfs.util.MonitorInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs.util.MonitorOutputStream
Called after this stream is closed.
onClose() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
Called after this stream is closed.
openConnection(URL) - Method in class org.apache.commons.vfs.provider.DefaultURLStreamHandler
 
org.apache.commons.vfs - package org.apache.commons.vfs
The public VFS API.
org.apache.commons.vfs.auth - package org.apache.commons.vfs.auth
 
org.apache.commons.vfs.cache - package org.apache.commons.vfs.cache
 
org.apache.commons.vfs.events - package org.apache.commons.vfs.events
 
org.apache.commons.vfs.impl - package org.apache.commons.vfs.impl
The standard VFS implementation.
org.apache.commons.vfs.operations - package org.apache.commons.vfs.operations
 
org.apache.commons.vfs.operations.vcs - package org.apache.commons.vfs.operations.vcs
 
org.apache.commons.vfs.provider - package org.apache.commons.vfs.provider
The File Provider API, and utility classes.
org.apache.commons.vfs.provider.bzip2 - package org.apache.commons.vfs.provider.bzip2
 
org.apache.commons.vfs.provider.compressed - package org.apache.commons.vfs.provider.compressed
 
org.apache.commons.vfs.provider.ftp - package org.apache.commons.vfs.provider.ftp
The FTP File Provider.
org.apache.commons.vfs.provider.gzip - package org.apache.commons.vfs.provider.gzip
 
org.apache.commons.vfs.provider.http - package org.apache.commons.vfs.provider.http
 
org.apache.commons.vfs.provider.https - package org.apache.commons.vfs.provider.https
 
org.apache.commons.vfs.provider.jar - package org.apache.commons.vfs.provider.jar
The Jar File Provider.
org.apache.commons.vfs.provider.local - package org.apache.commons.vfs.provider.local
The Local File Provider.
org.apache.commons.vfs.provider.ram - package org.apache.commons.vfs.provider.ram
The RAM File Provider.
org.apache.commons.vfs.provider.res - package org.apache.commons.vfs.provider.res
 
org.apache.commons.vfs.provider.sftp - package org.apache.commons.vfs.provider.sftp
The SFTP Provider.
org.apache.commons.vfs.provider.tar - package org.apache.commons.vfs.provider.tar
The Tar File Provider.
org.apache.commons.vfs.provider.temp - package org.apache.commons.vfs.provider.temp
The Temporary Filespace Provider.
org.apache.commons.vfs.provider.url - package org.apache.commons.vfs.provider.url
The Default File Provider, which wraps java.net.URL.
org.apache.commons.vfs.provider.zip - package org.apache.commons.vfs.provider.zip
The Zip File Provider.
org.apache.commons.vfs.tasks - package org.apache.commons.vfs.tasks
The VFS Ant Tasks.
org.apache.commons.vfs.util - package org.apache.commons.vfs.util
Utility classes used by the VFS.

P

PASSWORD - Static variable in class org.apache.commons.vfs.UserAuthenticationData
 
PROXY_HTTP - Static variable in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_SOCKS5 - Static variable in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
 
PrivilegedFileReplicator - class org.apache.commons.vfs.impl.PrivilegedFileReplicator.
A file replicator that wraps another file replicator, performing the replication as a privileged action.
PrivilegedFileReplicator(FileReplicator) - Constructor for class org.apache.commons.vfs.impl.PrivilegedFileReplicator
 
ProviderConfiguration - class org.apache.commons.vfs.impl.ProviderConfiguration.
This class describes the configuration for a provider.
ProviderConfiguration() - Constructor for class org.apache.commons.vfs.impl.ProviderConfiguration
 
parseURI(String) - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
 
parseURL(URL, String, int, int) - Method in class org.apache.commons.vfs.provider.DefaultURLStreamHandler
 
parseUri(FileName, String) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
Parses an absolute URI.
parseUri(VfsComponentContext, FileName, String) - Method in interface org.apache.commons.vfs.provider.FileNameParser
parses a String into a filename
parseUri(FileName, String) - Method in interface org.apache.commons.vfs.provider.FileProvider
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.HostFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.LayeredFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.URLFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.local.LocalFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.url.UrlFileNameParser
 
password - Variable in class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 
port - Variable in class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 
process() - Method in interface org.apache.commons.vfs.operations.FileOperation
Performs necessary actions that are related to the concrete implementation of a FileOperation.
promptPassphrase(String) - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
promptPassword(String) - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
promptYesNo(String) - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
putChannel(ChannelSftp) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystem
Returns a channel to the pool.
putClient(FtpClient) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystem
Returns an FTP client after use.
putFile(FileObject) - Method in interface org.apache.commons.vfs.FilesCache
add a fileobject to the cache
putFile(FileObject) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
putFileToCache(FileObject) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Adds a file object to the cache.

Q

queueAddFile(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Queues a file for addition to be monitored.
queueRemoveFile(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Queues a file for removal from being monitored.

R

RANDOM_ACCESS_READ - Static variable in class org.apache.commons.vfs.Capability
File content can be read in random mode.
RANDOM_ACCESS_WRITE - Static variable in class org.apache.commons.vfs.Capability
File content can be written in random mode.
READ - Static variable in class org.apache.commons.vfs.util.RandomAccessMode
read
READWRITE - Static variable in class org.apache.commons.vfs.util.RandomAccessMode
read/write
READ_CONTENT - Static variable in class org.apache.commons.vfs.Capability
File content can be read.
RENAME - Static variable in class org.apache.commons.vfs.Capability
Files can be renamed.
REPLACED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
RESOLVED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
RESTORED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
REVERTED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
ROOT_PATH - Static variable in interface org.apache.commons.vfs.FileName
The absolute path of the root of a file system.
RamFileObject - class org.apache.commons.vfs.provider.ram.RamFileObject.
A RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject interface.
RamFileObject(FileName, RamFileSystem) - Constructor for class org.apache.commons.vfs.provider.ram.RamFileObject
 
RamFileOutputStream - class org.apache.commons.vfs.provider.ram.RamFileOutputStream.
OutputStream to a RamFile
RamFileOutputStream(RamFileObject) - Constructor for class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
RamFileProvider - class org.apache.commons.vfs.provider.ram.RamFileProvider.
RAM File Provider
RamFileProvider() - Constructor for class org.apache.commons.vfs.provider.ram.RamFileProvider
Constructor
RamFileRandomAccessContent - class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent.
RAM File Random Access Content
RamFileRandomAccessContent(RamFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
RamFileSystem - class org.apache.commons.vfs.provider.ram.RamFileSystem.
A RAM File System
RamFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.ram.RamFileSystem
 
RamFileSystemConfigBuilder - class org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder.
Config Builder for the RAM filesystem.
RandomAccessContent - interface org.apache.commons.vfs.RandomAccessContent.
Description
RandomAccessMode - class org.apache.commons.vfs.util.RandomAccessMode.
An enumerated type representing the modes of a random access content.
ResourceFileProvider - class org.apache.commons.vfs.provider.res.ResourceFileProvider.
Description
ResourceFileProvider() - Constructor for class org.apache.commons.vfs.provider.res.ResourceFileProvider
 
ResourceFileSystemConfigBuilder - class org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder.
The config builder for various ftp configuration options
read() - Method in class org.apache.commons.vfs.util.MonitorInputStream
Reads a character.
read(byte[], int, int) - Method in class org.apache.commons.vfs.util.MonitorInputStream
Reads bytes from this input stream.error occurs.
readBoolean() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readBoolean() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readBoolean() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readByte() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readByte() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readByte() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readChar() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readChar() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readChar() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readDouble() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readDouble() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readDouble() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readFloat() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readFloat() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readFloat() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readInt() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readInt() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readInt() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readLine() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
Deprecated. see DataInputStream.readLine()
readLine() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readLine() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readLong() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readLong() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readLong() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readShort() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readShort() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readShort() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readUTF() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readUTF() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readUTF() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
refresh() - Method in interface org.apache.commons.vfs.FileObject
This will prepare the fileObject to get resynchronized with the underlaying filesystem if required
refresh() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
refresh() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
This will prepare the fileObject to get resynchronized with the underlaying filesystem if required
refresh() - Method in class org.apache.commons.vfs.provider.ftp.FtpFileObject
 
removeCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCommit
 
removeComponent(Object) - Method in class org.apache.commons.vfs.provider.AbstractVfsContainer
Removes a sub-component from this component.
removeDirectory(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
removeFile(FileObject) - Method in interface org.apache.commons.vfs.FileMonitor
Removes a file from being monitored.
removeFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs.FilesCache
removes a file from cache
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
removeFile(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Removes a file from being monitored.
removeFile() - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
removes a file from the copies list.
removeFile(Object) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
removes a instance from the list of copies
removeFileFromCache(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
remove a cached file.
removeJunction(String) - Method in interface org.apache.commons.vfs.FileSystem
Removes a junction from this file system.
removeJunction(String) - Method in class org.apache.commons.vfs.impl.VirtualFileSystem
Removes a junction from this file system.
removeJunction(String) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Removes a junction from this file system.
removeListener(FileObject, FileListener) - Method in interface org.apache.commons.vfs.FileSystem
Removes a listener from a file in this file system.
removeListener(FileObject, FileListener) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Removes a listener from a file in this file system.
removeModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsRevert
 
removeUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs.operations.vcs.VcsUpdate
 
rename(String, String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs.FileSystem
Creates a temporary local copy of a file and its descendents.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs.impl.DefaultFileReplicator
Creates a local copy of the file, and all its descendents.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs.impl.PrivilegedFileReplicator
Creates a local copy of the file, and all its descendents.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Creates a temporary local copy of a file and its descendents.
replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs.provider.FileReplicator
Creates a local copy of the file, and all its descendents.
requestAuthentication(UserAuthenticationData.Type[]) - Method in interface org.apache.commons.vfs.UserAuthenticator
queries the given type from the user
requestAuthentication(UserAuthenticationData.Type[]) - Method in class org.apache.commons.vfs.auth.StaticUserAuthenticator
 
requestRead() - Method in class org.apache.commons.vfs.util.RandomAccessMode
 
requestWrite() - Method in class org.apache.commons.vfs.util.RandomAccessMode
 
resetTarFile() - Method in class org.apache.commons.vfs.provider.tar.TarFileSystem
 
resolveFile(String, NameScope) - Method in interface org.apache.commons.vfs.FileObject
Finds a file, relative to this file.
resolveFile(String) - Method in interface org.apache.commons.vfs.FileObject
Finds a file, relative to this file.
resolveFile(FileName) - Method in interface org.apache.commons.vfs.FileSystem
Finds a file in this file system.
resolveFile(String) - Method in interface org.apache.commons.vfs.FileSystem
Finds a file in this file system.
resolveFile(String) - Method in interface org.apache.commons.vfs.FileSystemManager
Locates a file by name.
resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs.FileSystemManager
Locates a file by name.
resolveFile(FileObject, String) - Method in interface org.apache.commons.vfs.FileSystemManager
Locates a file by name.
resolveFile(File, String) - Method in interface org.apache.commons.vfs.FileSystemManager
Locates a file by name.
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs.cache.OnCallRefreshFileObject
 
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Locates a file by URI.
resolveFile(String, FileSystemOptions) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Locate a file by URI, use the FileSystemOptions for file-system creation
resolveFile(File, String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Locates a file by URI.
resolveFile(FileObject, String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Resolves a URI, relative to a base file.
resolveFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Resolves a URI, realtive to a base file with specified FileSystem configuration
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs.impl.SynchronizedFileObject
 
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns a child by name.
resolveFile(String) - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Finds a file, relative to this file.
resolveFile(String) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Finds a file in this file system.
resolveFile(FileName) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Finds a file in this file system.
resolveFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Locate a file by name.
resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Locate a file by name.
resolveFile(String) - Method in class org.apache.commons.vfs.tasks.VfsTask
Resolves a URI to a file, relative to the project's base directory.
resolveName(FileName, String) - Method in interface org.apache.commons.vfs.FileSystemManager
Resolves a name, relative to this file name.
resolveName(FileName, String, NameScope) - Method in interface org.apache.commons.vfs.FileSystemManager
Resolves a name, relative to the "root" file name.
resolveName(FileName, String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Resolves a name, relative to the file.
resolveName(FileName, String, NameScope) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Resolves a name, relative to the root.
resolveURI(String) - Method in interface org.apache.commons.vfs.FileSystemManager
Resolve the uri to a filename
resolveURI(String) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
resolve the uri to a filename
retrieveFileStream(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
retrieveFileStream(String, long) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 
run() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Asks the agent for each file being monitored to check its file for changes.

S

SELECT_ALL - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that selects the base file/folder, plus all its descendents.
SELECT_CHILDREN - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that selects only the direct children of the base folder.
SELECT_FILES - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that only files (not folders).
SELECT_FOLDERS - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that only folders (not files).
SELECT_SELF - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that selects only the base file/folder.
SELECT_SELF_AND_CHILDREN - Static variable in interface org.apache.commons.vfs.Selectors
A FileSelector that selects the base file/folder and its direct children.
SEPARATOR - Static variable in interface org.apache.commons.vfs.FileName
The separator used in file paths.
SEPARATOR_CHAR - Static variable in interface org.apache.commons.vfs.FileName
The separator character used in file paths.
SET_LAST_MODIFIED_FILE - Static variable in class org.apache.commons.vfs.Capability
File set last-modified time is supported.
SET_LAST_MODIFIED_FOLDER - Static variable in class org.apache.commons.vfs.Capability
folder set last-modified time is supported.
SIGNING - Static variable in class org.apache.commons.vfs.Capability
File content signing is supported.
Selectors - interface org.apache.commons.vfs.Selectors.
Several standard file selectors.
SftpClientFactory - class org.apache.commons.vfs.provider.sftp.SftpClientFactory.
Create a HttpClient instance
SftpFileNameParser - class org.apache.commons.vfs.provider.sftp.SftpFileNameParser.
Implementation for sftp. set default port to 22
SftpFileNameParser() - Constructor for class org.apache.commons.vfs.provider.sftp.SftpFileNameParser
 
SftpFileObject - class org.apache.commons.vfs.provider.sftp.SftpFileObject.
An SFTP file.
SftpFileObject(FileName, SftpFileSystem) - Constructor for class org.apache.commons.vfs.provider.sftp.SftpFileObject
 
SftpFileProvider - class org.apache.commons.vfs.provider.sftp.SftpFileProvider.
A provider for accessing files over SFTP.
SftpFileProvider() - Constructor for class org.apache.commons.vfs.provider.sftp.SftpFileProvider
 
SftpFileSystem - class org.apache.commons.vfs.provider.sftp.SftpFileSystem.
Represents the files on an SFTP server.
SftpFileSystem(GenericFileName, Session, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.sftp.SftpFileSystem
 
SftpFileSystemConfigBuilder - class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder.
The config builder for various sftp configuration options
SftpFileSystemConfigBuilder.ProxyType - class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder.ProxyType.
 
ShowFileTask - class org.apache.commons.vfs.tasks.ShowFileTask.
An Ant task that writes the details of a file to Ant's log.
ShowFileTask() - Constructor for class org.apache.commons.vfs.tasks.ShowFileTask
 
SoftRefFilesCache - class org.apache.commons.vfs.cache.SoftRefFilesCache.
This implementation caches every file as long as it is strongly reachable by the java vm.
SoftRefFilesCache() - Constructor for class org.apache.commons.vfs.cache.SoftRefFilesCache
 
StandardFileSystemManager - class org.apache.commons.vfs.impl.StandardFileSystemManager.
A FileSystemManager that configures itself from an XML (Default: providers.xml) configuration file.
StandardFileSystemManager() - Constructor for class org.apache.commons.vfs.impl.StandardFileSystemManager
 
StaticUserAuthenticator - class org.apache.commons.vfs.auth.StaticUserAuthenticator.
provides always the same credential data passed in with the constructor.
StaticUserAuthenticator(String, String, String) - Constructor for class org.apache.commons.vfs.auth.StaticUserAuthenticator
 
SyncTask - class org.apache.commons.vfs.tasks.SyncTask.
A task that synchronises the destination folder to look exactly like the source folder (or folders).
SyncTask() - Constructor for class org.apache.commons.vfs.tasks.SyncTask
 
SynchronizedFileObject - class org.apache.commons.vfs.impl.SynchronizedFileObject.
This decorator synchronize all access to the FileObject
SynchronizedFileObject(FileObject) - Constructor for class org.apache.commons.vfs.impl.SynchronizedFileObject
 
scheme - Variable in class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 
seek(long) - Method in interface org.apache.commons.vfs.RandomAccessContent
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seek(long) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
setAttribute(String, Object) - Method in interface org.apache.commons.vfs.FileContent
Sets the value of an attribute of the file's content.
setAttribute(String, Object) - Method in interface org.apache.commons.vfs.FileSystem
Sets the value of an attribute of the file's content.
setAttribute(String, Object) - Method in class org.apache.commons.vfs.provider.AbstractFileSystem
Sets the attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Sets the value of an attribute.
setBaseFile(FileObject) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the base file to use when resolving relative URI.
setBaseFile(File) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the base file to use when resolving relative URI.
setCacheStrategy(CacheStrategy) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Set the cache strategy to use when dealing with file object data.
setChecksPerRun(int) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
set the number of files to check per run.
setClassLoader(ClassLoader) - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
Sets the ClassLoader to use to load the providers.
setClassLoader(FileSystemOptions, ClassLoader) - Method in class org.apache.commons.vfs.provider.res.ResourceFileSystemConfigBuilder
 
setClassName(String) - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
setCompression(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
configure the compression to use.
setConfigClass(FileSystemOptions, String, String, Class) - Method in class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
Set a single class value.
setConfigClasses(FileSystemOptions, String, String, Class[]) - Method in class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
Set an array of class values.
setConfigString(FileSystemOptions, String, String, String) - Method in class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
Set a single string value.
setConfigStrings(FileSystemOptions, String, String, String[]) - Method in class org.apache.commons.vfs.util.DelegatingFileSystemOptionsBuilder
Set an array of string value.
setConfiguration(String) - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
Sets the configuration file for this manager.
setConfiguration(URL) - Method in class org.apache.commons.vfs.impl.StandardFileSystemManager
Sets the configuration file for this manager.
setContext(VfsComponentContext) - Method in class org.apache.commons.vfs.impl.PrivilegedFileReplicator
Sets the context for the replicator.
setContext(VfsComponentContext) - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Sets the context for this file system provider.
setContext(VfsComponentContext) - Method in interface org.apache.commons.vfs.provider.VfsComponent
Sets the context for the component.
setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
The cookies to add to the reqest
setData(UserAuthenticationData.Type, char[]) - Method in class org.apache.commons.vfs.UserAuthenticationData
set a data to this collection
setDataTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
set the data timeout for the ftp client.
setDefaultDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
set the language code used by the server. see FTPClientConfig for details and examples.
setDefaultProvider(FileProvider) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the default provider.
setDelay(long) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Set the delay between runs
setDependency(String) - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
setDestDir(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets the destination directory.
setDestFile(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets the destination file.
setDir(String) - Method in class org.apache.commons.vfs.tasks.MkdirTask
Sets the directory to create.
setEndRevision(long) - Method in interface org.apache.commons.vfs.operations.vcs.VcsLog
 
setEntryParser(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
set the FQCN of your FileEntryParser used to parse the directory listing from your server.
setEntryParserFactory(FileSystemOptions, FTPFileEntryParserFactory) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
FTPFileEntryParserFactory which will be used for ftp-entry parsing
setExport(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCheckout
 
setFailonerror(boolean) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not
setFile(FileObject) - Method in class org.apache.commons.vfs.provider.DelegateFileObject
Attaches or detaches the target file.
setFile(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask.SourceInfo
 
setFile(String) - Method in class org.apache.commons.vfs.tasks.DeleteTask
Sets the file/folder to delete.
setFile(String) - Method in class org.apache.commons.vfs.tasks.ShowFileTask
The URL of the file to display.
setFileContentInfoFactory(FileContentInfoFactory) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
set the fileContentInfoFactory used to determine the infos of a file content.
setFileNameParser(FileNameParser) - Method in class org.apache.commons.vfs.provider.AbstractFileProvider
 
setFileObjectDecorator(Class) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
set a fileObject decorator to be used for ALL returned file objects
setFilesCache(FilesCache) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the filesCache implementation used to cache files
setForce(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsDelete
 
setIdentities(FileSystemOptions, File[]) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the identity files (your private key files).
setIncludes(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets the files to includes
setIncludes(String) - Method in class org.apache.commons.vfs.tasks.DeleteTask
Sets the files to includes
setKnownHosts(FileSystemOptions, File) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the known_hosts file. e.g.
setLastModifiedTime(long) - Method in interface org.apache.commons.vfs.FileContent
Sets the last-modified timestamp of the file.
setLastModifiedTime(long) - Method in class org.apache.commons.vfs.provider.DefaultFileContent
Sets the last-modified timestamp.
setLogEntryHandler(VcsLogEntryHandler) - Method in interface org.apache.commons.vfs.operations.vcs.VcsLog
 
setLogger(Log) - Method in interface org.apache.commons.vfs.FileSystemManager
Sets the logger to use.
setLogger(Log) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the logger to use.
setLogger(Log) - Method in class org.apache.commons.vfs.impl.PrivilegedFileReplicator
Sets the Logger to use for the component.
setLogger(Log) - Method in class org.apache.commons.vfs.provider.AbstractVfsComponent
Sets the Logger to use for the component.
setLogger(Log) - Method in interface org.apache.commons.vfs.provider.VfsComponent
Sets the Logger to use for the component.
setMakedir(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsAdd
 
setMaxSize(FileSystemOptions, int) - Method in class org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
sets the maximum size of the file system
setMessage(String) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCommit
 
setOverwrite(boolean) - Method in class org.apache.commons.vfs.tasks.CopyTask
Enable/disable overwriting of up-to-date files.
setParam(FileSystemOptions, String, Object) - Method in class org.apache.commons.vfs.FileSystemConfigBuilder
 
setPassiveMode(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
enter into passive mode
setPreserveLastModified(boolean) - Method in class org.apache.commons.vfs.tasks.CopyTask
Enable/disable preserving last modified time of copied files.
setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Set the proxy authenticator where the system should get the credentials from
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Set the proxy to use for http connection.
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the proxy to use for sftp connection.
setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Set the proxy-port to use for http connection You have to set the ProxyHost too if you would like to have the proxy relly used.
setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the proxy-port to use for sftp connection You have to set the ProxyHost too if you would like to have the proxy relly used.
setProxyType(FileSystemOptions, SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the proxy type to use for sftp connection.
setRecentDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
setRecursive(boolean) - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Access method to set the recursive setting when adding files for monitoring.
setRecursive(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsAdd
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCheckout
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCommit
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsRevert
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs.operations.vcs.VcsUpdate
 
setRecursive(boolean) - Method in class org.apache.commons.vfs.tasks.ShowFileTask
Recursively shows the decendents of the file.
setReplicator(FileReplicator) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the file replicator to use.
setRevision(long) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCheckout
 
setRevision(long) - Method in interface org.apache.commons.vfs.operations.vcs.VcsUpdate
 
setScheme(String) - Method in class org.apache.commons.vfs.impl.ProviderConfiguration
 
setServerLanguageCode(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
set the language code used by the server. see FTPClientConfig for details and examples.
setServerTimeZoneId(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
setShortMonthNames(FileSystemOptions, String[]) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
see FTPClientConfig for details and examples.
setShowContent(boolean) - Method in class org.apache.commons.vfs.tasks.ShowFileTask
Shows the content.
setSrc(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets the source file
setSrcDir(String) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets the source directory
setSrcDir(String) - Method in class org.apache.commons.vfs.tasks.DeleteTask
Sets the source directory
setSrcDirIsBase(boolean) - Method in class org.apache.commons.vfs.tasks.AbstractSyncTask
Sets whether the source directory should be consider as the base directory.
setStartRevision(long) - Method in interface org.apache.commons.vfs.operations.vcs.VcsLog
 
setStrictHostKeyChecking(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
configure the host key checking to use.
setTarEntry(TarEntry) - Method in class org.apache.commons.vfs.provider.tar.TarFileObject
Sets the details for this file object.
setTargetDirectory(FileObject) - Method in interface org.apache.commons.vfs.operations.vcs.VcsCheckout
 
setTemporaryFileStore(TemporaryFileStore) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Sets the temporary file store to use.
setTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
set the timeout value on jsch session
setTryRename(boolean) - Method in class org.apache.commons.vfs.tasks.MoveTask
Enable/disable move/rename of file (if possible)
setUriStyle(boolean) - Static method in class org.apache.commons.vfs.VFS
 
setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder
Set the charset used for url encoding
setUserAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
Sets the user authenticator to get authentication informations
setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs.provider.ftp.FtpFileSystemConfigBuilder
use user directory as root (do not change to fs root)
setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
use user directory as root (do not change to fs root)
setUserInfo(FileSystemOptions, UserInfo) - Method in class org.apache.commons.vfs.provider.sftp.SftpFileSystemConfigBuilder
Set the userinfo class to use if e.g. a password or a not known host will be contacted
setZipEntry(ZipEntry) - Method in class org.apache.commons.vfs.provider.zip.ZipFileObject
Sets the details for this file object.
showMessage(String) - Method in class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
skipBytes(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
 
skipBytes(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
skipBytes(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
start() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Starts monitoring the files that have been added.
stop() - Method in class org.apache.commons.vfs.impl.DefaultFileMonitor
Stops monitoring the files that have been added.
storeFileStream(String) - Method in interface org.apache.commons.vfs.provider.ftp.FtpClient
 

T

TRANS_SEPARATOR - Static variable in class org.apache.commons.vfs.provider.UriParser
The set of valid separators.
TarFileObject - class org.apache.commons.vfs.provider.tar.TarFileObject.
A file in a Tar file system.
TarFileObject(FileName, TarEntry, TarFileSystem, boolean) - Constructor for class org.apache.commons.vfs.provider.tar.TarFileObject
 
TarFileProvider - class org.apache.commons.vfs.provider.tar.TarFileProvider.
A file system provider for Tar files.
TarFileProvider() - Constructor for class org.apache.commons.vfs.provider.tar.TarFileProvider
 
TarFileSystem - class org.apache.commons.vfs.provider.tar.TarFileSystem.
A read-only file system for Tar files.
TarFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.tar.TarFileSystem
 
Tbz2FileProvider - class org.apache.commons.vfs.provider.tar.Tbz2FileProvider.
A file system provider for Tar files.
Tbz2FileProvider() - Constructor for class org.apache.commons.vfs.provider.tar.Tbz2FileProvider
 
TemporaryFileProvider - class org.apache.commons.vfs.provider.temp.TemporaryFileProvider.
A provider for temporary files.
TemporaryFileProvider(File) - Constructor for class org.apache.commons.vfs.provider.temp.TemporaryFileProvider
 
TemporaryFileProvider() - Constructor for class org.apache.commons.vfs.provider.temp.TemporaryFileProvider
 
TemporaryFileStore - interface org.apache.commons.vfs.provider.TemporaryFileStore.
Manages a repository of temporary local files.
TgzFileProvider - class org.apache.commons.vfs.provider.tar.TgzFileProvider.
A file system provider for Tar files.
TgzFileProvider() - Constructor for class org.apache.commons.vfs.provider.tar.TgzFileProvider
 
TrustEveryoneUserInfo - class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo.
Helper class to trust a new host
TrustEveryoneUserInfo() - Constructor for class org.apache.commons.vfs.provider.sftp.TrustEveryoneUserInfo
 
toBytes(long, byte[]) - Static method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
Build a 8-byte array from a long.
toChar(String) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
converts a string to a char array (null safe)
toExternalForm(URL) - Method in class org.apache.commons.vfs.provider.DefaultURLStreamHandler
 
toFileObject(File) - Method in interface org.apache.commons.vfs.FileSystemManager
Converts a local file into a FileObject.
toFileObject(File) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Converts a local file into a FileObject.
toFileObject(File) - Method in interface org.apache.commons.vfs.provider.VfsComponentContext
Returns a FileObject for a local file.
toLong(byte[]) - Static method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
Build a long from first 8 bytes of the array.
toShort(byte[]) - Static method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
Build a short from first 2 bytes of the array.
toString() - Method in class org.apache.commons.vfs.CacheStrategy
Returns the name of the scope.
toString() - Method in class org.apache.commons.vfs.Capability
 
toString() - Method in class org.apache.commons.vfs.FileType
Returns the name of this type.
toString() - Method in class org.apache.commons.vfs.NameScope
Returns the name of the scope.
toString() - Method in class org.apache.commons.vfs.impl.DecoratedFileObject
 
toString() - Method in class org.apache.commons.vfs.provider.AbstractFileName
Returns the URI of the file.
toString() - Method in class org.apache.commons.vfs.provider.AbstractFileObject
Returns the URI of the file.
toString(char[]) - Static method in class org.apache.commons.vfs.util.UserAuthenticatorUtils
converts the given data to a string (null safe)
toUnsignedShort(byte[]) - Static method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
Build a short from first 2 bytes of the array.
touchFile(FileObject) - Method in class org.apache.commons.vfs.cache.DefaultFilesCache
 
touchFile(FileObject) - Method in class org.apache.commons.vfs.cache.LRUFilesCache
 
touchFile(FileObject) - Method in class org.apache.commons.vfs.cache.NullFilesCache
 
touchFile(FileObject) - Method in class org.apache.commons.vfs.cache.SoftRefFilesCache
 
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs.AllFileSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs.FileDepthSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in interface org.apache.commons.vfs.FileSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs.FileTypeSelector
Determines whether a folder should be traversed.

U

UNKNOWN - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
UNVERSIONED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
UPDATED - Static variable in interface org.apache.commons.vfs.operations.vcs.VcsStatus
 
URI - Static variable in class org.apache.commons.vfs.Capability
URI are supported.
URLFileName - class org.apache.commons.vfs.provider.URLFileName.
 
URLFileName(String, String, int, int, String, String, String, FileType, String) - Constructor for class org.apache.commons.vfs.provider.URLFileName
 
URLFileNameParser - class org.apache.commons.vfs.provider.URLFileNameParser.
Implementation for any url based filesystem.
URLFileNameParser(int) - Constructor for class org.apache.commons.vfs.provider.URLFileNameParser
 
USERNAME - Static variable in class org.apache.commons.vfs.UserAuthenticationData
 
UriParser - class org.apache.commons.vfs.provider.UriParser.
Utilities for dealing with URIs.
UrlFileName - class org.apache.commons.vfs.provider.url.UrlFileName.
Created by IntelliJ IDEA.
UrlFileName(String, String, int, int, String, String, String, FileType, String) - Constructor for class org.apache.commons.vfs.provider.url.UrlFileName
 
UrlFileNameParser - class org.apache.commons.vfs.provider.url.UrlFileNameParser.
Implementation for any java.net.url based filesystem.
UrlFileNameParser() - Constructor for class org.apache.commons.vfs.provider.url.UrlFileNameParser
 
UrlFileObject - class org.apache.commons.vfs.provider.url.UrlFileObject.
A FileObject implementation backed by a URL.
UrlFileObject(UrlFileSystem, FileName) - Constructor for class org.apache.commons.vfs.provider.url.UrlFileObject
 
UrlFileProvider - class org.apache.commons.vfs.provider.url.UrlFileProvider.
A file provider backed by Java's URL API.
UrlFileProvider() - Constructor for class org.apache.commons.vfs.provider.url.UrlFileProvider
 
UrlFileSystem - class org.apache.commons.vfs.provider.url.UrlFileSystem.
A File system backed by Java's URL API.
UrlFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.url.UrlFileSystem
 
UserAuthenticationData - class org.apache.commons.vfs.UserAuthenticationData.
Container for various authentication data
UserAuthenticationData() - Constructor for class org.apache.commons.vfs.UserAuthenticationData
 
UserAuthenticationData.Type - class org.apache.commons.vfs.UserAuthenticationData.Type.
 
UserAuthenticationData.Type(String) - Constructor for class org.apache.commons.vfs.UserAuthenticationData.Type
 
UserAuthenticator - interface org.apache.commons.vfs.UserAuthenticator.
The user authenticator is used to query credentials from the user
UserAuthenticatorUtils - class org.apache.commons.vfs.util.UserAuthenticatorUtils.
some helper
UserAuthenticatorUtils() - Constructor for class org.apache.commons.vfs.util.UserAuthenticatorUtils
 
updated(String, long, int) - Method in interface org.apache.commons.vfs.operations.vcs.VcsUpdateListener
 
userName - Variable in class org.apache.commons.vfs.provider.HostFileNameParser.Authority
 

V

VFS - class org.apache.commons.vfs.VFS.
The main entry point for the VFS.
VFSClassLoader - class org.apache.commons.vfs.impl.VFSClassLoader.
A class loader that can load classes and resources from a search path VFS FileObjects refering both to folders and JAR files.
VFSClassLoader(FileObject, FileSystemManager) - Constructor for class org.apache.commons.vfs.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given file.
VFSClassLoader(FileObject, FileSystemManager, ClassLoader) - Constructor for class org.apache.commons.vfs.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given file.
VFSClassLoader(FileObject[], FileSystemManager) - Constructor for class org.apache.commons.vfs.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given files.
VFSClassLoader(FileObject[], FileSystemManager, ClassLoader) - Constructor for class org.apache.commons.vfs.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given FileObjects.
VIRTUAL - Static variable in class org.apache.commons.vfs.Capability
A virtual filesystem can be an archive like tar or zip.
VcsAdd - interface org.apache.commons.vfs.operations.vcs.VcsAdd.
todo: add class description here
VcsCheckout - interface org.apache.commons.vfs.operations.vcs.VcsCheckout.
todo: add class description here
VcsCommit - interface org.apache.commons.vfs.operations.vcs.VcsCommit.
todo: add class description here
VcsCommitListener - interface org.apache.commons.vfs.operations.vcs.VcsCommitListener.
todo: add class description here
VcsDelete - interface org.apache.commons.vfs.operations.vcs.VcsDelete.
todo: add class description here
VcsLog - interface org.apache.commons.vfs.operations.vcs.VcsLog.
todo: add class description here
VcsLogEntry - class org.apache.commons.vfs.operations.vcs.VcsLogEntry.
todo: add class description here
VcsLogEntry(String, long, String, Calendar, String) - Constructor for class org.apache.commons.vfs.operations.vcs.VcsLogEntry
 
VcsLogEntryHandler - interface org.apache.commons.vfs.operations.vcs.VcsLogEntryHandler.
todo: add class description here
VcsModifyListener - interface org.apache.commons.vfs.operations.vcs.VcsModifyListener.
todo: add class description here
VcsRevert - interface org.apache.commons.vfs.operations.vcs.VcsRevert.
Restores pristine working copy file and cancels all local modifications.
VcsStatus - interface org.apache.commons.vfs.operations.vcs.VcsStatus.
todo: add class description here
VcsUpdate - interface org.apache.commons.vfs.operations.vcs.VcsUpdate.
todo: add class description here
VcsUpdateListener - interface org.apache.commons.vfs.operations.vcs.VcsUpdateListener.
todo: add class description here
VfsComponent - interface org.apache.commons.vfs.provider.VfsComponent.
This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext - interface org.apache.commons.vfs.provider.VfsComponentContext.
Allows VFS components to access the services they need, such as the file replicator.
VfsLog - class org.apache.commons.vfs.VfsLog.
This class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging.
VfsTask - class org.apache.commons.vfs.tasks.VfsTask.
Base class for the VFS Ant tasks.
VfsTask() - Constructor for class org.apache.commons.vfs.tasks.VfsTask
 
VirtualFileName - class org.apache.commons.vfs.impl.VirtualFileName.
A simple Filename to hold the scheme for to be created virtual filesytsem.
VirtualFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs.impl.VirtualFileName
 
VirtualFileProvider - class org.apache.commons.vfs.impl.VirtualFileProvider.
A virtual filesystem provider.
VirtualFileProvider() - Constructor for class org.apache.commons.vfs.impl.VirtualFileProvider
 
VirtualFileSystem - class org.apache.commons.vfs.impl.VirtualFileSystem.
A logical file system, made up of set of junctions, or links, to files from other file systems.
VirtualFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs.impl.VirtualFileSystem
 

W

WRITE_CONTENT - Static variable in class org.apache.commons.vfs.Capability
File content can be written.
WeakRefFilesCache - class org.apache.commons.vfs.cache.WeakRefFilesCache.
This implementation caches every file as long as it is strongly reachable by the java vm.
WeakRefFilesCache() - Constructor for class org.apache.commons.vfs.cache.WeakRefFilesCache
 
WindowsFileName - class org.apache.commons.vfs.provider.local.WindowsFileName.
A local file URI.
WindowsFileName(String, String, String, FileType) - Constructor for class org.apache.commons.vfs.provider.local.WindowsFileName
 
WindowsFileNameParser - class org.apache.commons.vfs.provider.local.WindowsFileNameParser.
A parser for Windows file names.
WindowsFileNameParser() - Constructor for class org.apache.commons.vfs.provider.local.WindowsFileNameParser
 
warn(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs.VfsLog
warning
warn(Log, Log, String) - Static method in class org.apache.commons.vfs.VfsLog
warning
wrapInputStream(String, InputStream) - Static method in class org.apache.commons.vfs.provider.bzip2.Bzip2FileObject
 
write(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
write(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
write(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
write(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeContent(FileObject, OutputStream) - Static method in class org.apache.commons.vfs.FileUtil
Writes the content of a file to an OutputStream.
writeDouble(double) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeDouble(double) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeDouble(double) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs.provider.AbstractRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs.util.MonitorRandomAccessContent
 

Z

ZipFileObject - class org.apache.commons.vfs.provider.zip.ZipFileObject.
A file in a Zip file system.
ZipFileObject(FileName, ZipEntry, ZipFileSystem, boolean) - Constructor for class org.apache.commons.vfs.provider.zip.ZipFileObject
 
ZipFileProvider - class org.apache.commons.vfs.provider.zip.ZipFileProvider.
A file system provider for Zip files.
ZipFileProvider() - Constructor for class org.apache.commons.vfs.provider.zip.ZipFileProvider
 
ZipFileSystem - class org.apache.commons.vfs.provider.zip.ZipFileSystem.
A read-only file system for Zip/Jar files.
ZipFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.zip.ZipFileSystem
 

_

_closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs.impl.DefaultFileSystemManager
Closes the given filesystem.

A B C D E F G H I J L M N O P Q R S T U V W Z _

Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.