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

A

abort() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
abort() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
abort() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpInputStream
 
abs_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
URI absolute path.
absoluteURI - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for absoluteURI.
absPath - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
AbstractFileChangeEvent - Class in org.apache.commons.vfs2.events
A change event that knows how to notify a listener.
AbstractFileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.AbstractFileChangeEvent
 
AbstractFileName - Class in org.apache.commons.vfs2.provider
A default file name implementation.
AbstractFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileName
 
AbstractFileNameParser - Class in org.apache.commons.vfs2.provider
Provides methods to parse a file name into a FileName.
AbstractFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileNameParser
 
AbstractFileObject<AFS extends AbstractFileSystem> - Class in org.apache.commons.vfs2.provider
A partial file object implementation.
AbstractFileObject(AbstractFileName, AFS) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileObject
 
AbstractFileOperation - Class in org.apache.commons.vfs2.operations
 
AbstractFileOperation(FileObject) - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperation
 
AbstractFileOperationProvider - Class in org.apache.commons.vfs2.operations
 
AbstractFileOperationProvider() - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
 
AbstractFileProvider - Class in org.apache.commons.vfs2.provider
A partial FileProvider implementation.
AbstractFileProvider() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileProvider
 
AbstractFilesCache - Class in org.apache.commons.vfs2.cache
Abstract base class for FilesCache implementations.
AbstractFilesCache() - Constructor for class org.apache.commons.vfs2.cache.AbstractFilesCache
 
AbstractFileSystem - Class in org.apache.commons.vfs2.provider
A partial FileSystem implementation.
AbstractFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileSystem
 
AbstractLayeredFileProvider - Class in org.apache.commons.vfs2.provider
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.vfs2.provider.AbstractLayeredFileProvider
 
AbstractOriginatingFileProvider - Class in org.apache.commons.vfs2.provider
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.vfs2.provider.AbstractOriginatingFileProvider
 
AbstractRandomAccessContent - Class in org.apache.commons.vfs2.provider
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException when one of these methods are called.
AbstractRandomAccessContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
AbstractRandomAccessStreamContent - Class in org.apache.commons.vfs2.provider
Implements the part usable for all stream-based random access.
AbstractRandomAccessStreamContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
AbstractSyncTask - Class in org.apache.commons.vfs2.tasks
An abstract file synchronization task.
AbstractSyncTask() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
AbstractSyncTask.SourceInfo - Class in org.apache.commons.vfs2.tasks
Information about a source file.
AbstractVfsComponent - Class in org.apache.commons.vfs2.provider
A partial VfsComponent implementation.
AbstractVfsComponent() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsComponent
 
AbstractVfsContainer - Class in org.apache.commons.vfs2.provider
A VfsComponent that contains a set of sub-components.
AbstractVfsContainer() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsContainer
 
accept(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileFilter
Determines if a file or folder should be selected.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileFilterSelector
Determines whether the file should be selected.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.AgeFileFilter
Checks to see if the last modification of the file matches cutoff favorably.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.AndFileFilter
 
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.CanExecuteFileFilter
Checks to see if the file can be executed.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.CanReadFileFilter
Checks to see if the file can be read.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.CanWriteFileFilter
Checks to see if the file can be written to.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.EmptyFileFilter
Checks to see if the file is empty.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.FalseFileFilter
Returns false.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.FileFileFilter
Checks to see if the file is a file.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.HiddenFileFilter
Checks to see if the file is hidden.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.NameFileFilter
Checks to see if the file name matches.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.NotFileFilter
Returns the logical NOT of the underlying filter's return value for the same File.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.OrFileFilter
 
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.PrefixFileFilter
Checks to see if the file name starts with the prefix.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.RegexFileFilter
Checks to see if the file name matches one of the regular expressions.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.SizeFileFilter
Checks to see if the size of the file is favorable.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.SizeRangeFileFilter
 
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.SuffixFileFilter
Checks to see if the file name ends with the suffix.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
Checks to see if the file is a symbolic link.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.TrueFileFilter
Returns true.
accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.filter.WildcardFileFilter
Checks to see if the file name matches one of the wildcards.
acceptLarger - Variable in class org.apache.commons.vfs2.filter.SizeFileFilter
Whether the files accepted will be larger or smaller.
acceptOlder - Variable in class org.apache.commons.vfs2.filter.AgeFileFilter
Whether the files accepted will be older or newer.
ACTUAL - Static variable in class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
Singleton instance of visible filter.
addAll(Attributes, Map<String, Object>) - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Adds the source attributes to the destination map.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
 
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
 
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
 
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.local.LocalFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.url.UrlFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
Returns the capabilities of this file system.
addChild(RamFileData) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
Add a child.
addCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
 
addComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
Adds a sub-component to this component.
addConfiguredSrc(AbstractSyncTask.SourceInfo) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Adds a nested <src> element.
addExtension(String, String) - Method in class org.apache.commons.vfs2.impl.FileTypeMap
Adds a file name extension mapping.
addExtensionMap(String, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Adds an file name extension mapping.
addExtensionMap(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Adds an extension map.
addFile(FileObject) - Method in interface org.apache.commons.vfs2.FileMonitor
Adds a file to be monitored.
addFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Adds a file to be monitored.
addFile(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
addFileFilter(FileFilter) - Method in class org.apache.commons.vfs2.filter.AndFileFilter
 
addFileFilter(FileFilter) - Method in interface org.apache.commons.vfs2.filter.ConditionalFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(FileFilter) - Method in class org.apache.commons.vfs2.filter.OrFileFilter
 
addFileObjects(FileSystemManager, FileObject[]) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Appends the specified FileObjects to the list of FileObjects to search for classes and resources.
addFileSystem(Comparable<?>, FileSystem) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Adds a file system to those cached by this provider.
addIdentities(JSch, File, IdentityProvider[]) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
addIdentity(JSch) - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
addIdentity(JSch) - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
 
addIdentity(JSch) - Method in interface org.apache.commons.vfs2.provider.sftp.IdentityProvider
 
addIdentity(JSch, IdentityProvider) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
addInstr(InputStream) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
addJunction(String, FileObject) - Method in interface org.apache.commons.vfs2.FileSystem
Adds a junction to this file system.
addJunction(String, FileObject) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
Adds a junction to this file system.
addJunction(String, FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Adds a junction to this file system.
addListener(FileObject, FileListener) - Method in interface org.apache.commons.vfs2.FileSystem
Adds a listener on a file in this file system.
addListener(FileObject, FileListener) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Adds a listener on a file in this file system.
addMimeType(String, String) - Method in class org.apache.commons.vfs2.impl.FileTypeMap
Adds a MIME type mapping.
addMimeTypeMap(String, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Adds a mime type mapping.
addMimeTypeMap(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Adds a mime-type map.
addModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
 
addOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Add new FileOperation to list of known operations.
addOperationProvider(String, FileOperationProvider) - Method in interface org.apache.commons.vfs2.FileSystemManager
Adds the specified FileOperationProvider for the specified scheme.
addOperationProvider(String[], FileOperationProvider) - Method in interface org.apache.commons.vfs2.FileSystemManager
 
addOperationProvider(String, FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Adds the specified FileOperationProvider for the specified scheme.
addOperationProvider(String[], FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
 
addOperationProvider(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Adds a operationProvider from a operationProvider definition.
addProvider(String, FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Registers a file system provider.
addProvider(String[], FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Registers a file system provider.
addProvider(Element, boolean) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Adds a provider from a provider definition.
addRastr(RandomAccessContent) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
addStack - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
File objects to be added to the monitor map.
addUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
 
addVirtualFileSystemScheme(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
 
AgeFileFilter - Class in org.apache.commons.vfs2.filter
Filters files based on a cutoff time, can filter either newer files or files equal to or older.
AgeFileFilter(Date) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain cutoff date.
AgeFileFilter(Date, boolean) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff date.
AgeFileFilter(FileObject) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain File (whose last modification time will be used as reference).
AgeFileFilter(FileObject, boolean) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain File (whose last modification time will be used as reference).
AgeFileFilter(long) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files equal to or older than a certain cutoff.
AgeFileFilter(long, boolean) - Constructor for class org.apache.commons.vfs2.filter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff.
AgeFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using AgeFileFilter.
AgeFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.AgeFileFilterExample
 
ALL_FAMILIES - Static variable in class org.apache.commons.vfs2.util.Os
 
AllFileSelector - Class in org.apache.commons.vfs2
A FileSelector that selects everything.
AllFileSelector() - Constructor for class org.apache.commons.vfs2.AllFileSelector
 
allocateFile(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Allocates a new temporary file.
allocateFile(String) - Method in interface org.apache.commons.vfs2.provider.TemporaryFileStore
Allocates a new temporary file.
allowed_abs_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the abs_path.
allowed_authority - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the authority component.
allowed_fragment - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the fragment component.
allowed_host - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the host component.
allowed_IPv6reference - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the IPv6reference component.
allowed_opaque_part - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the opaque_part.
allowed_query - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the query component.
allowed_reg_name - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the reg_name.
allowed_rel_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the rel_path.
allowed_userinfo - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the userinfo component.
allowed_within_authority - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for the authority component.
allowed_within_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed within the path.
allowed_within_query - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed within the query component.
allowed_within_userinfo - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Those characters that are allowed for within the userinfo component.
alpha - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for alpha.
alphanum - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for alphanum (join of alpha & digit).
AndFileFilter - Class in org.apache.commons.vfs2.filter
A filter providing conditional AND logic across a list of file filters.
AndFileFilter() - Constructor for class org.apache.commons.vfs2.filter.AndFileFilter
Default constructor.
AndFileFilter(FileFilter...) - Constructor for class org.apache.commons.vfs2.filter.AndFileFilter
Constructs a new file filter that ANDs the result of other filters.
AndFileFilter(List<FileFilter>) - Constructor for class org.apache.commons.vfs2.filter.AndFileFilter
Constructs a new instance of AndFileFilter with the specified list of filters.
ANON_CHAR_ARRAY - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
AntLogger() - Constructor for class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
appendCredentials(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.GenericFileName
Append the user credentials.
appendEncoded(StringBuilder, String, char[]) - Static method in class org.apache.commons.vfs2.provider.UriParser
Encodes and appends a string to a StringBuilder.
appendFileStream(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
appendFileStream(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.impl.VirtualFileName
 
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Builds the root URI for this file name.
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.GenericFileName
Builds the root URI for this file name.
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.LayeredFileName
 
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Builds the root URI for this file name.
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileName
Builds the root URI for this file name.
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.url.UrlFileName
 
archMatches(String) - Static method in class org.apache.commons.vfs2.util.Os
 
assertOpen() - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
Check if file is still open.
atomicCount - Variable in class org.apache.commons.vfs2.util.MonitorInputStream
 
attach() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Attaches to the file.
attach(RamFileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
attachChild(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Adds a child to this file.
attachChild(FileName) - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Attaches a child.
attachChild(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Attaches a child.
attached - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
ATTR_FILE_ENTRY_PARSER - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
File Entry Parser.
ATTR_USER_INFO - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
User Information.
attributes - Variable in class org.apache.commons.vfs2.provider.jar.JarFileObject
 
attributes - Variable in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
attrs - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
attrs - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
authenticate(FileSystemOptions, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
Authenticates if there is an authenticator, else returns null.
authenticate(UserAuthenticator, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
Authenticates if there is an authenticator, else returns null.
authenticationData - Variable in class org.apache.commons.vfs2.UserAuthenticationData
The authentication data.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
Authenticator types.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileProvider
Authenticator information.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Authenticator information.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
Authentication types.
author - Variable in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
Authority() - Constructor for class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
authority - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for authority.
AUTODETECT_UTF8 - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
available() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Returns 0 if the stream is at EOF, else the underlying inputStream will be queried.

B

baseFile - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The base file to use for relative URI.
baseFolder - Variable in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
baseName - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
BASH_TCP_COMMAND - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Command format using bash built-in TCP stream.
beanMethods - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
BITS_IN_HALF_BYTE - Static variable in class org.apache.commons.vfs2.provider.UriParser
 
BITS_IN_HALF_BYTE - Static variable in class org.apache.commons.vfs2.util.DefaultCryptor
 
buf - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
Buffer
buffer1 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
buffer.
buffer1 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
buffer
buffer2 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
buffer
buffer4 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
buffer
buffer8 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
buffer
BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.GenericURLFileName
 
BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
 
BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
 
BUFSZ - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
BUILDER - Static variable in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
The default FileSystemConfigBuilder
builder - Variable in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
BUILDER - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
BUILDER - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
BUILDER - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
 
BUILDER - Static variable in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
 
BUILDER - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
buildFinished(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
buildInputStream(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
 
buildOutputStream(boolean, int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
 
buildStarted(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
BytesIdentityInfo - Class in org.apache.commons.vfs2.provider.sftp
Structure for an identity based on byte arrays.
BytesIdentityInfo(byte[], byte[]) - Constructor for class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
Constructs an identity info with private and passphrase for the private key.
BytesIdentityInfo(byte[], byte[], byte[]) - Constructor for class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
Constructs an identity info with private and public key and passphrase for the private key.
Bzip2FileObject - Class in org.apache.commons.vfs2.provider.bzip2
the bzip2 file.
Bzip2FileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
Bzip2FileObject(AbstractFileName, FileObject, Bzip2FileSystem) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
 
Bzip2FileProvider - Class in org.apache.commons.vfs2.provider.bzip2
Provides access to the content of bzip2 compressed files.
Bzip2FileProvider() - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
 
Bzip2FileSystem - Class in org.apache.commons.vfs2.provider.bzip2
Filesytem to handle compressed files using the bzip2 method.
Bzip2FileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
 

C

cache - Variable in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Cache of RAM File Data
cache - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
Cache doesn't need to be synchronized since it is read-only.
cacheKey - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
CacheStrategy - Enum in org.apache.commons.vfs2
An enumerated type to deal with the various cache strategies.
CacheStrategy(String) - Constructor for enum org.apache.commons.vfs2.CacheStrategy
 
CAN_EXECUTE - Static variable in class org.apache.commons.vfs2.filter.CanExecuteFileFilter
Singleton instance of executed filter.
CAN_READ - Static variable in class org.apache.commons.vfs2.filter.CanReadFileFilter
Singleton instance of readable filter.
CAN_WRITE - Static variable in class org.apache.commons.vfs2.filter.CanWriteFileFilter
Singleton instance of writable filter.
canCreateFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
Determines if a layered file system can be created for a given file.
canCreateFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Determines if a layered file system can be created for a given file.
CanExecuteFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that can be executed.
CanExecuteFileFilter() - Constructor for class org.apache.commons.vfs2.filter.CanExecuteFileFilter
Restrictive constructor.
CANNOT_EXECUTE - Static variable in class org.apache.commons.vfs2.filter.CanExecuteFileFilter
Singleton instance of not executed filter.
CANNOT_READ - Static variable in class org.apache.commons.vfs2.filter.CanReadFileFilter
Singleton instance of not readable filter.
CANNOT_WRITE - Static variable in class org.apache.commons.vfs2.filter.CanWriteFileFilter
Singleton instance of not writable filter.
canonicalizePath(StringBuilder, int, int, FileNameParser) - Static method in class org.apache.commons.vfs2.provider.UriParser
 
CanReadFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that can be read.
CanReadFileFilter() - Constructor for class org.apache.commons.vfs2.filter.CanReadFileFilter
Restrictive constructor.
CanReadFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using CanReadFileFilter.
CanReadFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.CanReadFileFilterExample
 
canRenameTo(FileObject) - Method in interface org.apache.commons.vfs2.FileObject
Queries the file if it is possible to rename it to newfile.
canRenameTo(FileObject) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
canRenameTo(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Queries the object if a simple rename to the file name of newfile is possible.
CanWriteFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that can be written to.
CanWriteFileFilter() - Constructor for class org.apache.commons.vfs2.filter.CanWriteFileFilter
Restrictive constructor.
CanWriteFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using CanWriteFileFilter.
CanWriteFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.CanWriteFileFilterExample
 
capabilities - Static variable in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
Capabilities.
capabilities - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
FileProvider capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.jar.JarFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
The provider's capabilities.
capabilities - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileProvider
The provider's capabilities.
capabilities - Static variable in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
The provider's capabilities.
capabilities - Static variable in class org.apache.commons.vfs2.provider.tar.TarFileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.tar.TgzFileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.url.UrlFileProvider
The provider's capabilities
capabilities - Static variable in class org.apache.commons.vfs2.provider.zip.ZipFileProvider
The list of capabilities this provider supports
Capability - Enum in org.apache.commons.vfs2
An enumerated type representing the capabilities of files and file systems.
Capability() - Constructor for enum org.apache.commons.vfs2.Capability
 
caps - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
caseSensitivity - Variable in class org.apache.commons.vfs2.filter.NameFileFilter
Whether the comparison is case sensitive.
caseSensitivity - Variable in class org.apache.commons.vfs2.filter.PrefixFileFilter
Whether the comparison is case sensitive.
caseSensitivity - Variable in class org.apache.commons.vfs2.filter.SuffixFileFilter
Whether the comparison is case sensitive.
caseSensitivity - Variable in class org.apache.commons.vfs2.filter.WildcardFileFilter
Whether the comparison is case sensitive.
cast(CompressedFileFileSystem) - Static method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
 
cast(CompressedFileFileSystem) - Static method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
 
cat(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does a 'cat' command.
cd(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does a 'cd' command.
ChangedEvent - Class in org.apache.commons.vfs2.events
File changed event.
ChangedEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.ChangedEvent
 
ChangeLastModificationTime - Class in org.apache.commons.vfs2.example
Example to change the last modification time of the given file.
ChangeLastModificationTime() - Constructor for class org.apache.commons.vfs2.example.ChangeLastModificationTime
 
channel - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpInputStream
 
channel - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpOutputStream
 
channel - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
charset - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
check() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
checkCompareTo(String, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Compares two strings using the case-sensitivity rule.
checkEndsWith(String, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Checks if one string ends with another using the case-sensitivity rule.
checkEquals(String, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Compares two strings using the case-sensitivity rule.
checkForNewChildren() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
Only checks for new children.
checkIndexOf(String, int, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Checks if one string contains another starting at a specific index using the case-sensitivity rule.
checkName(String, String, NameScope) - Static method in class org.apache.commons.vfs2.provider.AbstractFileName
Checks whether a path fits in a particular scope of another path.
checkRegionMatches(String, int, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Checks if one string contains another at a specific index using the case-sensitivity rule.
checksPerRun - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Set the number of files to check until a delay will be inserted
checkStartsWith(String, String) - Method in enum org.apache.commons.vfs2.filter.IOCase
Checks if one string starts with another using the case-sensitivity rule.
checkUriEncoding(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
Decodes the String.
children - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
children - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
children - Variable in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
 
children - Variable in class org.apache.commons.vfs2.provider.DelegateFileObject
 
children - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
children - Variable in class org.apache.commons.vfs2.provider.ram.RamFileData
Children
children - Variable in class org.apache.commons.vfs2.provider.tar.TarFileObject
 
children - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
childrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Notifies the file that its children have changed.
classLoader - Variable in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
className - Variable in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
cleanup() - Method in class org.apache.commons.vfs2.UserAuthenticationData
Deletes all data stored within this authenticator.
cleanup(UserAuthenticationData) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
Cleans up the data in the UerAuthenticationData (null-safe).
clear(FileSystem) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
 
clear(FileSystem) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
clear(FileSystem) - Method in interface org.apache.commons.vfs2.FilesCache
Purges the entries corresponding to the FileSystem.
clear() - Method in class org.apache.commons.vfs2.impl.FileTypeMap
Removes all extensions and scheme mappings.
clear() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
client - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpInputStream
 
client - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpOutputStream
 
client - Variable in class org.apache.commons.vfs2.provider.http.HttpFileSystem
 
clone() - Method in class org.apache.commons.vfs2.FileSystemOptions
close() - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
close() - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
close() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
close(FileSystem) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
Called while the lock is held
close() - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
close() - Method in interface org.apache.commons.vfs2.FileContent
Closes all resources used by the content, including any open stream.
close() - Method in interface org.apache.commons.vfs2.FileObject
Closes this file, and its content.
close() - Method in interface org.apache.commons.vfs2.FilesCache
Purges the whole cache.
close() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
close() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Closes the replicator, deleting all temporary files.
close() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Closes the manager.
close() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
Closes the replicator.
close() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
close() - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
 
close() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Closes this file, and its content.
close() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Closes the file systems created by this provider.
close() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Closes this component.
close() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Closes the provider.
close() - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
Closes the sub-components of this component.
close() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Closes all resources used by the content, including all streams, readers and writers.
close() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentInputStream
Closes this input stream.
close() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentOutputStream
Closes this output stream.
close() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Close the delegated file.
close() - Method in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
close() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Close the RAMFileSystem.
close() - Method in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
close() - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
close() - Method in interface org.apache.commons.vfs2.provider.VfsComponent
Closes the component.
close() - Method in interface org.apache.commons.vfs2.RandomAccessContent
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
Closes this output stream.
close() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
Closes this content.
CloseAction() - Constructor for class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.CloseAction
 
closeCommunicationLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Closes the underlying link used to access the files.
closeCommunicationLink() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
 
closeComponent(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Closes a component, if it has not already been closed.
closeConnection(FtpClient) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Cleans up the connection to the server.
closed - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
File is open or closed
closeFileSystem(FileSystem) - Method in interface org.apache.commons.vfs2.FileSystemManager
Closes the given file system.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Closes the given file system.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
Close a VirtualFileSystem by removing it from the #components list of this provider.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Close the FileSystem.
closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
 
CloseListener() - Constructor for class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
closeManager() - Method in class org.apache.commons.vfs2.tasks.VfsTask
Close the manager
closeOutstr() - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
collectOperations(Collection<Class<? extends FileOperation>>, FileObject) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Gather available operations for the specified FileObject and put them into specified operationsList.
collectOperations(Collection<Class<? extends FileOperation>>, FileObject) - Method in interface org.apache.commons.vfs2.operations.FileOperationProvider
Gather available operations for the specified FileObject and put them into specified operationsList.
CombinedResources - Class in org.apache.commons.vfs2.util
 
CombinedResources(String) - Constructor for class org.apache.commons.vfs2.util.CombinedResources
 
commandFormat - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Command pattern to execute on the proxy host.
commited(String, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommitListener
 
compareStringOrNull(String, String) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
 
compareTo(StaticUserAuthenticator) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
compareTo(FileSystemAndNameKey) - Method in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
 
compareTo(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemOptions
 
compareTo(FileSystemOptions.FileSystemOptionKey) - Method in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
 
compareTo(FileObject) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
compareTo(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Implement Comparable.
compareTo(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Compares two FileObjects (ignores case).
compareTo(FileSystemKey) - Method in class org.apache.commons.vfs2.provider.FileSystemKey
 
compareTo(SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
compareTo(Object) - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
 
compareTo(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
 
completePendingCommand() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
completePendingCommand() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
components - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
All components used by this manager.
components - Variable in class org.apache.commons.vfs2.provider.AbstractVfsContainer
The components contained by this component.
CompositeFileProvider - Class in org.apache.commons.vfs2.provider
Description.
CompositeFileProvider() - Constructor for class org.apache.commons.vfs2.provider.CompositeFileProvider
 
CompressedFileFileObject<FS extends CompressedFileFileSystem> - Class in org.apache.commons.vfs2.provider.compressed
A compressed file.
CompressedFileFileObject(AbstractFileName, FileObject, FS) - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
 
CompressedFileFileProvider - Class in org.apache.commons.vfs2.provider.compressed
A file system provider for compressed files.
CompressedFileFileProvider() - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
 
CompressedFileFileSystem - Class in org.apache.commons.vfs2.provider.compressed
A read-only file system for compressed files.
CompressedFileFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
 
COMPRESSION - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
computeNewPermissions(Map<PosixPermissions.Type, Boolean>) - Method in class org.apache.commons.vfs2.util.PosixPermissions
Computes new permission from old ones.
ConditionalFileFilter - Interface in org.apache.commons.vfs2.filter
Defines operations for conditional file filters.
CONFIG_REPOSITORY - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
CONFIG_RESOURCE - Static variable in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
configSetters - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
configure(URL) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Configures this manager from an XML configuration file.
configure(String, InputStream) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Configures this manager from an XML configuration file.
configure(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Configures this manager from an parsed XML configuration file
configureClient(FileSystemOptions, C) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
configurePlugins() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Scans the classpath to find any droped plugin.
configUri - Variable in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
connect() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
connect() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
connect(SocketFactory, String, int, int) - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
CONNECT_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
CONNECT_TIMEOUT_MILLIS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
CONNECTION_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the connection timeout of an HTTP request.
ConnectionFactory(B) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
connectTimeoutMillis - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
container - Variable in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
 
content - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
content - Variable in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
content - Variable in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
content - Variable in class org.apache.commons.vfs2.provider.ram.RamFileData
Bytes.
content - Variable in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
contentEncoding - Variable in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
 
contentType - Variable in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
 
context - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The context to pass to providers.
context - Variable in class org.apache.commons.vfs2.provider.AbstractVfsComponent
 
context - Variable in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
Context(FileSystemOptions, String, String, Object[]) - Constructor for class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
control - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for control.
convertValuesAndInvoke(Method, DelegatingFileSystemOptionsBuilder.Context) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Tries to convert the value and pass it to the given method
copies - Variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
copyContent(FileObject, FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
Copies the content from a source file to a destination file.
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
copyFrom(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
Copies another file, and all its descendants, to this file.
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Copies another file to this file.
copyPermissions(PermissionCollection, PermissionCollection) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Copies the permissions from src to dest.
CopyTask - Class in org.apache.commons.vfs2.tasks
An Ant task that copies matching files.
CopyTask() - Constructor for class org.apache.commons.vfs2.tasks.CopyTask
 
countSlashes(String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
This method counts the slashes after the scheme.
cp(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does a 'cp' command.
create(FileContent) - Method in interface org.apache.commons.vfs2.FileContentInfoFactory
Creates a FileContentInfo for a the given FileContent.
create(FileContent) - Method in class org.apache.commons.vfs2.impl.FileContentInfoFilenameFactory
 
create(FileContent) - Method in class org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
 
create(FileContent) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileContentInfoFactory
 
create(JSch) - Method in interface org.apache.commons.vfs2.provider.sftp.IdentityRepositoryFactory
Creates an Identity repository for a given JSch instance.
createAndAddFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
createClient(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
createClient(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.FtpConnectionFactory
 
createClient() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
createClient(GenericFileName, UserAuthenticationData) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
createConnection(String, int, char[], char[], String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
createConnection(String, int, char[], char[], String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory
Creates a new connection to the server.
createConnection(String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
 
createConnection(HttpFileSystemConfigBuilder, String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
Creates a new connection to the server.
createConnection(String, int, char[], char[], FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
Creates a new connection to the server.
createConnectionManager(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
createDefaultCookieStore(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
createDefaultFileReplicator() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
createDefaultRequestConfig(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
createDocumentBuilder() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Configure and create a DocumentBuilder
CreateEvent - Class in org.apache.commons.vfs2.events
File creation event.
CreateEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.CreateEvent
 
createFile() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
createFile() - Method in interface org.apache.commons.vfs2.FileObject
Creates this file, if it does not exist.
createFile() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
createFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Create the temporary file.
createFile() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
Creates a file object.
createFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates this file, if it does not exist.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
 
createFile() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.local.LocalFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.url.UrlFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
Creates a file object.
createFilename(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Create the temporary file name.
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
 
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
 
createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
 
createFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
Creates a layered file system.
createFileSystem(String, FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
Creates a layered file system.
createFileSystem(String, FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Creates a layered file system.
createFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Creates a layered file system.
createFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
Creates a virtual file system, with the supplied file as its root.
createFileSystem(String) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
Creates an empty virtual file system.
createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Creates a layered file system.
createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
Creates a layered file system.
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
 
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
 
createFileSystem(String, FileObject, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.FileProvider
Creates a layered file system.
createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
 
createFolder() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
createFolder() - Method in interface org.apache.commons.vfs2.FileObject
Creates this folder, if it does not exist.
createFolder() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
createFolder() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
createFolder() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates this folder, if it does not exist.
createHostnameVerifier(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
createHttpClient(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Create an HttpClient object for an http4 file system.
createHttpClientBuilder(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Create an HttpClientBuilder object.
createHttpClientContext(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions, UserAuthenticationData) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Create an HttpClientContext object for an http4 file system.
createHttpRoutePlanner(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
createInstance(String) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Creates a provider.
createManager(String) - Static method in class org.apache.commons.vfs2.VFS
Creates a file system manager instance.
createName(String, FileType) - Method in class org.apache.commons.vfs2.impl.VirtualFileName
 
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.GenericFileName
Create a FileName.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Creates a FileName.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.LayeredFileName
Creates a FileName.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Create a FileName.
createProxyHTTP(String, int) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
createProxySOCKS5(String, int) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.WeakRefFilesCache
 
createSchemeMethods(String) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Creates the list of all set*() methods for the given scheme
createSession(GenericFileName, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
Creates a new Session.
createSSLContext(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Create SSLContext for HttpClient.
createStreamProxy(String, int, FileSystemOptions, SftpFileSystemConfigBuilder) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
createTarFile(File) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
createTarFileObject(AbstractFileName, TarArchiveEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
createURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
createURI(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
createURI() - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Appends query string to the uri.
createURI() - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Appends query string to the uri.
createURL(FileName) - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
 
createURLStreamHandler(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager.VfsStreamHandlerFactory
 
createVirtualFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
Creates a virtual file system.
createVirtualFileSystem(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Creates an empty virtual file system.
createVirtualFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Creates a virtual file system.
createVirtualFileSystem(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Creates an empty virtual file system.
createWrapper() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Gets the wrapper to access this file system.
createZipFile(File) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
createZipFile(File) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
createZipFileObject(AbstractFileName, ZipEntry) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
createZipFileObject(AbstractFileName, ZipEntry) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
Cryptor - Interface in org.apache.commons.vfs2.util
 
CRYPTOR_CLASS - Static variable in class org.apache.commons.vfs2.util.CryptorFactory
The System property name to identify the Cryptor class to be used.
CryptorFactory - Class in org.apache.commons.vfs2.util
Factory to create an instance of a Cryptor.
CryptorFactory() - Constructor for class org.apache.commons.vfs2.util.CryptorFactory
Prevent instantiation of the class.
cutoff - Variable in class org.apache.commons.vfs2.filter.AgeFileFilter
The cutoff time threshold.
cwd - Variable in class org.apache.commons.vfs2.example.Shell
 

D

data - Variable in class org.apache.commons.vfs2.provider.ram.RamFileObject
RAM File Object Data.
DATA_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
date - Variable in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
Date.
debug(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
debug(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
debug(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
debug.
debug(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
debug.
decode(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
Removes %nn encodings from a string.
decode(StringBuilder, int, int) - Static method in class org.apache.commons.vfs2.provider.UriParser
Removes %nn encodings from a string.
decode(String) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
Decodes Hex-Bytes.
decodedAbsPath - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
DecoratedFileObject - Class in org.apache.commons.vfs2.impl
Base class to build a fileObject decoration.
DecoratedFileObject(FileObject) - Constructor for class org.apache.commons.vfs2.impl.DecoratedFileObject
 
decoratedFileObject - Variable in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
decorateFileObject(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
decrypt(String) - Method in interface org.apache.commons.vfs2.util.Cryptor
Decrypts the password.
decrypt(String) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
Decrypts the password.
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.CONNECTION_TIMEOUT configuration.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
DEFAULT_DELAY - Static variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
 
DEFAULT_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.KEY_FOLLOW_REDIRECT configuration.
DEFAULT_HOSTNAME_VERIFICATION_ENABLED - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
DEFAULT_INDEX_SIZE - Static variable in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
DEFAULT_KEEP_ALIVE - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.KEEP_ALIVE configuration.
DEFAULT_LRU_SIZE - Static variable in class org.apache.commons.vfs2.cache.LRUFilesCache
The default LRU size
DEFAULT_MAX_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_MAX_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.MAX_TOTAL_CONNECTIONS configuration.
DEFAULT_MAX_FILES - Static variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
 
DEFAULT_MAX_HOST_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_MAX_HOST_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.MAX_HOST_CONNECTIONS configuration.
DEFAULT_PORT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileNameParser
 
DEFAULT_PORT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
 
DEFAULT_PORT - Static variable in class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
 
DEFAULT_PORT - Static variable in class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
 
DEFAULT_PORT - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
 
DEFAULT_PROTOCOL_CHARSET - Static variable in class org.apache.commons.vfs2.util.URIUtils
The default charset of the protocol.
DEFAULT_SESSION_TIMEOUT_MILLIS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
DEFAULT_SO_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_SO_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.SO_TIMEOUT configuration.
DEFAULT_TIMESTAMP - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
DEFAULT_USER_AGENT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
DEFAULT_USER_AGENT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The default value for Http4FileSystemConfigBuilder.KEY_USER_AGENT configuration.
DefaultCryptor - Class in org.apache.commons.vfs2.util
Allows passwords to be encrypted and decrypted.
DefaultCryptor() - Constructor for class org.apache.commons.vfs2.util.DefaultCryptor
 
DefaultFileContent - Class in org.apache.commons.vfs2.provider
The content of a file.
DefaultFileContent(AbstractFileObject, FileContentInfoFactory) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent
 
DefaultFileContent.FileContentInputStream - Class in org.apache.commons.vfs2.provider
An input stream for reading content.
DefaultFileContent.FileContentOutputStream - Class in org.apache.commons.vfs2.provider
An output stream for writing content.
DefaultFileContent.FileRandomAccessContent - Class in org.apache.commons.vfs2.provider
An input/output stream for reading/writing content on random positions
DefaultFileContentInfo - Class in org.apache.commons.vfs2.impl
The default file content information.
DefaultFileContentInfo(String, String) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileContentInfo
 
DefaultFileMonitor - Class in org.apache.commons.vfs2.impl
A polling FileMonitor implementation.
DefaultFileMonitor(FileListener) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileMonitor
 
DefaultFileMonitor.FileMonitorAgent - Class in org.apache.commons.vfs2.impl
File monitor agent.
DefaultFileOperations - Class in org.apache.commons.vfs2.operations
 
DefaultFileOperations(FileObject) - Constructor for class org.apache.commons.vfs2.operations.DefaultFileOperations
 
DefaultFileReplicator - Class in org.apache.commons.vfs2.impl
A simple file replicator and temporary file store.
DefaultFileReplicator() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
DefaultFileReplicator(File) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileReplicator
Constructor to set the location of the temporary directory.
DefaultFilesCache - Class in org.apache.commons.vfs2.cache
A simple FilesCache implementation.
DefaultFilesCache() - Constructor for class org.apache.commons.vfs2.cache.DefaultFilesCache
 
DefaultFileSelectorInfo - Class in org.apache.commons.vfs2.provider
A default FileSelectInfo implementation.
DefaultFileSelectorInfo() - Constructor for class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
DefaultFileSystem() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder.DefaultFileSystem
 
DefaultFileSystemConfigBuilder - Class in org.apache.commons.vfs2.impl
Default options usable for all file systems.
DefaultFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
 
DefaultFileSystemConfigBuilder.DefaultFileSystem - Class in org.apache.commons.vfs2.impl
Dummy class that implements FileSystem.
DefaultFileSystemManager - Class in org.apache.commons.vfs2.impl
The default file system manager implementation.
DefaultFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemManager
 
DefaultFileSystemManager.VfsStreamHandlerFactory - Class in org.apache.commons.vfs2.impl
This is an internal class because it needs access to the private member providers.
DefaultLocalFileProvider - Class in org.apache.commons.vfs2.provider.local
A file system provider, which uses direct file access.
DefaultLocalFileProvider() - Constructor for class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
Constructs a new provider.
defaultPort - Variable in class org.apache.commons.vfs2.provider.GenericFileName
 
defaultPort - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser
 
defaultProvider - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The default provider.
DefaultProviderConfiguration - Class in org.apache.commons.vfs2.impl
Same as ProviderConfiguration but for the default provider.
DefaultProviderConfiguration() - Constructor for class org.apache.commons.vfs2.impl.DefaultProviderConfiguration
 
DefaultURLConnection - Class in org.apache.commons.vfs2.provider
A default URL connection that will work for most file systems.
DefaultURLConnection(URL, FileContent) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLConnection
 
DefaultURLStreamHandler - Class in org.apache.commons.vfs2.provider
A default URL stream handler that will work for most file systems.
DefaultURLStreamHandler(VfsComponentContext) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
DefaultURLStreamHandler(VfsComponentContext, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
DefaultVfsComponentContext - Class in org.apache.commons.vfs2.impl
The default context implementation.
DefaultVfsComponentContext(DefaultFileSystemManager) - Constructor for class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
 
defineClass(String, Resource) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Loads and verifies the class with name and located with res.
definePackage(String, Resource) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Reads attributes for the package and defines it.
delay - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Set the delay between checks
DelegateFileObject<AFS extends AbstractFileSystem> - Class in org.apache.commons.vfs2.provider
A file backed by another file.
DelegateFileObject(AbstractFileName, AFS, FileObject) - Constructor for class org.apache.commons.vfs2.provider.DelegateFileObject
 
delegateFileSelector - Variable in class org.apache.commons.vfs2.InvertIncludeFileSelector
 
DelegatingFileSystemOptionsBuilder - Class in org.apache.commons.vfs2.util
This class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme.
DelegatingFileSystemOptionsBuilder(FileSystemManager) - Constructor for class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Constructor.
DelegatingFileSystemOptionsBuilder.Context - Class in org.apache.commons.vfs2.util
Context.
delete() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
delete() - Method in interface org.apache.commons.vfs2.FileObject
Deletes this file.
delete(FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
Deletes all descendants of this file that match a selector.
delete() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
delete() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
delete() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Deletes this file.
delete(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Deletes this file, and all children matching the selector.
delete(RamFileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Delete a file
deleteAll() - Method in interface org.apache.commons.vfs2.FileObject
Deletes this file and all children.
deleteAll() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
deleteAll() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Deletes this file and all children.
DeleteEvent - Class in org.apache.commons.vfs2.events
File deletion event.
DeleteEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.DeleteEvent
 
deleteFile(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Physically deletes the file from the file system.
deleteFile(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
deleteFile(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
deleteSelf() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Deletes this file, once all its children have been deleted
deleteStack - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
File objects to be removed from the monitor map.
DeleteTask - Class in org.apache.commons.vfs2.tasks
An Ant task that deletes matching files.
DeleteTask() - Constructor for class org.apache.commons.vfs2.tasks.DeleteTask
 
delims - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for delims.
dependenies - Variable in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
depth - Variable in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
destDirUrl - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
destFileUrl - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
detach() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Detaches this file, invalidating all cached info.
detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Check if this task cares about destination files with a missing source file.
detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.SyncTask
Check if this task cares about destination files with a missing source file.
determineAllFamilies() - Static method in class org.apache.commons.vfs2.util.Os
 
determineOsFamily() - Static method in class org.apache.commons.vfs2.util.Os
 
digit - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for digit.
DIRECTORY - Static variable in class org.apache.commons.vfs2.filter.DirectoryFileFilter
Singleton instance of directory filter.
DirectoryFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that are directories.
DirectoryFileFilter() - Constructor for class org.apache.commons.vfs2.filter.DirectoryFileFilter
Restrictive constructor.
DirectoryFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using DirectoryFileFilter.
DirectoryFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.DirectoryFileFilterExample
 
dirName - Variable in class org.apache.commons.vfs2.tasks.MkdirTask
 
dis - Variable in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
dis - Variable in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
dis - Variable in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
dis - Variable in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
disallowed_opaque_part - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Disallowed opaque_part before escaping.
disallowed_rel_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Disallowed rel_path before escaping.
disconnect() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
disconnect() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
doAttach() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doAttach() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Closes the underlying link used to access the files.
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
doCollectOperations(Collection<Class<? extends FileOperation>>, Collection<Class<? extends FileOperation>>, FileObject) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Gather available operations for the specified FileObject and put them into specified operationsList.
doCreateFileContent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Create a FileContent implementation.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
Creates a FileSystem.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
Creates the file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
Creates a FileSystem.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.jar.JarFileProvider
Creates a layered file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
Creates the file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileProvider
 
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
Creates a FileSystem.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.tar.TarFileProvider
Creates a layered file system.
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileProvider
Creates a layered file system.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Creates this folder.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Creates this file as a folder.
doDelete() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Deletes this file, and all children.
doDelete() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doDelete() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Deletes the file.
doDetach() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Detaches this file object from its file resource.
doDetach() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Detaches this file object from its file resource.
doDetach() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Detaches this file object from its file resource.
doDetach() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doDetach() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doDetach() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
doGetAttributes() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the attributes of this file.
doGetAttributes() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Returns the attributes of this file.
doGetAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Returns the value of an attribute.
doGetCertificates() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the certificates used to sign this file.
doGetCertificates() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Returns the certificates of this file.
doGetCertificates() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Return the certificates of this JarEntry.
doGetChildren() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Fetches the children of this file, if not already cached.
doGetContentInfo() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Return file content info.
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Creates an input stream to read the content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Returns the last-modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
get the last modified time on an ftp file
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Gets the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the last modified time of this file.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates access to the file for random i/o.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Creates access to the file for random i/o.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doGetType() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines the type of this file.
doGetType() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Determines the type of this file.
doGetType() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doGetType() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doGetType() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Determines the type of this file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Returns the file's type.
doGetType() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Determines the type of the file.
doGetType() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the file's type.
doIsExecutable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file is executable.
doIsExecutable() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Determines if this file is executable.
doIsExecutable() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Determines if this file is hidden.
doIsExecutable() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doIsHidden() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file is hidden.
doIsHidden() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Determines if this file is hidden.
doIsHidden() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Determines if this file is hidden.
doIsReadable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be read.
doIsReadable() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Determines if this file can be read.
doIsReadable() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Determines if this file can be read.
doIsReadable() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doIsSameFile(FileObject) - Method in class org.apache.commons.vfs2.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.vfs2.provider.local.LocalFile
 
doIsSymbolicLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file is a symbolic link.
doIsSymbolicLink() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Determines if this file is a symbolic link.
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be written to.
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Determines if this file can be written to.
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Determines if this file can be written to.
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doListChildren() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
doListChildren() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Returns the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doListChildren() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Lists the children of this file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Lists the children of the file.
doListChildrenResolved() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Lists the children of this file.
doListChildrenResolved() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
doListChildrenResolved() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Lists the children of this file.
domain - Variable in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
The user's domain
DOMAIN - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
The user's domain.
domainlabel - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for domainlabel.
doRemoveAttribute(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Removes an attribute of this file.
doRemoveAttribute(String) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Removes an attribute of this file.
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Renames the file.
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Renames the file.
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Renames the file
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
rename this file
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Renames the file.
doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Creates a temporary local copy of a file and its descendants.
doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.local.LocalFileSystem
Creates a temporary local copy of a file and its descendants.
doSetAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Sets an attribute of this file.
doSetAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Sets an attribute of this file.
doSetExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Make the file executable.
doSetExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
 
doSetExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Sets the last modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Sets the last-modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Sets the last modified time of this file.
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Sets the last modified time of this file.
doSetReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Make the file or folder readable.
doSetReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
 
doSetReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
doSetWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Make the file or folder writeable.
doSetWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
 
doSetWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 

E

EMPTY - Static variable in class org.apache.commons.vfs2.filter.EmptyFileFilter
Singleton instance of empty filter.
EMPTY - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileData
 
EMPTY_ABSTRACTFILESYSTEMS - Static variable in class org.apache.commons.vfs2.provider.AbstractFileProvider
 
EMPTY_FILE_ARRAY - Static variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
EMPTY_FTP_FILE_MAP - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
EMPTY_OPTIONS - Static variable in class org.apache.commons.vfs2.provider.FileSystemKey
 
EmptyFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts files or directories that are empty.
EmptyFileFilter() - Constructor for class org.apache.commons.vfs2.filter.EmptyFileFilter
Restrictive constructor.
EmptyFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using EmptyFileFilter.
EmptyFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.EmptyFileFilterExample
 
encode(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
Removes %nn encodings from a string.
encode(String, char[]) - Static method in class org.apache.commons.vfs2.provider.UriParser
Converts "special" characters to their %nn value.
encode(String[]) - Static method in class org.apache.commons.vfs2.provider.UriParser
Encode an array of Strings.
encode(StringBuilder, int, int, char[]) - Static method in class org.apache.commons.vfs2.provider.UriParser
Encodes a set of reserved characters in a StringBuilder, using the URI %nn encoding.
encode(byte[]) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
Hex-encode bytes.
encode(String, BitSet, String) - Static method in class org.apache.commons.vfs2.util.URIUtils
 
encodeCharacter(char) - Method in class org.apache.commons.vfs2.provider.AbstractFileNameParser
 
encodeCharacter(char) - Method in interface org.apache.commons.vfs2.provider.FileNameParser
Check if a character needs encoding (%nn).
encodeCharacter(char) - Method in class org.apache.commons.vfs2.provider.GenericURLFileNameParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
Determines if a character should be encoded.
encodeCharacter(char) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
 
encodeCharacter(char) - Method in class org.apache.commons.vfs2.provider.URLFileNameParser
Deprecated.
 
encodePath(String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
encodePath(String) - Static method in class org.apache.commons.vfs2.util.URIUtils
Escape and encode a string regarded as the path component of an URI with the default protocol charset.
encodePath(String, String) - Static method in class org.apache.commons.vfs2.util.URIUtils
Escape and encode a string regarded as the path component of an URI with a given charset.
encodeUrl(BitSet, byte[]) - Static method in class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
 
ENCODING - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
ENCODING - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
EncodingUtils() - Constructor for class org.apache.commons.vfs2.util.URIUtils.EncodingUtils
 
encrypt(String) - Method in interface org.apache.commons.vfs2.util.Cryptor
Encrypt the plain text password.
encrypt(String) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
Encrypt the plain text password.
EncryptUtil - Class in org.apache.commons.vfs2.util
Allows passwords to be encrypted and decrypted.
EncryptUtil() - Constructor for class org.apache.commons.vfs2.util.EncryptUtil
Don't allow class instantiation.
endInput(DefaultFileContent.FileContentInputStream) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Handles the end of input stream.
endOutput() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when the output stream for this file is closed.
endOutput() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Handles the end of output stream.
endOutput() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
endRandomAccess(RandomAccessContent) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Handles the end of random access.
endThread() - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
entry - Variable in class org.apache.commons.vfs2.provider.tar.TarFileObject
The TarArchiveEntry
entry - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileObject
The ZipEntry.
entryName - Variable in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
EOF_CHAR - Static variable in class org.apache.commons.vfs2.util.MonitorInputStream
 
equals(Object) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
equals(Object) - Method in class org.apache.commons.vfs2.FileSystemOptions
 
equals(Object) - Method in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
 
equals(Object) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
equals(Object) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
equals(Object) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
equals(Object) - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
 
equalsNullsafe(String, String) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
 
error(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
error(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
error(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
error.
error(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
error.
ESCAPE_CHAR - Static variable in class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
 
escaped - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for escaped.
exception - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
EXCLUDE_SELF - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that selects all the descendants of the base folder, but does not select the base folder itself.
EXEC_BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
execute() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Executes this task.
execute() - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Executes this task.
execute() - Method in class org.apache.commons.vfs2.tasks.MkdirTask
Executes the task.
execute() - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Executes the task.
executeCommand(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Executes a command and returns the (standard) output through a StringBuilder.
executeHttpUriRequest(HttpUriRequest) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
Execute the request using the given httpRequest and return a HttpResponse from the execution.
exists() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
exists() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file exists.
exists() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
exists - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
exists() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
exists() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if the file exists.
exists(FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Null-safe call to FileObject.exists().
extension - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
extensionMap - Variable in class org.apache.commons.vfs2.impl.FileTypeMap
 
extensions - Variable in class org.apache.commons.vfs2.FileExtensionSelector
The extensions to select.
extractDrivePrefix(StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
Extracts a drive prefix from a path.
extractFirstElement(StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Extracts the first element of a path.
extractHostName(StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
Extracts the hostname from a URI.
extractNames(FileObject[]) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
extractPort(StringBuilder, String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
Extracts the port from a URI.
extractQueryString(StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Extract the query String from the URI.
extractRootName(StringBuilder) - Method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractRootPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
Pops the root prefix off a URI, which has had the scheme removed.
extractScheme(String[], String) - Static method in class org.apache.commons.vfs2.provider.UriParser
Extracts the scheme from a URI.
extractScheme(String[], String, StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Extracts the scheme from a URI.
extractScheme(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
Deprecated.
extractScheme(String, StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Deprecated.
extractToPath(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
Extracts the scheme, userinfo, hostname and port components of a generic URI.
extractUNCPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
Extracts a UNC name from a path.
extractUserInfo(StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
Extracts the user info from a URI.
extractWindowsRootPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
Extracts a Windows root prefix from a name.

F

FACTORY_KEY - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
failonerror - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
FALSE - Static variable in class org.apache.commons.vfs2.filter.FalseFileFilter
Singleton instance of false filter.
FalseFileFilter - Class in org.apache.commons.vfs2.filter
A file filter that always returns false.
FalseFileFilter() - Constructor for class org.apache.commons.vfs2.filter.FalseFileFilter
Restrictive constructor.
families - Variable in class org.apache.commons.vfs2.util.OsFamily
 
familyMatches(OsFamily) - Static method in class org.apache.commons.vfs2.util.Os
 
fatal(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
fatal(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
fatal(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
fatal.
fatal(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
fatal.
file - Variable in class org.apache.commons.vfs2.FileChangeEvent
The file object
FILE - Static variable in class org.apache.commons.vfs2.filter.FileFileFilter
Singleton instance of file filter.
file - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
file - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentInputStream
 
file - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentOutputStream
 
file - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent.FileRandomAccessContent
 
file - Variable in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
file - Variable in class org.apache.commons.vfs2.provider.DelegateFileObject
 
file - Variable in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
file - Variable in class org.apache.commons.vfs2.provider.local.LocalFile
 
file - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
File.
file - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
File
file - Variable in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
file - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
file - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
 
file - Variable in class org.apache.commons.vfs2.tasks.DeleteTask
 
FILE_TYPE - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
fileCacheStrategy - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The cache strategy
fileChanged(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
Called when a file is changed.
fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Called when a file is changed.
fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
Called when a file is changed.
FileChangeEvent - Class in org.apache.commons.vfs2
An event fired when a file is changed.
FileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs2.FileChangeEvent
 
FileContent - Interface in org.apache.commons.vfs2
Represents the data content of a file.
FileContentInfo - Interface in org.apache.commons.vfs2
Informs on the content of a file with content type and encoding.
fileContentInfo - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
FileContentInfoFactory - Interface in org.apache.commons.vfs2
Creates FileContentInfo instances to determine the content-info for given file contents.
fileContentInfoFactory - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The class to use to determine the content-type (mime-type)
fileContentInfoFactory - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
FileContentInfoFilenameFactory - Class in org.apache.commons.vfs2.impl
The FileContentInfoFilenameFactory.
FileContentInfoFilenameFactory() - Constructor for class org.apache.commons.vfs2.impl.FileContentInfoFilenameFactory
 
FileContentInputStream(FileObject, InputStream) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentInputStream
 
FileContentInputStream(FileObject, InputStream, int) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentInputStream
 
FileContentOutputStream(FileObject, OutputStream) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentOutputStream
 
FileContentOutputStream(FileObject, OutputStream, int) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentOutputStream
 
FileContentThreadData - Class in org.apache.commons.vfs2.provider
Holds the data which needs to be local to the current thread
FileContentThreadData() - Constructor for class org.apache.commons.vfs2.provider.FileContentThreadData
 
filecount - Variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
fileCreated(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
Called when a file is created.
fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Called when a file is created.
fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
Called when a file is created.
fileDeleted(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
Called when a file is deleted.
fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Called when a file is deleted.
fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
Called when a file is deleted.
FileDepthSelector - Class in org.apache.commons.vfs2
A FileSelector that selects all files in a particular depth range.
FileDepthSelector(int, int) - Constructor for class org.apache.commons.vfs2.FileDepthSelector
Creates a selector with the given minimum and maximum depths.
FileDepthSelector(int) - Constructor for class org.apache.commons.vfs2.FileDepthSelector
Creates a selector with the same minimum and maximum depths.
FileDepthSelector() - Constructor for class org.apache.commons.vfs2.FileDepthSelector
Creates a selector with the same minimum and maximum depths of 0.
FileExtensionSelector - Class in org.apache.commons.vfs2
A FileSelector that selects based on file extensions.
FileExtensionSelector(Collection<String>) - Constructor for class org.apache.commons.vfs2.FileExtensionSelector
Creates a new selector for the given extensions.
FileExtensionSelector(String...) - Constructor for class org.apache.commons.vfs2.FileExtensionSelector
Creates a new selector for the given extensions.
FileFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that are files (not directories).
FileFileFilter() - Constructor for class org.apache.commons.vfs2.filter.FileFileFilter
Restrictive constructor.
FileFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using FileFileFilter.
FileFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.FileFileFilterExample
 
FileFilter - Interface in org.apache.commons.vfs2
This interface is used to select files when traversing the direct children of the base.
fileFilter - Variable in class org.apache.commons.vfs2.FileFilterSelector
The FileFilter.
fileFilters - Variable in class org.apache.commons.vfs2.filter.AndFileFilter
The list of file filters.
fileFilters - Variable in class org.apache.commons.vfs2.filter.OrFileFilter
The list of file filters.
FileFilterSelector - Class in org.apache.commons.vfs2
A FileSelector that selects all children of the given fileObject.
FileFilterSelector() - Constructor for class org.apache.commons.vfs2.FileFilterSelector
 
FileFilterSelector(FileFilter) - Constructor for class org.apache.commons.vfs2.FileFilterSelector
 
fileInfo - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
FileListener - Interface in org.apache.commons.vfs2
Listens for changes to a file.
FileMonitor - Interface in org.apache.commons.vfs2
FileMonitor interface.
FileMonitorAgent(DefaultFileMonitor, FileObject) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
fileName - Variable in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
The FileName
FileName - Interface in org.apache.commons.vfs2
Represents a file name.
fileName - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
FileNameParser - Interface in org.apache.commons.vfs2.provider
Provides methods to parse a file name into a FileName.
FileNotFolderException - Exception in org.apache.commons.vfs2
Delivers a file-not-folder exception which happens when trying to issue FileObject.getChildren() on a file.
FileNotFolderException(Object) - Constructor for exception org.apache.commons.vfs2.FileNotFolderException
 
FileNotFolderException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileNotFolderException
 
FileNotFoundException - Exception in org.apache.commons.vfs2
delivers a file-not-found exception.
FileNotFoundException(Object) - Constructor for exception org.apache.commons.vfs2.FileNotFoundException
 
FileNotFoundException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileNotFoundException
 
FileObject - Interface in org.apache.commons.vfs2
Represents a file, and is used to access the content and structure of the file.
fileObject - Variable in class org.apache.commons.vfs2.operations.AbstractFileOperation
FileObject which the FileOperation is operate on.
fileObject - Variable in class org.apache.commons.vfs2.operations.DefaultFileOperations
 
fileObject - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
fileObject - Variable in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
fileObject - Variable in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
fileObject - Variable in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
fileObject - Variable in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
fileObjectDecorator - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Class which decorates all returned fileObjects
fileObjectDecoratorConst - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Reflection constructor extracted from DefaultFileSystemManager.fileObjectDecorator
fileObjectDestroyed(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
fileObjectHanded(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
FileObjectUtils - Class in org.apache.commons.vfs2.util
Utility methods for FileObject.
FileObjectUtils() - Constructor for class org.apache.commons.vfs2.util.FileObjectUtils
 
FileOperation - Interface in org.apache.commons.vfs2.operations
A FileOperation is an object that brings an extra function to a FileObject.
FileOperationProvider - Interface in org.apache.commons.vfs2.operations
FileOperationProvider is responsible for dealing with FileOperation's.
FileOperations - Interface in org.apache.commons.vfs2.operations
FileOperations interface provides API to work with operations.
filePointer - Variable in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
filePointer - Variable in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
filePointer - Variable in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
filePointer - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
File Pointer
filePointer - Variable in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
file pointer
FileProvider - Interface in org.apache.commons.vfs2.provider
A file provider.
FileRandomAccessContent(FileObject, RandomAccessContent) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent.FileRandomAccessContent
 
fileReplicator - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The file replicator to use.
FileReplicator - Interface in org.apache.commons.vfs2.provider
Responsible for making local replicas of files.
FilesCache - Interface in org.apache.commons.vfs2
The fileCache interface.
filesCache - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The files cache
FileSelectInfo - Interface in org.apache.commons.vfs2
Information about a file, that is used to select files during the traversal of a hierarchy.
FileSelector - Interface in org.apache.commons.vfs2
This interface is used to select files when traversing a file hierarchy.
filesList - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
filesList - Variable in class org.apache.commons.vfs2.tasks.DeleteTask
 
fileSystem - Variable in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
The FileSystem
filesystem - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache.MyLRUMap
The FileSystem
FileSystem - Interface in org.apache.commons.vfs2
A file system, made up of a hierarchy of files.
fileSystem - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
fileSystem - Variable in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
FileSystemAndNameKey - Class in org.apache.commons.vfs2.cache
Key for various cache implementations.
FileSystemAndNameKey(FileSystem, FileName) - Constructor for class org.apache.commons.vfs2.cache.FileSystemAndNameKey
 
filesystemCache - Variable in class org.apache.commons.vfs2.cache.DefaultFilesCache
The FileSystem cache.
filesystemCache - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache
The FileSystem cache
fileSystemCache - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
fileSystemClass - Variable in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
The FileSystem class
FileSystemConfigBuilder - Class in org.apache.commons.vfs2
Abstract class which has the right to fill FileSystemOptions.
FileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.FileSystemConfigBuilder
Constructs builder with default prefix.
FileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.FileSystemConfigBuilder
Constructs builder with specified component name.
fileSystemConfigBuilder - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
FileSystemException - Exception in org.apache.commons.vfs2
Thrown for file system errors.
FileSystemException(String) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object...) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(String, Object[], Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Deprecated.
Use instead FileSystemException(String, Throwable, Object[]). Will be removed in 3.0.
FileSystemException(String, Throwable, Object...) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs exception with the specified detail message.
FileSystemException(Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
Constructs wrapper exception.
fileSystemId - Variable in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
hashcode to identify this object
FileSystemKey - Class in org.apache.commons.vfs2.provider
Used to identify a file system
FileSystemKey(Comparable<?>, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.FileSystemKey
Create the FS key.
FileSystemManager - Interface in org.apache.commons.vfs2
A FileSystemManager manages a set of file systems.
FileSystemOptionKey(Class<? extends FileSystem>, String) - Constructor for class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
 
FileSystemOptions - Class in org.apache.commons.vfs2
Configures file systems individually with these options.
FileSystemOptions() - Constructor for class org.apache.commons.vfs2.FileSystemOptions
Creates a new instance.
FileSystemOptions(Map<FileSystemOptions.FileSystemOptionKey, Object>) - Constructor for class org.apache.commons.vfs2.FileSystemOptions
 
fileSystemOptions - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
FileSystemOptions used for configuration
fileSystemOptions - Variable in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
fileSystemOptions - Variable in class org.apache.commons.vfs2.provider.FileSystemKey
 
fileSystemOptions - Variable in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
FileSystemOptions.FileSystemOptionKey - Class in org.apache.commons.vfs2
Keys in the options Map.
fileSystems - Variable in class org.apache.commons.vfs2.provider.AbstractFileProvider
The cached file systems.
FileType - Enum in org.apache.commons.vfs2
An enumerated type that represents a file's type.
FileType(String, boolean, boolean, boolean) - Constructor for enum org.apache.commons.vfs2.FileType
 
FileTypeHasNoContentException - Exception in org.apache.commons.vfs2
delivers a file-not-folder exception which happens when trying to issue FileObject.getChildren() on a file.
FileTypeHasNoContentException(Object) - Constructor for exception org.apache.commons.vfs2.FileTypeHasNoContentException
 
FileTypeHasNoContentException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileTypeHasNoContentException
 
FileTypeMap - Class in org.apache.commons.vfs2.impl
A helper class that determines the provider to use for a file.
FileTypeMap() - Constructor for class org.apache.commons.vfs2.impl.FileTypeMap
 
FileTypeSelector - Class in org.apache.commons.vfs2
A FileSelector that selects files of a particular type.
FileTypeSelector(FileType) - Constructor for class org.apache.commons.vfs2.FileTypeSelector
Creates a new selector for the given file type.
FileUtil - Class in org.apache.commons.vfs2
Utility methods for dealing with FileObjects.
FileUtil() - Constructor for class org.apache.commons.vfs2.FileUtil
 
fillConfigSetters(DelegatingFileSystemOptionsBuilder.Context) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Fills all available set*() methods for the context-scheme into the context.
filter - Variable in class org.apache.commons.vfs2.filter.NotFileFilter
The filter.
filter - Variable in class org.apache.commons.vfs2.filter.SizeRangeFileFilter
 
finalize() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
findClass(String) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Tests if a class is available.
findClass(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Finds and loads the class with the specified name from the search path.
findClassLoader() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Returns a class loader or null since some Java implementation is null for the bootstrap class loader.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
Locates a file object, by absolute URI.
findFile(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
Locates a file from its parsed URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.CompositeFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.FileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
Locates a file object, by absolute URI.
findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.url.UrlFileProvider
Locates a file object, by absolute URI.
findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
findFiles(FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
Finds the set of matching descendants of this file, in depthwise order.
findFiles(FileSelector, boolean, List<FileObject>) - Method in interface org.apache.commons.vfs2.FileObject
Finds the set of matching descendants of this file.
findFiles(FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
findFiles(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Finds the set of matching descendants of this file, in depthwise order.
findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Traverses the descendants of this file, and builds a list of selected files.
findFileSystem(Comparable<?>, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Locates a cached file system.
findLocalFile(String) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
Finds a local file, from its local name.
findLocalFile(File) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
Finds a local file.
findLocalFile(String) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
Finds a local file, from its local name.
findLocalFile(File) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
Converts from java.io.File to FileObject.
findMessage(String) - Static method in class org.apache.commons.vfs2.util.Messages
Locates a message by its code.
findResource(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Finds the resource with the specified name from the search path.
findResources(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Returns an Enumeration of all the resources in the search path with the specified name.
findSshDir() - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
Finds the .ssh directory.
finished - Variable in class org.apache.commons.vfs2.util.MonitorInputStream
 
finished - Variable in class org.apache.commons.vfs2.util.MonitorOutputStream
 
finished - Variable in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
fireAllCreate(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
Recursively fires create events for all children if recursive descent is enabled.
fireEvent(AbstractFileChangeEvent) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Fires an event.
fireFileChanged(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Fires a file changed event.
fireFileCreated(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Fires a file create event.
fireFileDeleted(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Fires a file delete event.
fixSeparators(StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Normalises the separators in a name.
flush() - Method in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
flush() - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
 
flushStat() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
fm - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
followRedirect - Variable in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
forName(String) - Static method in enum org.apache.commons.vfs2.filter.IOCase
Factory method to create an IOCase from a name.
fragment - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for fragment (alias for uric).
freeResources() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
freeUnusedResources() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Free all resources used by unused file systems created by this manager.
freeUnusedResources() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Free unused resources.
fs - Variable in class org.apache.commons.vfs2.provider.jar.JarFileObject
 
fs - Variable in class org.apache.commons.vfs2.util.WeakRefFileListener
 
fsmanager - Variable in class org.apache.commons.vfs2.operations.DefaultFileOperations
 
fso - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
FtpCheck - Class in org.apache.commons.vfs2.libcheck
Basic check for FTP.
FtpCheck() - Constructor for class org.apache.commons.vfs2.libcheck.FtpCheck
 
FtpClient - Interface in org.apache.commons.vfs2.provider.ftp
What VFS expects from an FTP client to provide.
ftpClient - Variable in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
FtpClientFactory - Class in org.apache.commons.vfs2.provider.ftp
Create a FtpClient instance.
FtpClientFactory() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpClientFactory
 
FtpClientFactory.ConnectionFactory<C extends org.apache.commons.net.ftp.FTPClient,B extends FtpFileSystemConfigBuilder> - Class in org.apache.commons.vfs2.provider.ftp
Abstract Factory, used to configure different FTPClients.
FtpClientFactory.FtpConnectionFactory - Class in org.apache.commons.vfs2.provider.ftp
Connection Factory, used to configure the FTPClient.
FTPClientWrapper - Class in org.apache.commons.vfs2.provider.ftp
A wrapper to the FTPClient to allow automatic reconnect on connection loss.
FTPClientWrapper(GenericFileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
FtpConnectionFactory(FtpFileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.FtpConnectionFactory
 
FtpFileNameParser - Class in org.apache.commons.vfs2.provider.ftp
Implementation for ftp.
FtpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
 
FtpFileObject - Class in org.apache.commons.vfs2.provider.ftp
An FTP file.
FtpFileObject(AbstractFileName, FtpFileSystem, FileName) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
FtpFileObject.FtpInputStream - Class in org.apache.commons.vfs2.provider.ftp
An InputStream that monitors for end-of-file.
FtpFileObject.FtpOutputStream - Class in org.apache.commons.vfs2.provider.ftp
An OutputStream that monitors for end-of-file.
FtpFileProvider - Class in org.apache.commons.vfs2.provider.ftp
A provider for FTP file systems.
FtpFileProvider() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
Constructs a new provider.
FtpFileSystem - Class in org.apache.commons.vfs2.provider.ftp
An FTP file system.
FtpFileSystem(GenericFileName, FtpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
 
FtpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ftp
The config builder for various ftp configuration options.
FtpFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
FtpFileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Create new config builder with specified prefix string.
FtpFileType - Enum in org.apache.commons.vfs2.provider.ftp
The FTP file types.
FtpFileType(int) - Constructor for enum org.apache.commons.vfs2.provider.ftp.FtpFileType
Constructs a file type.
FtpInputStream(FtpClient, InputStream) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpInputStream
 
FtpOutputStream(FtpClient, OutputStream) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpOutputStream
 
FtpRandomAccessContent - Class in org.apache.commons.vfs2.provider.ftp
Implements FTP stream-based random access.
FtpRandomAccessContent(FtpFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 

G

generic - Variable in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
 
GenericFileName - Class in org.apache.commons.vfs2.provider
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.vfs2.provider.GenericFileName
 
GenericFileNameParser - Class in org.apache.commons.vfs2.provider.local
A general-purpose file name parser.
GenericFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.local.GenericFileNameParser
 
GenericURLFileName - Class in org.apache.commons.vfs2.provider
Generic file name that represents a URL.
GenericURLFileName(String, String, int, int, String, String, String, FileType, String) - Constructor for class org.apache.commons.vfs2.provider.GenericURLFileName
 
GenericURLFileNameParser - Class in org.apache.commons.vfs2.provider
Generic implementation for any url based file system, without depending a specific library.
GenericURLFileNameParser(int) - Constructor for class org.apache.commons.vfs2.provider.GenericURLFileNameParser
 
get(PosixPermissions.Type) - Method in class org.apache.commons.vfs2.util.PosixPermissions
Tests whether the bit corresponding to the permission is set.
getAbsolutePath(File) - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
 
getAbstractFileObject(FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Gets access to the base object even if decorated.
getAbstractFileSystem() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the file system this file belongs to.
getAsciiString(byte[], int, int) - Static method in class org.apache.commons.vfs2.util.URIUtils.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAttribute(String) - Method in interface org.apache.commons.vfs2.FileContent
Gets the value of an attribute of the file's content.
getAttribute(String) - Method in interface org.apache.commons.vfs2.FileSystem
Gets the value of an attribute of the file system.
getAttribute(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Retrieves the attribute with the specified name.
getAttribute(String) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Gets the value of an attribute.
getAttribute(Attributes.Name) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
getAttribute(String) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
Retrives the attribute with the specified name.
getAttributeNames() - Method in interface org.apache.commons.vfs2.FileContent
Lists the attributes of the file's content.
getAttributeNames() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Lists the attributes of this file.
getAttributes() - Method in interface org.apache.commons.vfs2.FileContent
Returns a read-only map of this file's attributes.
getAttributes() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns a read-only map of this file's attributes.
getAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Returns the attributes of this file.
getAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
getAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getAuthor() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
getAutodetectUtf8(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets whether to try to autodetect the server encoding (only UTF8 is supported).
getBaseFile() - Method in interface org.apache.commons.vfs2.FileSystemManager
Returns the base file used to resolve relative paths.
getBaseFile() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns the base file used to resolve relative URI.
getBaseFolder() - Method in interface org.apache.commons.vfs2.FileSelectInfo
Returns the base folder of the traversal.
getBaseFolder() - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
getBaseName() - Method in interface org.apache.commons.vfs2.FileName
Returns the base name of this file.
getBaseName() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the base name of the file.
getBoolean(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as boolean.
getBoolean(FileSystemOptions, String, boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as boolean.
getBoolean(FileSystemOptions, String, Boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as boolean.
getByte(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as byte.
getByte(FileSystemOptions, String, byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as byte.
getByte(FileSystemOptions, String, Byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as byte.
getByteArray() - Method in interface org.apache.commons.vfs2.FileContent
Returns the content of a file as a byte array.
getBytes() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the data for this resource as a byte array.
getBytes(String, String) - Static method in class org.apache.commons.vfs2.util.URIUtils.EncodingUtils
Converts the specified string to a byte array.
getCache() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
getCacheKey() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
getCacheStrategy() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the cache strategy used.
getCacheStrategy() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the cache strategy used.
getCapabilities() - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
 
getCapabilities() - Method in interface org.apache.commons.vfs2.provider.FileProvider
Gets the file system capabilities.
getCapabilities() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.jar.JarFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.ram.RamFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.tar.TarFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.tar.TgzFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.url.UrlFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileProvider
 
getCertificates() - Method in interface org.apache.commons.vfs2.FileContent
Retrieves the certificates if any used to sign this file or folder.
getCertificates() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns the certificates used to sign this file.
getCertificates() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getChannel() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Returns an SFTP channel to the server.
getCharacter(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as character.
getCharacter(FileSystemOptions, String, char) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as character.
getCharacter(FileSystemOptions, String, Character) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as character.
getCharset() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
getCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
getChecksPerRun() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
get the number of files to check per run.
getChild(String) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
getChild(String) - Method in interface org.apache.commons.vfs2.FileObject
Returns a child of this file.
getChild(String) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getChild(String) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
getChild(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns a child of this file.
getChildFile(String, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Called by child file objects, to locate their ftp file info.
getChildren() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
getChildren() - Method in interface org.apache.commons.vfs2.FileObject
Lists the children of this file.
getChildren() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getChildren() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
getChildren() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the children of the file.
getChildren() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Returns the file's list of children.
getChildren() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
getClassLoader(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
 
getClassName() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
getClient() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Creates an FTP client to use.
getClient() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
 
getCode() - Method in exception org.apache.commons.vfs2.FileSystemException
Retrieves error code of the exception.
getCodeSourceURL() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the code source as an URL.
getCompression(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Returns the FileSystemConfigBuidler.
getConfigBuilder() - Method in interface org.apache.commons.vfs2.provider.FileProvider
Gets the configbuilder useable to collect the needed fileSystemOptions.
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.url.UrlFileProvider
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileProvider
Return config builder.
getConfigClass() - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets the target of this configuration.
getConfigClass() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Gets the target of this configuration.
getConfigClass() - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
getConfigRepository(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the config repository.
getConnectionTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the connection timeout.
getConnectionTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the connection timeout.
getConnectTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets the timeout in milliseconds to use for the socket connection.
getConnectTimeoutMillis(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getContainer() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
 
getContent() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
getContent() - Method in interface org.apache.commons.vfs2.FileObject
Returns this file's content.
getContent(FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
Returns the content of a file, as a byte array.
getContent() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getContent() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
getContent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the file's content.
getContent() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
getContentAsString(FileObject, Charset) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Returns the content of a file as a String.
getContentAsString(FileObject, String) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Returns the content of a file as a String.
getContentEncoding() - Method in interface org.apache.commons.vfs2.FileContentInfo
Gets the content encoding.
getContentEncoding() - Method in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
 
getContentEncoding() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getContentInfo() - Method in interface org.apache.commons.vfs2.FileContent
get the content info.
getContentInfo() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Gets the FileContentInfo which describes the content-type, content-encoding
getContentLength() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getContentLength() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getContentType() - Method in interface org.apache.commons.vfs2.FileContentInfo
Gets the content type.
getContentType() - Method in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
 
getContentType() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getContext() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Returns the context for this provider.
getControlEncoding(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the cookies to add to the request.
getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the cookies to add to the request.
getCount() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Get the number of bytes read by this input stream.
getCryptor() - Static method in class org.apache.commons.vfs2.util.CryptorFactory
Return the Cryptor.
getData() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
getData(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs2.UserAuthenticationData
Gets a data from the collection.
getData(UserAuthenticationData, UserAuthenticationData.Type, char[]) - Static method in class org.apache.commons.vfs2.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.vfs2.provider.AbstractRandomAccessStreamContent
 
getDataInputStream() - Method in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
getDataInputStream() - Method in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
getDataInputStream() - Method in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
getDataInputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
getDataTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getDate() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
getDecoratedFileObject() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getDefaultDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Get the default date format used by the server.
getDefaultPort() - Method in class org.apache.commons.vfs2.provider.GenericFileName
Returns the default port for this file name.
getDefaultPort() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
 
getDelay() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Get the delay between runs.
getDelegateFile() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Get access to the delegated file.
getDependencies() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
getDepth() - Method in interface org.apache.commons.vfs2.FileName
Returns the depth of this file name, within its file system.
getDepth() - Method in interface org.apache.commons.vfs2.FileSelectInfo
Returns the depth of the file relative to the base folder.
getDepth() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the depth of this file name, within its file system.
getDepth() - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
getDouble(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as double.
getDouble(FileSystemOptions, String, double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as double.
getDouble(FileSystemOptions, String, Double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as double.
getEntryName() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getEntryParser(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getEntryParserFactory(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getEnum(Class<E>, FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as enumeration.
getEnum(Class<E>, FileSystemOptions, String, E) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as enumeration.
getExtension() - Method in interface org.apache.commons.vfs2.FileName
Returns the extension of this file name.
getExtension() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the extension of this file name.
getFamilies() - Method in class org.apache.commons.vfs2.util.OsFamily
Returns the OS families that this family belongs to.
getFamily(String) - Static method in class org.apache.commons.vfs2.util.Os
Locates an OsFamily by name (case-insensitive).
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
 
getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
getFile() - Method in class org.apache.commons.vfs2.FileChangeEvent
Returns the file that changed.
getFile() - Method in interface org.apache.commons.vfs2.FileContent
Returns the file which this is the content of.
getFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
Retrieves a FileObject from the cache by name.
getFile() - Method in interface org.apache.commons.vfs2.FileSelectInfo
Returns the file (or folder) to be considered.
getFile() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns the file that this is the content of.
getFile() - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
getFileContentInfoFactory() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the class to use to determine the content-type (mime-type).
getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
get the fileContentInfoFactory used to determine the infos of a file content.
getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Creates the FileContentInfo factory.
getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
 
getFilecount() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
getFileFilters() - Method in class org.apache.commons.vfs2.filter.AndFileFilter
 
getFileFilters() - Method in interface org.apache.commons.vfs2.filter.ConditionalFileFilter
Returns this conditional file filter's list of file filters.
getFileFilters() - Method in class org.apache.commons.vfs2.filter.OrFileFilter
 
getFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns a cached file.
getFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
Returns a cached file.
getFileListener() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Access method to get the current FileListener object notified when there are changes with the files added.
getFileName() - Method in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
 
getFileNameEncoding(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the file name encoding.
getFileNameParser() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
 
getFileObject() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the FileObject of the resource.
getFileObject() - Method in class org.apache.commons.vfs2.operations.AbstractFileOperation
 
getFileObjectDecorator() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the file object decorator used.
getFileObjectDecorator() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the file object decorator used.
getFileObjectDecoratorConst() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the constructor associated to the fileObjectDecorator.
getFileObjectDecoratorConst() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The constructor associated to the fileObjectDecorator.
getFileObjects() - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Provide access to the file objects this class loader represents.
getFileOperations() - Method in interface org.apache.commons.vfs2.FileObject
 
getFileOperations() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getFileOperations() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
getFilePointer() - Method in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
getFilePointer() - Method in interface org.apache.commons.vfs2.RandomAccessContent
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
getFilesCache() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the cache used to cache file objects.
getFilesCache() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns the filesCache implementation used to cache files.
getFileSystem() - Method in class org.apache.commons.vfs2.cache.FileSystemAndNameKey
 
getFileSystem() - Method in interface org.apache.commons.vfs2.FileObject
Returns the file system that contains this file.
getFileSystem() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getFileSystem() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the file system this file belongs to.
getFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
Returns the FileSystem associated with the specified root.
getFileSystemConfigBuilder(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the configuration builder for the given scheme.
getFileSystemConfigBuilder(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the configuration builder for the given scheme.
getFileSystemManager() - Method in interface org.apache.commons.vfs2.FileSystem
Returns a reference to the FileSytemManager.
getFileSystemManager() - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Returns the file system manager for the current context
getFileSystemManager() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the FileSystemManager used to instantiate this file system.
getFileSystemManager() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Returns the file system manager for the current context.
getFileSystemOptions() - Method in interface org.apache.commons.vfs2.FileSystem
Returns the FileSystemOptions used to instantiate this file system.
getFileSystemOptions() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the FileSystemOptions used to instantiate this file system.
getFileSystemOptions() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
getFileType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets the file type parameter.
getFloat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as float.
getFloat(FileSystemOptions, String, float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as float.
getFloat(FileSystemOptions, String, Float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as float.
getFollowRedirect() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets whether to follow redirects for the connection.
getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets whether to follow redirects for the connection.
getFriendlyURI() - Method in interface org.apache.commons.vfs2.FileName
Returns a "friendly path", this is a path without a password.
getFriendlyURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the URI without a password.
getFtpClient() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
getGroupsIds() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Gets the (numeric) group IDs.
getHeadMethod() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
getHostName() - Method in class org.apache.commons.vfs2.provider.GenericFileName
Returns the host name part of this name.
getHostName() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Get the host name.
getHttpClient() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Return the internal HttpClient instance.
getHttpClientContext() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Return the internal HttpClientContext instance.
getIdentities(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
getIdentityInfo(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the identity infos.
getIdentityProvider(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the identity providers.
getIdentityRepositoryFactory(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Get the identity repository factory.
getInfo() - Method in exception org.apache.commons.vfs2.FileSystemException
Retrieves array of complementary info (context).
getInfo(boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Fetches the info for this file.
getInputStream() - Method in interface org.apache.commons.vfs2.FileContent
Returns an input stream for reading the file's content.
getInputStream(int) - Method in interface org.apache.commons.vfs2.FileContent
Returns an input stream for reading the file's content.
getInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns an input stream to use to read the content of the file.
getInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
getInputStream() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an input stream for reading the content.
getInputStream(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an input stream for reading the content.
getInputStream() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getInputStream(long) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
getInputStream() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getInputStream() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
getInputStream() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
getInputStream(long) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Creates an input stream to read the file content from.
getInputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
getInputStream(TarArchiveEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
getInputStream() - Method in interface org.apache.commons.vfs2.RandomAccessContent
Get the input stream.
getInputStream() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
getInstance() - Static method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets the singleton instance.
getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
Returns the Parser.
getInstance() - Static method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
retrieve a instance to this parser.
getInstance() - Static method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
Gets the singleton instance.
getInstance() - Static method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
getInstrsSize() - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
getInteger(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as integer.
getInteger(FileSystemOptions, String, int) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as integer.
getInteger(FileSystemOptions, String, Integer) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as integer.
getInternalBaseURI() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Return the internal base URI instance.
getInternalURI() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
Return the internal URI object mapped to this file object.
getJarEntry() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getJarFile() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getJarFileURL() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getJunctionForFile(FileName) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
Locates the junction point for the junction containing the given file.
getKey() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Create a path that does not use the FileType since that field is not immutable.
getKeyExchangeAlgorithm(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getKeys() - Method in class org.apache.commons.vfs2.util.CombinedResources
 
getKeyStoreFile(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Return keystore file path to be used in SSL connections.
getKeyStorePass(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Return keystore pass phrase for SSL connections.
getKnownHosts(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getLastHeadResponse() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
Return the last executed HEAD HttpResponse object.
getLastModified() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getLastModified() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
getLastModifiedTime() - Method in interface org.apache.commons.vfs2.FileContent
Determines the last-modified timestamp of the file.
getLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns the last-modified timestamp.
getLastModTimeAccuracy() - Method in interface org.apache.commons.vfs2.FileSystem
Returns the accuracy of the last modification time.
getLastModTimeAccuracy() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the accuracy of the last modification time.
getLastModTimeAccuracy() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Last modification time is only an int and in seconds, thus can be off by 999.
getLeftBytes() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
getLinkDestination() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
getListener() - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
returns the wrapped listener.
getLocalFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Returns the local file that this file object represents.
getLocalFileProvider() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Locates the local file provider.
getLogger() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns the logger used by this manager.
getLogger() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Returns the logger for this file system to use.
getLong(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as long.
getLong(FileSystemOptions, String, long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as long.
getLong(FileSystemOptions, String, Long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as long.
getLongMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Defaults to Integer.MAX_VALUE.
getManager() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
getManager() - Static method in class org.apache.commons.vfs2.VFS
Returns the default FileSystemManager instance.
getManifest() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Returns the Jar manifest.
getManifest() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getMask() - Method in enum org.apache.commons.vfs2.util.PosixPermissions.Type
Return the mask for this permission.
getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the maximum number of connections allowed per host.
getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the maximum number of connections allowed per host.
getMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Defaults to Integer.MAX_VALUE.
getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the maximum number of connections allowed.
getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the maximum number of connections allowed.
getMessage() - Method in exception org.apache.commons.vfs2.FileSystemException
Retrieves message from bundle.
getMessage() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
getModeString() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
 
getName() - Method in enum org.apache.commons.vfs2.CacheStrategy
Returns the name of the scope.
getName() - Method in interface org.apache.commons.vfs2.FileObject
Returns the name of this file.
getName() - Method in enum org.apache.commons.vfs2.FileType
Returns the name of this type.
getName() - Method in enum org.apache.commons.vfs2.filter.IOCase
Gets the name of the constant.
getName() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getName() - Method in enum org.apache.commons.vfs2.NameScope
Returns the name of the scope.
getName() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the name of the file.
getName() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
getName() - Method in class org.apache.commons.vfs2.util.OsFamily
Returns the name of this family.
getOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
 
getOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.DefaultFileOperations
 
getOperation(FileObject, Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperationProvider
Get implementation for a given FileObject and FileOperation interface.
getOperation(Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperations
 
getOperationProviders(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets Providers for file operations.
getOperationProviders(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
 
getOperations() - Method in class org.apache.commons.vfs2.operations.DefaultFileOperations
 
getOperations() - Method in interface org.apache.commons.vfs2.operations.FileOperations
 
getOption(Class<? extends FileSystem>, String) - Method in class org.apache.commons.vfs2.FileSystemOptions
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
getOrCreateThreadData() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
 
getOuterName() - Method in class org.apache.commons.vfs2.provider.LayeredFileName
Returns the URI of the outer file.
getOutputStream() - Method in interface org.apache.commons.vfs2.FileContent
Returns an output stream for writing the file's content.
getOutputStream(boolean) - Method in interface org.apache.commons.vfs2.FileContent
Returns an output stream for writing the file's content.
getOutputStream(boolean, int) - Method in interface org.apache.commons.vfs2.FileContent
Returns an output stream for writing the file's content.
getOutputStream(int) - Method in interface org.apache.commons.vfs2.FileContent
Returns an output stream for writing the file's content.
getOutputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Prepares this file for writing.
getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Prepares this file for writing.
getOutputStream() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an output stream for writing the content.
getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an output stream for writing the content in append mode.
getOutputStream(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an output stream for writing the content.
getOutputStream(boolean, int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns an output stream for writing the content in append mode.
getOutputStream() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
 
getOutputStream() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
getOutputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
getOutstr() - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
getPackageAttribute(Attributes.Name) - Method in class org.apache.commons.vfs2.impl.Resource
Returns an attribute of the package containing the resource.
getPackageFolder() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the folder for the package containing the resource.
getPackageName() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the name of the package containing the resource.
getParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named parameter.
getParent() - Method in interface org.apache.commons.vfs2.FileName
Returns the file name of the parent of this file.
getParent() - Method in interface org.apache.commons.vfs2.FileObject
Returns the folder that contains this file.
getParent() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getParent() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the name of the parent of the file.
getParent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the parent of the file.
getParentLayer() - Method in interface org.apache.commons.vfs2.FileSystem
Returns the parent layer if this is a layered file system.
getParentLayer() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the parent layer if this is a layered file system.
getPassiveMode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getPassPhrase() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
getPassPhrase() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Get the passphrase of the private key.
getPassphrase() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
getPassword() - Method in class org.apache.commons.vfs2.provider.GenericFileName
Returns the password part of this name.
getPassword() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Get the user password.
getPassword() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
getPath() - Method in interface org.apache.commons.vfs2.FileName
Returns the absolute path of this file, within its file system.
getPath() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
getPath() - Method in class org.apache.commons.vfs2.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.vfs2.FileName
Returns the absolute path of this file, within its file system.
getPathDecoded() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the decoded path.
getPathQuery() - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Gets the path and query string e.g.
getPathQuery() - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Gets the path and query string e.g.
getPathQueryEncoded(String) - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Gets the path encoded suitable for url like file system e.g.
getPathQueryEncoded(String) - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Gets the path encoded suitable for url like file system e.g.
getPermissions(CodeSource) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Calls super.getPermissions both for the code source and also adds the permissions granted to the parent layers.
getPermissions(boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Returns the POSIX type permissions of the file.
getPermissions() - Method in class org.apache.commons.vfs2.util.PosixPermissions
Gets permissions.
getPort() - Method in class org.apache.commons.vfs2.provider.GenericFileName
Returns the port part of this name.
getPort() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Get the port.
getPreferredAuthentications(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets authentication order.
getPrivateKey() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Get the file with the private key.
getPrivateKeyBytes() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
getProperty(String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets the system property for the given name.
getProviderCapabilities(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the capabilities for a given scheme.
getProviderCapabilities(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the capabilities for a given scheme.
getProxy(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets the Proxy.
getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the proxy authenticator where the system should get the credentials from.
getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the proxy authenticator where the system should get the credentials from.
getProxyCommand(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the command that will be run on the proxy host when using a SftpStreamProxy.
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the proxy to use for http connection.
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the proxy to use for http connection.
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the proxy to use for the SFTP connection.
getProxyHttpHost(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
 
getProxyOptions(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the proxy options that are used to connect to the proxy host.
getProxyPassword(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the proxy password that are used to connect to the proxy host.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the proxy-port to use for http the connection.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the proxy-port to use for http the connection.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the proxy-port to use for the SFTP the connection.
getProxyType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the proxy type to use for the SFTP connection.
getProxyUser(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Gets the user name for the proxy used for the SFTP connection.
getPublicKey() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Get the file with the public key.
getPublicKeyBytes() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
getPublicURIString() - Method in interface org.apache.commons.vfs2.FileObject
Returns the receiver as a URI String for public display, like, without a password.
getPublicURIString() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getPublicURIString() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the receiver as a URI String for public display, like, without a password.
getQueryString() - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Gets the query string.
getQueryString() - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Gets the query string.
getRandomAccessContent(RandomAccessMode) - Method in interface org.apache.commons.vfs2.FileContent
Returns an stream for reading/writing the file's content.
getRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.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.vfs2.provider.DefaultFileContent
Returns an input/output stream to use to read and write the content of the file in an random manner.
getRastrsSize() - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
getRecentDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
getRelativeName(FileName) - Method in interface org.apache.commons.vfs2.FileName
Converts a file name to a relative name, relative to this file name.
getRelativeName(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Converts a file name to a relative name, relative to this file name.
getRelPath() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
getRemoteVerification(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Gets whether to use remote verification.
getReplicator() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns the file replicator.
getReplicator() - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Locates a file replicator for the provider to use.
getReplicator() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Locates a file replicator for the provider to use.
getReplyCode() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
getReplyCode() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
getReplyString() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
getReplyString() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
getRequiredClasses(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Extracts the required classes from a provider definition.
getRequiredSchemes(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Extracts the required schemes from a provider definition.
getResourceName() - Method in class org.apache.commons.vfs2.util.CombinedResources
 
getRevision() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
getRoot() - Method in interface org.apache.commons.vfs2.FileName
Finds the root of the file system.
getRoot() - Method in interface org.apache.commons.vfs2.FileSystem
Returns the root file of this file system.
getRoot() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
find the root of the file system.
getRoot() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the root file of this file system.
getRoot() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
getRootFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Returns the root file for this file.
getRootName() - Method in interface org.apache.commons.vfs2.FileSystem
Returns the name of the root file of this file system.
getRootName() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the name of the root of this file system.
getRootURI() - Method in interface org.apache.commons.vfs2.FileName
Returns the root URI of the file system this file belongs to.
getRootURI() - Method in interface org.apache.commons.vfs2.FileSystem
The root URI passed as a file system option or obtained from the rootName.
getRootURI(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets the root URI of the file system.
getRootURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the root URI of the file system this file belongs to.
getRootURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns the root URI specified for this file System.
getSafeName(FileName) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
getSafeName(FileObject) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
getSaneTransferAbortedOkReplyCodes() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getSchemas(Element) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Extracts the schema names from a provider definition.
getScheme() - Method in interface org.apache.commons.vfs2.FileName
Returns the URI scheme of this file.
getScheme(FileObject) - Method in class org.apache.commons.vfs2.impl.FileTypeMap
Find the scheme for the provider of a layered file system.
getScheme() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the URI scheme of this file.
getScheme() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Get the connection schema.
getSchemeMethods(String) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Gets (cached) list of set*() methods for the given scheme
getSchemes() - Method in interface org.apache.commons.vfs2.FileSystemManager
Gets the schemes currently available.
getSchemes() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the schemes currently available.
getSchemes() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
getSchemes() - Method in class org.apache.commons.vfs2.provider.CompositeFileProvider
The schemes known.
getSchemes() - Method in class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
 
getSchemes() - Method in class org.apache.commons.vfs2.provider.tar.TgzFileProvider
 
getServerLanguageCode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Get the language code used by the server.
getServerTimeZoneId(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
getSession() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Ensures that the session link is established.
getSessionTimeoutMillis(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getShort(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as short.
getShort(FileSystemOptions, String, short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as short.
getShort(FileSystemOptions, String, Short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as short.
getShortMonthNames(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
getSize() - Method in interface org.apache.commons.vfs2.FileContent
Determines the size of the file, in bytes.
getSize() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Returns the size of the content (in bytes).
getSocket() - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the socket timeout.
getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the socket timeout.
getStatus() - Method in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
 
getStrictHostKeyChecking(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getString(Charset) - Method in interface org.apache.commons.vfs2.FileContent
Returns the content of a file as a String.
getString(String) - Method in interface org.apache.commons.vfs2.FileContent
Returns the content of a file as a String.
getString(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as String.
getString(FileSystemOptions, String, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Gets named option as String.
getString(String) - Static method in class org.apache.commons.vfs2.util.Messages
Formats a message.
getString(String, Object) - Static method in class org.apache.commons.vfs2.util.Messages
Deprecated.
Will be removed in 3.0 in favor of Messages.getString(String, Object[]) When removed, calls to this method will automatically recompile to Messages.getString(String, Object[])
getString(String, Object...) - Static method in class org.apache.commons.vfs2.util.Messages
Formats a message.
getTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
getTemporaryFileStore() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns the temporary file store.
getTemporaryFileStore() - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Locates a temporary file store for the provider to use.
getTemporaryFileStore() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Locates a temporary file store for the provider to use.
getTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
getTimestamp() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
getTransferAbortedOkReplyCodes(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
getType() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
getType() - Method in interface org.apache.commons.vfs2.FileName
Returns the requested or current type of this name.
getType() - Method in interface org.apache.commons.vfs2.FileObject
Returns this file's type.
getType() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getType() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
getType() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the requested or current type of this name.
getType() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the file's type.
getType() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
getUId() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Gets the (numeric) group IDs.
getURI() - Method in interface org.apache.commons.vfs2.FileName
Returns the absolute URI of this file.
getURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the absolute URI of the file.
getURIEncoded(String) - Method in class org.apache.commons.vfs2.provider.GenericURLFileName
Encodes a URI.
getURIEncoded(String) - Method in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
Encodes a URI.
getUriTrailer() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
getURL() - Method in interface org.apache.commons.vfs2.FileObject
Returns a URL representing this file.
getURL() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
getURL() - Method in class org.apache.commons.vfs2.impl.Resource
Returns the URL of the resource.
getURL() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns a URL representation of the file.
getUrlCharset() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the charset used for url encoding.
getUrlCharset() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
Return URL charset string.
getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the charset used for url encoding.
getURLStreamHandlerFactory() - Method in interface org.apache.commons.vfs2.FileSystemManager
Returns a stream handler factory to enable URL lookup using this FileSystemManager.
getURLStreamHandlerFactory() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Get the URLStreamHandlerFactory.
getUserAgent() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
getUserAgent(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Gets the user agent string
getUserAgent(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Gets the user agent string
getUserAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
 
getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Returns Boolean.TRUE if VFS should treat the user directory as the root directory.
getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Returns Boolean.TRUE if VFS should treat the user directory as the root directory.
getUserInfo(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
getUserName() - Method in class org.apache.commons.vfs2.provider.GenericFileName
Returns the user name part of this name.
getUserName() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Get the user name.
getValidClassLoader(Class<?>) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
getValue() - Method in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
Gets the Apache Commons Net FTP file type.
getVersion(Class<?>) - Static method in class org.apache.commons.vfs2.example.Shell
 
getZipFile() - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
getZipFile() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
go() - Method in class org.apache.commons.vfs2.example.Shell
 
groupsIds - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Cache for the user groups ids (null when not set)
GzipFileObject - Class in org.apache.commons.vfs2.provider.gzip
the gzip file.
GzipFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileObject
GzipFileObject(AbstractFileName, FileObject, GzipFileSystem) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileObject
 
GzipFileProvider - Class in org.apache.commons.vfs2.provider.gzip
Provides access to the content of gzip compressed files.
GzipFileProvider() - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
 
GzipFileSystem - Class in org.apache.commons.vfs2.provider.gzip
Filesytem to handle compressed files using the gzip method.
GzipFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
 

H

HACK_URL - Static variable in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
handleChanged() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when this file is changed.
handleCommand(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Handles a command.
handleCreate(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when this file is created.
handleDelete() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when this file is deleted.
handleFile(Set<FileObject>, FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles a single file, checking for collisions where more than one source file maps to the same destination file.
handleFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles a single source file.
handleFiles() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Copies the source files to the destination.
handleGetObject(String) - Method in class org.apache.commons.vfs2.util.CombinedResources
 
handleLogEntry(VcsLogEntry) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLogEntryHandler
 
handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles a destination for which there is no corresponding source file.
handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs2.tasks.SyncTask
Handles a destination for which there is no corresponding source file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles an out-of-date file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Handles an out-of-date file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.MoveTask
Handles a single source file.
handleSingleFile() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Copies a single file.
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles an up-to-date file.
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Handles an up-to-date file.
handleURISpecialCharacters(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
hasAttribute(String) - Method in interface org.apache.commons.vfs2.FileContent
Checks if an attribute of the file's content exists.
hasAttribute(String) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Checks if an attribute exists.
hasAttributes() - Method in enum org.apache.commons.vfs2.FileType
Returns true if files of this type may have attributes.
hasAttrs - Variable in enum org.apache.commons.vfs2.FileType
true if the FileType has attributes
hasCapability(Capability) - Method in interface org.apache.commons.vfs2.FileSystem
Determines if this file system has a particular capability.
hasCapability(Capability) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Determines if this file system has a particular capability.
hasChildren - Variable in enum org.apache.commons.vfs2.FileType
true if the FileType can have children
hasChildren() - Method in enum org.apache.commons.vfs2.FileType
Returns true if files of this type may contain other files.
hasChildren(RamFileData) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
hasContent - Variable in enum org.apache.commons.vfs2.FileType
true if the FileType can have content
hasContent() - Method in enum org.apache.commons.vfs2.FileType
Returns true if files of this type may have data content.
HASH - Static variable in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
Constant used to create hashcode
hashCode() - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
hashCode() - Method in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
 
hashCode() - Method in class org.apache.commons.vfs2.FileSystemOptions
 
hashCode() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 
hashCode() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
hashCode() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
hashCode() - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
 
hasObject(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Checks the named setting specified.
hasOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.DefaultFileOperations
 
hasOperation(Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperations
 
hasOption(Class<? extends FileSystem>, String) - Method in class org.apache.commons.vfs2.FileSystemOptions
 
hasParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Checks if option exists.
hasProvider(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Returns true if this manager has a provider for a particular scheme.
hasProvider(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Returns true if this manager has a provider for a particular scheme.
hasStreams() - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
help() - Method in class org.apache.commons.vfs2.example.Shell
Does a 'help' command.
hex - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for hex.
HEX_BASE - Static variable in class org.apache.commons.vfs2.provider.UriParser
 
HEX_CHARS - Static variable in class org.apache.commons.vfs2.util.DefaultCryptor
 
hexDigit(int) - Static method in class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
 
HIDDEN - Static variable in class org.apache.commons.vfs2.filter.HiddenFileFilter
Singleton instance of hidden filter.
HiddenFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that are hidden.
HiddenFileFilter() - Constructor for class org.apache.commons.vfs2.filter.HiddenFileFilter
Restrictive constructor.
HiddenFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using HiddenFileFilter.
HiddenFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.HiddenFileFilterExample
 
hier_part - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for hier_part.
holdObject(Object) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
This method is meant to add an object where this object holds a strong reference then.
host - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for host.
HOST_KEY_CHECK_ASK - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
HOST_KEY_CHECK_NO - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
HOST_KEY_CHECK_YES - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
HostFileNameParser - Class in org.apache.commons.vfs2.provider
Implementation for any url based file system.
HostFileNameParser(int) - Constructor for class org.apache.commons.vfs2.provider.HostFileNameParser
 
HostFileNameParser.Authority - Class in org.apache.commons.vfs2.provider
Parsed authority info (scheme, hostname, username/password, port).
hostName - Variable in class org.apache.commons.vfs2.provider.GenericFileName
 
hostName - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
hostname - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for hostname.
HOSTNAME_VERIFICATION_ENABLED - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines whether the host name should be verified or not in SSL connections.
hostport - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for hostport.
Http4FileContentInfoFactory - Class in org.apache.commons.vfs2.provider.http4
Creates FileContentInfoFactory instances for http4 provider.
Http4FileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileContentInfoFactory
 
Http4FileNameParser - Class in org.apache.commons.vfs2.provider.http4
FileNameParser implementation for http4 provider, setting default port to 80.
Http4FileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
 
Http4FileObject<FS extends Http4FileSystem> - Class in org.apache.commons.vfs2.provider.http4
A file object backed by Apache HttpComponents HttpClient.
Http4FileObject(AbstractFileName, FS) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileObject
Construct Http4FileObject.
Http4FileObject(AbstractFileName, FS, Http4FileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileObject
Construct Http4FileObject.
Http4FileProvider - Class in org.apache.commons.vfs2.provider.http4
FileProvider implementation using HttpComponents HttpClient library.
Http4FileProvider() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileProvider
Constructs a new provider.
Http4FileSystem - Class in org.apache.commons.vfs2.provider.http4
http4 file system.
Http4FileSystem(FileName, FileSystemOptions, HttpClient, HttpClientContext) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Construct Http4FileSystem.
Http4FileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.http4
Configuration options builder utility for http4 provider.
Http4FileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Construct an Http4FileSystemConfigBuilder.
Http4FileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
 
Http4RandomAccessContent<FS extends Http4FileSystem> - Class in org.apache.commons.vfs2.provider.http4
RandomAccess content using Http4FileObject.
Http4RandomAccessContent(Http4FileObject<FS>, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
Http4sFileNameParser - Class in org.apache.commons.vfs2.provider.http4s
FileNameParser implementation for http4s provider, setting default port to 443.
Http4sFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
 
Http4sFileProvider - Class in org.apache.commons.vfs2.provider.http4s
http4s provider that uses HttpComponents HttpClient.
Http4sFileProvider() - Constructor for class org.apache.commons.vfs2.provider.http4s.Http4sFileProvider
Construct a Http4sFileProvider.
httpClient - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Internal HttpClient instance of this file system.
httpClientContext - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Internal HttpClientContext instance of this file system.
HttpClientFactory - Class in org.apache.commons.vfs2.provider.http
Create a HttpClient instance.
HttpClientFactory() - Constructor for class org.apache.commons.vfs2.provider.http.HttpClientFactory
 
HttpFileContentInfoFactory - Class in org.apache.commons.vfs2.provider.http
Creates FileContentInfo instances for HTTP.
HttpFileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
 
HttpFileNameParser - Class in org.apache.commons.vfs2.provider.http
Implementation for http.
HttpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileNameParser
 
HttpFileObject<FS extends HttpFileSystem> - Class in org.apache.commons.vfs2.provider.http
A file object backed by Apache Commons HttpClient.
HttpFileObject(AbstractFileName, FS) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileObject
 
HttpFileObject(AbstractFileName, FS, HttpFileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileObject
 
HttpFileObject.HttpInputStream - Class in org.apache.commons.vfs2.provider.http
An InputStream that cleans up the HTTP connection on close.
HttpFileProvider - Class in org.apache.commons.vfs2.provider.http
An HTTP provider that uses commons-httpclient.
HttpFileProvider() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileProvider
Constructs a new provider.
HttpFileSystem - Class in org.apache.commons.vfs2.provider.http
An HTTP file system.
HttpFileSystem(GenericFileName, HttpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileSystem
 
HttpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.http
Configuration options for HTTP.
HttpFileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Creates new config builder.
HttpFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
HttpInputStream(GetMethod) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileObject.HttpInputStream
 
HttpRandomAccessContent<FS extends HttpFileSystem> - Class in org.apache.commons.vfs2.provider.http
RandomAccess content using HTTP.
HttpRandomAccessContent(HttpFileObject<FS>, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
httpResponse - Variable in class org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream
 
HttpsFileNameParser - Class in org.apache.commons.vfs2.provider.https
Implementation for https.
HttpsFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
 
HttpsFileProvider - Class in org.apache.commons.vfs2.provider.https
An HTTPS provider that uses commons-httpclient.
HttpsFileProvider() - Constructor for class org.apache.commons.vfs2.provider.https.HttpsFileProvider
 

I

IDENTITIES - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
IDENTITY_REPOSITORY_FACTORY - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
IdentityInfo - Class in org.apache.commons.vfs2.provider.sftp
Structure for an identity based on Files.
IdentityInfo(File) - Constructor for class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Constructs an identity info with private key.
IdentityInfo(File, byte[]) - Constructor for class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Constructs an identity info with private key and its passphrase.
IdentityInfo(File, File, byte[]) - Constructor for class org.apache.commons.vfs2.provider.sftp.IdentityInfo
Constructs an identity info with private and public key and passphrase for the private key.
IdentityProvider - Interface in org.apache.commons.vfs2.provider.sftp
Provides identity to a JSch.
IdentityRepositoryFactory - Interface in org.apache.commons.vfs2.provider.sftp
Creates instances of JSch IdentityRepository.
idleChannel - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
idleClient - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
 
ignoreEvent - Variable in class org.apache.commons.vfs2.provider.DelegateFileObject
 
importTree(File) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Import a Tree.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.AllFileSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileDepthSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileExtensionSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileFilterSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileTypeSelector
Determines if a file or folder should be selected.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.InvertIncludeFileSelector
Inverts the result of calling InvertIncludeFileSelector.includeFile(FileSelectInfo) on the delegate.
includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.PatternFileSelector
Determines if a file or folder should be selected.
INDENT - Static variable in class org.apache.commons.vfs2.tasks.ShowFileTask
 
INDEX_NOT_FOUND - Static variable in class org.apache.commons.vfs2.util.DefaultCryptor
 
indexOf(char[], char) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
 
info(String[]) - Method in class org.apache.commons.vfs2.example.Shell
 
info(String) - Method in class org.apache.commons.vfs2.example.Shell
 
info - Variable in exception org.apache.commons.vfs2.FileSystemException
Array of complementary info (context).
info(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
info(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
info(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
info.
info(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
info.
init() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Initializes this component.
init - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Flag, if manager is initialized (after init() and before close()).
init() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Initializes this manager.
init() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
Initializes the component.
init() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Initializes this manager.
init() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Initializes this component.
init() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Initializes the component.
init() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
init() - Method in interface org.apache.commons.vfs2.provider.VfsComponent
Initializes the component.
init() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
init() - Method in class org.apache.commons.vfs2.util.CombinedResources
 
InitAction() - Constructor for class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.InitAction
 
inited - Variable in class org.apache.commons.vfs2.util.CombinedResources
 
INITIAL_BUFSZ - Static variable in class org.apache.commons.vfs2.provider.CompositeFileProvider
 
INITIAL_LIST_SIZE - Static variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
injectType(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
injectType(FileType) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
inputStreamList - Variable in class org.apache.commons.vfs2.provider.FileContentThreadData
 
inRefresh - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
inRefresh - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
installListener(FileObject, FileListener) - Static method in class org.apache.commons.vfs2.util.WeakRefFileListener
This will install the listener at the given file.
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.LayeredFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
 
INSTANCE - Static variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
instance - Static variable in class org.apache.commons.vfs2.util.CryptorFactory
 
instance - Static variable in class org.apache.commons.vfs2.VFS
The FileSystemManager
instantiateOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Get operation instance for specified FileOperation subclass.
internalBaseURI - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
Internal base URI of this file system.
internalURI - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileObject
Internal URI mapped to this FileObject.
InvertIncludeFileSelector - Class in org.apache.commons.vfs2
Inverts file inclusion of a delegate FileSelector, folder traversal is delegated.
InvertIncludeFileSelector(FileSelector) - Constructor for class org.apache.commons.vfs2.InvertIncludeFileSelector
 
invokeSetter(Class<?>, DelegatingFileSystemOptionsBuilder.Context, Method, Object) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Invokes the method with the converted values
IOCase - Enum in org.apache.commons.vfs2.filter
Enumeration of IO case sensitivity.
IOCase(String, boolean) - Constructor for enum org.apache.commons.vfs2.filter.IOCase
Constructs a new instance.
IPv4address - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Bitset that combines digit and dot fo IPv$address.
IPv6address - Static variable in class org.apache.commons.vfs2.util.URIBitSets
RFC 2373.
IPv6reference - Static variable in class org.apache.commons.vfs2.util.URIBitSets
RFC 2732, 2373.
isAbsoluteLocalName(String) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
Determines if a name is an absolute file name.
isAbsoluteLocalName(String) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
Determines if a name is an absolute file name.
isAbsoluteName(String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
Determines if a name is an absolute file name.
isAncestor(FileName) - Method in interface org.apache.commons.vfs2.FileName
Determines if another file name is an ancestor of this file name.
isAncestor(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is an ancestor of this file name.
isArch(String) - Static method in class org.apache.commons.vfs2.util.Os
Determines if the OS on which Ant is executing matches the given OS architecture.
isAttached() - Method in interface org.apache.commons.vfs2.FileObject
Checks if the fileObject is attached.
isAttached() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isAttached() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Check if the internal state is "attached".
isCaseSensitive() - Method in enum org.apache.commons.vfs2.filter.IOCase
Does the object represent case sensitive comparison.
isCircular(FileObject) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
This is an over simplistic implementation for VFS-437.
isConnected() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
isConnected() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
isContentOpen() - Method in interface org.apache.commons.vfs2.FileObject
Checks if someone reads/write to this file.
isContentOpen() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isContentOpen() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Check if the content stream is open.
isDebugEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isDefault() - Method in class org.apache.commons.vfs2.impl.DefaultProviderConfiguration
 
isDefault() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
isDescendent(FileName) - Method in interface org.apache.commons.vfs2.FileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName, NameScope) - Method in interface org.apache.commons.vfs2.FileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName, NameScope) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isEnabled(int) - Method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory.JSchLogger
 
isErrorEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isExecutable() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
isExecutable() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file is executable.
isExecutable() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isExecutable() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
isExecutable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file is executable.
isExecutable() - Method in class org.apache.commons.vfs2.util.PosixPermissions
Gets whether the permissions are executable.
isFailonerror() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not.
isFamily(String) - Static method in class org.apache.commons.vfs2.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.vfs2.util.Os
Determines if the OS on which Ant is executing matches the given OS family.
isFatalEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isFile() - Method in interface org.apache.commons.vfs2.FileName
Checks if this file name is a name for a regular file.
isFile() - Method in interface org.apache.commons.vfs2.FileObject
Checks if this file is a regular file.
isFile() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Checks if this file name is a name for a regular file by using its type.
isFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Checks if this file is a regular file by using its file type.
isFileNewer(FileObject, long) - Static method in class org.apache.commons.vfs2.filter.AgeFileFilter
Tests if the specified File is newer than the specified time reference.
isFolder() - Method in interface org.apache.commons.vfs2.FileObject
Checks if this file is a folder.
isFolder() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isFolder() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Checks if this file is a folder by using its file type.
isHidden() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
isHidden() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file is hidden.
isHidden() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isHidden() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
isHidden() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be read.
isHostnameVerificationEnabled(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Determines if the hostname should be verified in SSL context.
isInfoEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isInGroup - Variable in class org.apache.commons.vfs2.util.PosixPermissions
If one user group is the group of the file.
isInstanceOf(FileObject, Class<?>) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Checks if the given FileObject is instance of given class argument.
isKeepAlive(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Determines if the FileSystemOptions indicate that HTTP Keep-Alive is respected.
isLoadOpenSSHConfig(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Returns Boolean.TRUE if VFS should load the OpenSSH config.
isName(String) - Static method in class org.apache.commons.vfs2.util.Os
Determines if the OS on which Ant is executing matches the given OS name.
isOpen() - Method in interface org.apache.commons.vfs2.FileContent
check if this file has open streams.
isOpen() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Checks if this file system has open streams.
isOpen() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Checks if a input and/or output stream is open.
isOpenGlobal() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Checks if an input or output stream is open.
isOs(String, String, String, String) - Static method in class org.apache.commons.vfs2.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.vfs2.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.vfs2.tasks.CopyTask
 
isOwner - Variable in class org.apache.commons.vfs2.util.PosixPermissions
If the user is the owner of the file.
isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Determines if the FileSystemOptions indicate that preemptive authentication is requested.
isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Determines if the FileSystemOptions indicate that preemptive authentication is requested.
isPreserveLastModified() - Method in class org.apache.commons.vfs2.tasks.CopyTask
 
isReadable() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
isReadable() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file can be read.
isReadable() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isReadable() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
isReadable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be read.
isReadable() - Method in class org.apache.commons.vfs2.util.PosixPermissions
Gets whether the permissions are readable.
isRecursive() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Access method to get the recursive setting when adding files for monitoring.
isReleaseable() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Returns true if no file is using this FileSystem.
isSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Checks if this fileObject is the same file as destFile just with a different name.
isSealed(Resource) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Returns true if the we should seal the package where res resides.
isSymbolicLink() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file is a symbolic link.
isSymbolicLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be read.
isTraceEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isTransferAbortedOkReplyCode() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpInputStream
 
isUriStyle() - Static method in class org.apache.commons.vfs2.VFS
 
isUrlBased(FileName, String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
Guess if the given file name is an URL with host or not.
isVersion(String) - Static method in class org.apache.commons.vfs2.util.Os
Determines if the OS on which Ant is executing matches the given OS version.
isWarnEnabled() - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
isWritable() - Method in class org.apache.commons.vfs2.util.PosixPermissions
Gets whether the permissions are writable.
isWriteable() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
isWriteable() - Method in interface org.apache.commons.vfs2.FileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
isWriteable() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
isWriteable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Determines if this file can be written to.
isWriteable() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Determines if this file can be written to.
iterator() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
iterator() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns an iterator over a set of all FileObject in this file object.

J

JarFileObject - Class in org.apache.commons.vfs2.provider.jar
A file in a Jar file system.
JarFileObject(AbstractFileName, ZipEntry, JarFileSystem, boolean) - Constructor for class org.apache.commons.vfs2.provider.jar.JarFileObject
 
JarFileProvider - Class in org.apache.commons.vfs2.provider.jar
A file system provider for Jar files.
JarFileProvider() - Constructor for class org.apache.commons.vfs2.provider.jar.JarFileProvider
 
JarFileSystem - Class in org.apache.commons.vfs2.provider.jar
A read-only file system for Jar files.
JarFileSystem(AbstractFileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
JarURLConnectionImpl - Class in org.apache.commons.vfs2.provider.jar
A default URL connection that will work for most file systems.
JarURLConnectionImpl(JarFileObject, FileContent) - Constructor for class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
JSchLogger() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpClientFactory.JSchLogger
 
junctions - Variable in class org.apache.commons.vfs2.impl.VirtualFileSystem
 

K

KEEP_ALIVE - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines whether Keep-Alive option is used or not.
key - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
key - Variable in class org.apache.commons.vfs2.provider.FileSystemKey
 
KEY_BYTES - Static variable in class org.apache.commons.vfs2.util.DefaultCryptor
 
KEY_CHARSET - Static variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
KEY_EXCHANGE_ALGORITHM - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
KEY_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
KEY_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines whether the HttpClient should follow redirections from the responses.
KEY_PREEMPTIVE_AUTHENTICATION - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
KEY_PREEMPTIVE_AUTHENTICATION - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines whether the preemptive authentication should be enabled or not.
KEY_USER_AGENT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
 
KEY_USER_AGENT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the User-Agent request header string of the underlying HttpClient.
KEYSTORE_FILE - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the keystore file path for SSL connections.
KEYSTORE_PASS - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the keystore pass phrase for SSL connections.
KNOWN_HOSTS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 

L

LAST_MOD_TIME_ACCURACY - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
lastHeadResponse - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileObject
The last executed HEAD HttpResponse object.
lastModified - Variable in class org.apache.commons.vfs2.provider.ram.RamFileData
Last modified time
LayeredFileName - Class in org.apache.commons.vfs2.provider
A file name for layered files.
LayeredFileName(String, FileName, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.LayeredFileName
 
LayeredFileNameParser - Class in org.apache.commons.vfs2.provider
Implementation for layered file systems.
LayeredFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.LayeredFileNameParser
 
length() - Method in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
length() - Method in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
length() - Method in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
length() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
length() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
length() - Method in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
length() - Method in interface org.apache.commons.vfs2.RandomAccessContent
Returns the length of this file.
length() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
linkDestination - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
listChildren(FileObject, boolean, String) - Method in class org.apache.commons.vfs2.example.Shell
Lists the children of a folder.
listChildren(FileName) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
listener - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
A listener object that if set, is notified on file creation and deletion.
listener - Variable in class org.apache.commons.vfs2.util.WeakRefFileListener
 
listenerMap - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
Map from FileName to an ArrayList of listeners for that file.
listFiles(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Lists the set of matching descendants of this file, in depthwise order.
listFiles(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
listFiles(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
listFilesInDirectory(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
LOAD_OPENSSH_CONFIG - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
loadClass(String) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Load a class from different class loaders.
loadResource(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Searches through the search path of for the first class or resource with specified name.
loadResources(String) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Resolve resources from different class loaders.
loadResources(Locale) - Method in class org.apache.commons.vfs2.util.CombinedResources
 
loadResources(String) - Method in class org.apache.commons.vfs2.util.CombinedResources
 
LocalFile - Class in org.apache.commons.vfs2.provider.local
A file object implementation which uses direct file access.
LocalFile(LocalFileSystem, String, AbstractFileName) - Constructor for class org.apache.commons.vfs2.provider.local.LocalFile
Creates a non-root file.
LocalFileName - Class in org.apache.commons.vfs2.provider.local
A local file URI.
LocalFileName(String, String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileName
 
LocalFileNameParser - Class in org.apache.commons.vfs2.provider.local
A name parser.
LocalFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileNameParser
 
localFileProvider - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The provider for local files.
LocalFileProvider - Interface in org.apache.commons.vfs2.provider
A file provider which handles local files.
LocalFileRandomAccessContent - Class in org.apache.commons.vfs2.provider.local
Implements RandomAccessContent for local files.
LocalFileRandomAccessContent(File, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
LocalFileSystem - Class in org.apache.commons.vfs2.provider.local
A local file system.
LocalFileSystem(FileName, String, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileSystem
 
lock - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
LOG - Static variable in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
 
log - Static variable in class org.apache.commons.vfs2.cache.LRUFilesCache
The logger to use.
log - Static variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
LOG - Static variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
 
log - Static variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
log - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The logger to use.
LOG - Static variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
log - Variable in class org.apache.commons.vfs2.provider.AbstractVfsComponent
 
log - Variable in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
LOG - Static variable in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
log - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
LOG - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
 
log(int, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory.JSchLogger
 
LOG - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
log - Static variable in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
LOG - Static variable in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
LOG - Static variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
log - Static variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
LOG - Static variable in class org.apache.commons.vfs2.util.URIUtils
 
logContent(FileObject, String) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Writes the content of the file to Ant log.
logOrDie(String, int) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
lookupFileObject(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
Does a reverse lookup to find the FileObject when we only have the URL.
lookupName(String) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
 
lookupOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Find class implementing a specific operation interface.
LOW_MASK - Static variable in class org.apache.commons.vfs2.provider.UriParser
 
LRUFilesCache - Class in org.apache.commons.vfs2.cache
This implementation caches every file using LRUMap.
LRUFilesCache() - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCache
Default constructor.
LRUFilesCache(int) - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCache
Set the desired LRU size.
LRUFilesCache.MyLRUMap - Class in org.apache.commons.vfs2.cache
The file cache
lruSize - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache
The size of the cache
ls(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does an 'ls' command.

M

main(String[]) - Static method in class org.apache.commons.vfs2.example.ChangeLastModificationTime
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.AgeFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.CanReadFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.CanWriteFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.DirectoryFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.EmptyFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.FileFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.HiddenFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.NameFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.PrefixFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.RegexFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.SizeFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.SuffixFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.filter.WildcardFileFilterExample
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.Shell
 
main(String[]) - Static method in class org.apache.commons.vfs2.example.ShowProperties
 
main(String[]) - Static method in class org.apache.commons.vfs2.libcheck.FtpCheck
 
main(String[]) - Static method in class org.apache.commons.vfs2.libcheck.SftpCheck
 
main(String[]) - Static method in class org.apache.commons.vfs2.util.EncryptUtil
This class can be called with "encrypt" password as the arguments where encrypt is a literal and password is replaced with the clear text password to be encrypted.
makeDirectory(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
makeDirectory(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
makeExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.util.PosixPermissions
Creates new permissions based on these permissions.
makeReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.util.PosixPermissions
Creates new permissions based on these permissions.
makeWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.util.PosixPermissions
Creates new permissions based on these permissions.
manager - Variable in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
 
manager - Static variable in class org.apache.commons.vfs2.tasks.VfsTask
 
manager - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
mark - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for mark.
MASK - Static variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
MASK - Static variable in class org.apache.commons.vfs2.util.DefaultCryptor
 
mask - Variable in enum org.apache.commons.vfs2.util.PosixPermissions.Type
 
MAX_HOST_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the maximum number of connections allowed per host configuration.
MAX_SIZE_KEY - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
max size key.
MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the maximum number of connections allowed overall.
maxDepth - Variable in class org.apache.commons.vfs2.FileDepthSelector
The maximum depth
maybeTypeChanged(FileType) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Checks whether the file's type has changed, and fires the appropriate events.
message - Variable in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
Message.
messageLogged(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
messageMap - Static variable in class org.apache.commons.vfs2.util.Messages
Map from message code to MessageFormat object for the message.
Messages - Class in org.apache.commons.vfs2.util
Formats messages.
Messages() - Constructor for class org.apache.commons.vfs2.util.Messages
 
method - Variable in class org.apache.commons.vfs2.provider.http.HttpFileObject.HttpInputStream
 
method - Variable in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
mgr - Variable in class org.apache.commons.vfs2.example.Shell
 
mimeTypeMap - Variable in class org.apache.commons.vfs2.impl.FileTypeMap
 
minDepth - Variable in class org.apache.commons.vfs2.FileDepthSelector
The minimum depth
mis - Variable in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
mis - Variable in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
mis - Variable in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
mis - Variable in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
MkdirTask - Class in org.apache.commons.vfs2.tasks
An Ant task that creates a directory.
MkdirTask() - Constructor for class org.apache.commons.vfs2.tasks.MkdirTask
 
MOD_TIME_FACTOR - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
modified(String, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsModifyListener
 
MonitoredHttpResponseContentInputStream - Class in org.apache.commons.vfs2.provider.http4
An InputStream that cleans up the org.apache.http.client.methods.CloseableHttpResponse on close.
MonitoredHttpResponseContentInputStream(HttpResponse) - Constructor for class org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream
 
MonitorInputStream - Class in org.apache.commons.vfs2.util
An InputStream that provides buffering and end-of-stream monitoring.
MonitorInputStream(InputStream) - Constructor for class org.apache.commons.vfs2.util.MonitorInputStream
Constructs a MonitorInputStream from the passed InputStream
MonitorInputStream(InputStream, int) - Constructor for class org.apache.commons.vfs2.util.MonitorInputStream
Constructs a MonitorInputStream from the passed InputStream and with the specified buffer size
monitorMap - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Map from FileName to FileObject being monitored.
MonitorOutputStream - Class in org.apache.commons.vfs2.util
An OutputStream that provides buffering and end-of-stream monitoring.
MonitorOutputStream(OutputStream) - Constructor for class org.apache.commons.vfs2.util.MonitorOutputStream
Constructs a MonitorOutputStream from the passed OutputStream
MonitorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.vfs2.util.MonitorOutputStream
Constructs a MonitorOutputStream from the passed OutputStream and with the specified buffer size
MonitorRandomAccessContent - Class in org.apache.commons.vfs2.util
A RandomAccessContent that provides end-of-stream monitoring.
MonitorRandomAccessContent(RandomAccessContent) - Constructor for class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
monitorThread - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
The low priority thread used for checking the files being monitored.
MoveTask - Class in org.apache.commons.vfs2.tasks
An Ant task that moves matching files.
MoveTask() - Constructor for class org.apache.commons.vfs2.tasks.MoveTask
 
moveTo(FileObject) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
moveTo(FileObject) - Method in interface org.apache.commons.vfs2.FileObject
Move this file.
moveTo(FileObject) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
moveTo(FileObject) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
moveTo(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Moves (rename) the file to another one.
MyLRUMap(FileSystem, int) - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCache.MyLRUMap
 

N

name - Variable in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
The option name
name - Variable in enum org.apache.commons.vfs2.FileType
The name of the FileType
name - Variable in enum org.apache.commons.vfs2.filter.IOCase
The enumeration name.
name - Variable in class org.apache.commons.vfs2.provider.ram.RamFileData
File Name.
name - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
name - Variable in class org.apache.commons.vfs2.util.OsFamily
 
name - Variable in class org.apache.commons.vfs2.util.WeakRefFileListener
 
NameFileFilter - Class in org.apache.commons.vfs2.filter
Filters file names for a certain name.
NameFileFilter(List<String>) - Constructor for class org.apache.commons.vfs2.filter.NameFileFilter
Constructs a new case-sensitive name file filter for a list of names.
NameFileFilter(IOCase, List<String>) - Constructor for class org.apache.commons.vfs2.filter.NameFileFilter
Constructs a new name file filter for a list of names specifying case-sensitivity.
NameFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.NameFileFilter
Constructs a new case-sensitive name file filter for an array of names.
NameFileFilter(IOCase, String...) - Constructor for class org.apache.commons.vfs2.filter.NameFileFilter
Constructs a new name file filter for an array of names specifying case-sensitivity.
NameFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using NameFileFilter.
NameFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.NameFileFilterExample
 
nameMatches(String) - Static method in class org.apache.commons.vfs2.util.Os
 
names - Variable in class org.apache.commons.vfs2.filter.NameFileFilter
The file names to search for.
NameScope - Enum in org.apache.commons.vfs2
An enumerated type for file name scope, used when resolving a name relative to a file.
NameScope(String) - Constructor for enum org.apache.commons.vfs2.NameScope
 
net_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for net_path.
NETCAT_COMMAND - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Command format using netcat command.
nextCommand() - Method in class org.apache.commons.vfs2.example.Shell
Returns the next command, split into tokens.
normalisePath(StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
Normalises a path.
NOT_EMPTY - Static variable in class org.apache.commons.vfs2.filter.EmptyFileFilter
Singleton instance of not-empty filter.
NotFileFilter - Class in org.apache.commons.vfs2.filter
This filter produces a logical NOT of the filters specified.
NotFileFilter(FileFilter) - Constructor for class org.apache.commons.vfs2.filter.NotFileFilter
Constructs a new file filter that NOTs the result of another filter.
notify(FileListener) - Method in class org.apache.commons.vfs2.events.AbstractFileChangeEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs2.events.ChangedEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs2.events.CreateEvent
 
notify(FileListener) - Method in class org.apache.commons.vfs2.events.DeleteEvent
 
notifyAllStreamsClosed() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Clled after this file-object closed all its streams.
notifyAllStreamsClosed() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Called after all file-objects closed their streams.
notifyParent(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Notify the parent of a change to its children, when a child is created or deleted.
NullFilesCache - Class in org.apache.commons.vfs2.cache
A FilesCache implementation.
NullFilesCache() - Constructor for class org.apache.commons.vfs2.cache.NullFilesCache
 

O

objects - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
OnCallRefreshFileObject - Class in org.apache.commons.vfs2.cache
This decorator refreshes the fileObject data on every call.
OnCallRefreshFileObject(FileObject) - Constructor for class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
onChange() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when the type or content of this file changes.
onChange() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Called when the type or content of this file changes.
onChange() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Called when the type or content of this file changes.
onChildrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Called when the children of this file change.
onChildrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
Called when the children of this file change.
onClose() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileContentOutputStream
Called after this stream is closed.
onClose() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent.FileRandomAccessContent
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject.FtpOutputStream
Called after this stream is closed.
onClose() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject.HttpInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream
 
onClose() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpOutputStream
Called after this stream is closed.
onClose() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Called after the stream has been closed.
onClose() - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
Called after this stream is closed.
onClose() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
Called after this stream is closed.
opaque_part - Static variable in class org.apache.commons.vfs2.util.URIBitSets
URI bitset that combines uric_no_slash and uric.
openConnection(URL) - Method in class org.apache.commons.vfs2.impl.URLStreamHandlerProxy
 
openConnection(URL) - Method in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
OPENSSH_CONFIG_NAME - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
openStreams - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
open streams counter for this file system
openStreams - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
Counts open streams for this file.
operationProviders - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Operations providers added to this manager.
operations - Variable in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
Available operations.
operations - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
FileServices instance.
options - Variable in class org.apache.commons.vfs2.FileSystemOptions
The options
OrFileFilter - Class in org.apache.commons.vfs2.filter
A FileFilter providing conditional OR logic across a list of file filters.
OrFileFilter() - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
Default constructor.
OrFileFilter(FileFilter...) - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
Constructs a new file filter that ORs the result of other filters.
OrFileFilter(List<FileFilter>) - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
Constructs a new instance of OrFileFilter with the specified filters.
org.apache.commons.vfs2 - package org.apache.commons.vfs2
The public VFS API.
org.apache.commons.vfs2.auth - package org.apache.commons.vfs2.auth
VFS Authentication implementation
org.apache.commons.vfs2.cache - package org.apache.commons.vfs2.cache
VFS File caching
org.apache.commons.vfs2.events - package org.apache.commons.vfs2.events
VFS Events
org.apache.commons.vfs2.example - package org.apache.commons.vfs2.example
Apache Commons VFS Examples classes.
org.apache.commons.vfs2.example.filter - package org.apache.commons.vfs2.example.filter
 
org.apache.commons.vfs2.filter - package org.apache.commons.vfs2.filter
 
org.apache.commons.vfs2.impl - package org.apache.commons.vfs2.impl
The standard VFS implementation.
org.apache.commons.vfs2.libcheck - package org.apache.commons.vfs2.libcheck
Sample clients for commons-net.ftp and JSch libraries.
org.apache.commons.vfs2.operations - package org.apache.commons.vfs2.operations
VFS Operations handling.
org.apache.commons.vfs2.operations.vcs - package org.apache.commons.vfs2.operations.vcs
VFS version control operations.
org.apache.commons.vfs2.provider - package org.apache.commons.vfs2.provider
The File Provider API, and utility classes.
org.apache.commons.vfs2.provider.bzip2 - package org.apache.commons.vfs2.provider.bzip2
The BZIP2 File Provider
org.apache.commons.vfs2.provider.compressed - package org.apache.commons.vfs2.provider.compressed
The compressed file provider
org.apache.commons.vfs2.provider.ftp - package org.apache.commons.vfs2.provider.ftp
The FTP File Provider.
org.apache.commons.vfs2.provider.gzip - package org.apache.commons.vfs2.provider.gzip
The GZIP File Provider
org.apache.commons.vfs2.provider.http - package org.apache.commons.vfs2.provider.http
The HTTP File Provider
org.apache.commons.vfs2.provider.http4 - package org.apache.commons.vfs2.provider.http4
The HTTP4 File Provider
org.apache.commons.vfs2.provider.http4s - package org.apache.commons.vfs2.provider.http4s
The HTTP4S File Provider
org.apache.commons.vfs2.provider.https - package org.apache.commons.vfs2.provider.https
The HTTPS File Provider
org.apache.commons.vfs2.provider.jar - package org.apache.commons.vfs2.provider.jar
The Jar File Provider.
org.apache.commons.vfs2.provider.local - package org.apache.commons.vfs2.provider.local
The Local File Provider.
org.apache.commons.vfs2.provider.ram - package org.apache.commons.vfs2.provider.ram
The RAM File Provider.
org.apache.commons.vfs2.provider.res - package org.apache.commons.vfs2.provider.res
The Resource File Provider
org.apache.commons.vfs2.provider.sftp - package org.apache.commons.vfs2.provider.sftp
The SFTP Provider.
org.apache.commons.vfs2.provider.tar - package org.apache.commons.vfs2.provider.tar
The Tar File Provider.
org.apache.commons.vfs2.provider.temp - package org.apache.commons.vfs2.provider.temp
The Temporary Filespace Provider.
org.apache.commons.vfs2.provider.url - package org.apache.commons.vfs2.provider.url
The Default File Provider, which wraps java.net.URL.
org.apache.commons.vfs2.provider.zip - package org.apache.commons.vfs2.provider.zip
The Zip File Provider.
org.apache.commons.vfs2.tasks - package org.apache.commons.vfs2.tasks
The VFS Ant Tasks.
org.apache.commons.vfs2.util - package org.apache.commons.vfs2.util
Utility classes used by the VFS.
Os - Class in org.apache.commons.vfs2.util
Class to help determining the OS.
Os() - Constructor for class org.apache.commons.vfs2.util.Os
Private constructor to block instantiation.
OS_ALL_FAMILIES - Static variable in class org.apache.commons.vfs2.util.Os
 
OS_ARCH - Static variable in class org.apache.commons.vfs2.util.Os
 
OS_FAMILY - Static variable in class org.apache.commons.vfs2.util.Os
 
OS_FAMILY_DOS - Static variable in class org.apache.commons.vfs2.util.Os
All DOS based OSes.
OS_FAMILY_MAC - Static variable in class org.apache.commons.vfs2.util.Os
All Mac based OSes.
OS_FAMILY_NETWARE - Static variable in class org.apache.commons.vfs2.util.Os
Netware.
OS_FAMILY_OS2 - Static variable in class org.apache.commons.vfs2.util.Os
OS/2.
OS_FAMILY_OSX - Static variable in class org.apache.commons.vfs2.util.Os
OSX.
OS_FAMILY_UNIX - Static variable in class org.apache.commons.vfs2.util.Os
All UNIX based OSes.
OS_FAMILY_WIN9X - Static variable in class org.apache.commons.vfs2.util.Os
All Windows 9x based OSes.
OS_FAMILY_WINDOWS - Static variable in class org.apache.commons.vfs2.util.Os
All Windows based OSes.
OS_FAMILY_WINNT - Static variable in class org.apache.commons.vfs2.util.Os
All Windows NT based OSes.
OS_NAME - Static variable in class org.apache.commons.vfs2.util.Os
 
OS_VERSION - Static variable in class org.apache.commons.vfs2.util.Os
 
OsFamily - Class in org.apache.commons.vfs2.util
An enumerated type, which represents an OS family.
OsFamily(String) - Constructor for class org.apache.commons.vfs2.util.OsFamily
 
OsFamily(String, OsFamily[]) - Constructor for class org.apache.commons.vfs2.util.OsFamily
 
outerUri - Variable in class org.apache.commons.vfs2.provider.LayeredFileName
 
outputStream - Variable in class org.apache.commons.vfs2.provider.FileContentThreadData
 
overwrite - Variable in class org.apache.commons.vfs2.tasks.CopyTask
 

P

packageFolder - Variable in class org.apache.commons.vfs2.impl.Resource
 
packageName - Variable in class org.apache.commons.vfs2.impl.Resource
 
param - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for param (alias for pchar).
parent - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
parentLayer - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
parentURL - Variable in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
 
parser - Variable in class org.apache.commons.vfs2.provider.AbstractFileProvider
 
parseURI(String) - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
 
parseUri(FileName, String) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
Parses an absolute URI.
parseUri(VfsComponentContext, FileName, String) - Method in interface org.apache.commons.vfs2.provider.FileNameParser
Parses a String into a file name.
parseUri(FileName, String) - Method in interface org.apache.commons.vfs2.provider.FileProvider
Parses the URI into a FileName.
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.GenericURLFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
Parses the base and name into a FileName.
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
 
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
Parse a URI.
parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs2.provider.URLFileNameParser
Deprecated.
 
parseURI(String) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Parse a URI into a FileName.
parseURL(URL, String, int, int) - Method in class org.apache.commons.vfs2.impl.URLStreamHandlerProxy
 
parseURL(URL, String, int, int) - Method in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
PASSIVE_MODE - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
passPhrase - Variable in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
passPhrase - Variable in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
 
password - Variable in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
The password
password - Variable in class org.apache.commons.vfs2.provider.GenericFileName
 
password - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
PASSWORD - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
The password.
PASSWORD_PATTERN - Static variable in exception org.apache.commons.vfs2.FileSystemException
Password pattern
PASSWORD_RESERVED - Static variable in class org.apache.commons.vfs2.provider.GenericFileName
 
path - Variable in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
Path.
path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
URI bitset that combines absolute path and opaque part.
path_segments - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for path segments.
PATH_SEP - Static variable in class org.apache.commons.vfs2.util.Os
 
pattern - Variable in class org.apache.commons.vfs2.filter.RegexFileFilter
The regular expression pattern that will be used to match file names.
pattern - Variable in class org.apache.commons.vfs2.PatternFileSelector
The extensions to select.
PATTERN_IS_MISSING - Static variable in class org.apache.commons.vfs2.filter.RegexFileFilter
Exception message when no pattern is given in the constructor.
PatternFileSelector - Class in org.apache.commons.vfs2
A FileSelector that selects based on regular expressions.
PatternFileSelector(Pattern) - Constructor for class org.apache.commons.vfs2.PatternFileSelector
Creates a new selector for the given pattern.
PatternFileSelector(String) - Constructor for class org.apache.commons.vfs2.PatternFileSelector
Creates a new selector for the given pattern.
PatternFileSelector(String, int) - Constructor for class org.apache.commons.vfs2.PatternFileSelector
Creates a new selector for the given Pattern and flags.
pchar - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for pchar.
percent - Static variable in class org.apache.commons.vfs2.util.URIBitSets
The percent "%" character always has the reserved purpose of being the escape indicator, it must be escaped as "%25" in order to be used as data within a URI.
permissions - Variable in class org.apache.commons.vfs2.util.PosixPermissions
Current permissions.
PLUGIN_CONFIG_RESOURCE - Static variable in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
PORT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
 
port - Variable in class org.apache.commons.vfs2.provider.GenericFileName
 
port - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
port - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Port, a logical alias for digit.
PosixPermissions - Class in org.apache.commons.vfs2.util
UNIX permissions.
PosixPermissions(int, boolean, boolean) - Constructor for class org.apache.commons.vfs2.util.PosixPermissions
Creates a new PosixPermissions object.
PosixPermissions.Type - Enum in org.apache.commons.vfs2.util
Permission types.
PREFERRED_AUTHENTICATIONS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PREFIX - Static variable in class org.apache.commons.vfs2.FileSystemConfigBuilder
Default prefix to use when resolving system properties
prefix - Variable in class org.apache.commons.vfs2.FileSystemConfigBuilder
The prefix to use when resolving system properties
prefixes - Variable in class org.apache.commons.vfs2.filter.PrefixFileFilter
The file name prefixes to search for.
PrefixFileFilter - Class in org.apache.commons.vfs2.filter
Filters file names for a certain prefix.
PrefixFileFilter(List<String>) - Constructor for class org.apache.commons.vfs2.filter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes.
PrefixFileFilter(IOCase, List<String>) - Constructor for class org.apache.commons.vfs2.filter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes specifying case-sensitivity.
PrefixFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes.
PrefixFileFilter(IOCase, String...) - Constructor for class org.apache.commons.vfs2.filter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes specifying case-sensitivity.
PrefixFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using PrefixFileFilter.
PrefixFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.PrefixFileFilterExample
 
preserveLastModified - Variable in class org.apache.commons.vfs2.tasks.CopyTask
 
PRIMATIVE_TO_OBJECT - Static variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
privateKey - Variable in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
privateKey - Variable in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
 
PrivilegedFileReplicator - Class in org.apache.commons.vfs2.impl
A file replicator that wraps another file replicator, performing the replication as a privileged action.
PrivilegedFileReplicator(FileReplicator) - Constructor for class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
 
PrivilegedFileReplicator.CloseAction - Class in org.apache.commons.vfs2.impl
An action that closes the wrapped replicator.
PrivilegedFileReplicator.InitAction - Class in org.apache.commons.vfs2.impl
An action that initialises the wrapped replicator.
PrivilegedFileReplicator.ReplicateAction - Class in org.apache.commons.vfs2.impl
An action that replicates a file using the wrapped replicator.
process() - Method in interface org.apache.commons.vfs2.operations.FileOperation
Performs necessary actions that are related to the concrete implementation of a FileOperation.
promptPassphrase(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
promptPassword(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
promptYesNo(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
properties - Variable in class org.apache.commons.vfs2.util.CombinedResources
 
ProviderConfiguration - Class in org.apache.commons.vfs2.impl
This class describes the configuration for a provider.
ProviderConfiguration() - Constructor for class org.apache.commons.vfs2.impl.ProviderConfiguration
 
providers - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Mapping from URI scheme to FileProvider.
PROXY - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
PROXY_COMMAND - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_HOST - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_HTTP - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
HTTP Proxy.
PROXY_OPTIONS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_PASSWORD - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_PORT - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_SOCKS5 - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
SOCKS Proxy.
PROXY_STREAM - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Connects to the SFTP server through a remote host reached by SSH.
PROXY_TYPE - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
PROXY_USER - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
proxyHost - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Hostname used to connect to the proxy host.
proxyOptions - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
The options for connection.
proxyPassword - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
The password to be used for connection.
proxyPort - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Port used to connect to the proxy host.
ProxyType(String) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
proxyType - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
 
proxyUser - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Username used to connect to the proxy host.
publicKey - Variable in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
 
publicKey - Variable in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
 
putChannel(ChannelSftp) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Returns a channel to the pool.
putClient(FtpClient) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
Returns an FTP client after use.
putFile(FileObject) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
 
putFile(FileObject) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
putFile(FileObject) - Method in interface org.apache.commons.vfs2.FilesCache
Adds a FileObject to the cache.
putFileIfAbsent(FileObject) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
putFileIfAbsent(FileObject) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
putFileIfAbsent(FileObject) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
 
putFileIfAbsent(FileObject) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
putFileIfAbsent(FileObject) - Method in interface org.apache.commons.vfs2.FilesCache
Adds a FileObject to the cache if it isn't already present.
putFileToCache(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Adds a file object to the cache.
putFileToCache(FileObject) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
Adds a file object to the cache.
pwd() - Method in class org.apache.commons.vfs2.example.Shell
Does a 'pwd' command.
pwfs() - Method in class org.apache.commons.vfs2.example.Shell
Does a 'pwfs' command.

Q

query - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for query (alias for uric).
queryString - Variable in class org.apache.commons.vfs2.provider.GenericURLFileName
 
queryString - Variable in class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
 
queueAddFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Queues a file for addition to be monitored.
queueRemoveFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Queues a file for removal from being monitored.

R

RADIX - Static variable in class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
Radix used in encoding and decoding.
raf - Variable in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
rafis - Variable in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
rafis - Variable in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
RamFileData - Class in org.apache.commons.vfs2.provider.ram
RAM File Object Data.
RamFileData(FileName) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileData
Constructor.
RamFileObject - Class in org.apache.commons.vfs2.provider.ram
A RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject interface.
RamFileObject(AbstractFileName, RamFileSystem) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileObject
 
RamFileOutputStream - Class in org.apache.commons.vfs2.provider.ram
OutputStream to a RamFile.
RamFileOutputStream(RamFileObject) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
RamFileProvider - Class in org.apache.commons.vfs2.provider.ram
RAM File Provider.
RamFileProvider() - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileProvider
Constructs a new provider.
RamFileRandomAccessContent - Class in org.apache.commons.vfs2.provider.ram
RAM File Random Access Content.
RamFileRandomAccessContent(RamFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
RamFileSystem - Class in org.apache.commons.vfs2.provider.ram
A RAM File System.
RamFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
RamFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ram
Config Builder for the RAM file system.
RamFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Constructor
random - Static variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
RandomAccessContent - Interface in org.apache.commons.vfs2
Provides random access over content.
randomAccessContentList - Variable in class org.apache.commons.vfs2.provider.FileContentThreadData
 
RandomAccessMode - Enum in org.apache.commons.vfs2.util
An enumerated type representing the modes of a random access content.
RandomAccessMode(boolean, boolean) - Constructor for enum org.apache.commons.vfs2.util.RandomAccessMode
 
read() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Reads a character.
read(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorInputStream
Reads bytes from this input stream.
read - Variable in enum org.apache.commons.vfs2.util.RandomAccessMode
 
READ_ONLY - Static variable in class org.apache.commons.vfs2.filter.CanReadFileFilter
Singleton instance of read-only filter.
readBoolean() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readBoolean() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readBoolean() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readBoolean() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readByte() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readByte() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readByte() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readByte() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readChar() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readChar() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readChar() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readChar() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readDouble() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readDouble() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readDouble() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readDouble() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
reader - Variable in class org.apache.commons.vfs2.example.Shell
 
readFloat() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readFloat() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readFloat() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readFloat() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readFully(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readInt() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readInt() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readInt() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readInt() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readLine() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
Deprecated.
see DataInputStream.readLine() This method will be removed when it is removed from the DataInput interface this class implements (which will probably never happen).
readLine() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readLine() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readLock - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache
 
readLong() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readLong() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readLong() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readLong() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readProperties(FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Reads the given file into a new Properties.
readProperties(FileObject, Properties) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
Reads the given file into a new given Properties.
readResolve() - Method in enum org.apache.commons.vfs2.filter.IOCase
Replaces the enumeration from the stream with a real one.
readShort() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readShort() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readShort() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readShort() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readUnsignedByte() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
readUTF() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
readUTF() - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
readUTF() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
readUTF() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
realName - Variable in enum org.apache.commons.vfs2.CacheStrategy
Cache strategy name
realName - Variable in enum org.apache.commons.vfs2.NameScope
The name
RECENT_DATE_FORMAT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
recreateTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
recursive - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
A flag used to determine if adding files to be monitored should be recursive.
recursive - Variable in class org.apache.commons.vfs2.tasks.ShowFileTask
 
refQueue - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
refresh() - Method in interface org.apache.commons.vfs2.FileObject
This will prepare the fileObject to get resynchronized with the underlying file system if required.
refresh() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
refresh() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
Clear the cache and re-request the file object
refresh() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
This will prepare the fileObject to get resynchronized with the underlying file system if required.
refresh() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Refresh file information.
refresh() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
refReverseMap - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
reg_name - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for reg_name.
RegexFileFilter - Class in org.apache.commons.vfs2.filter
Filters files using supplied regular expression(s).
RegexFileFilter(Pattern) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
Construct a new regular expression filter for a compiled regular expression.
RegexFileFilter(String) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
Construct a new regular expression filter.
RegexFileFilter(String, int) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
Construct a new regular expression filter with the specified flags.
RegexFileFilter(String, IOCase) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
Construct a new regular expression filter with the specified flags case sensitivity.
RegexFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using RegexFileFilter.
RegexFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.RegexFileFilterExample
 
rel_path - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for rel_path.
rel_segment - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for rel_segment.
relativeURI - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for relativeURI.
relPath - Variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
relPath - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
REMOTE_VERIFICATION - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
removeAttribute(String) - Method in interface org.apache.commons.vfs2.FileContent
Removes the value of an attribute of the file's content.
removeAttribute(String) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Removes an attribute.
removeChild(RamFileData) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
Remove a child.
removeChildrenCache() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
removeCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
 
removeComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
Removes a sub-component from this component.
removeDirectory(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
removeDirectory(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
 
removeFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
removeFile(FileSystemAndNameKey) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
removeFile(FileObject) - Method in interface org.apache.commons.vfs2.FileMonitor
Removes a file from being monitored.
removeFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
Removes a file from cache.
removeFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Removes a file from being monitored.
removeFile() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Removes a file from the copies list.
removeFile(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Removes a instance from the list of copies.
removeFileFilter(FileFilter) - Method in class org.apache.commons.vfs2.filter.AndFileFilter
 
removeFileFilter(FileFilter) - Method in interface org.apache.commons.vfs2.filter.ConditionalFileFilter
Removes the specified file filter.
removeFileFilter(FileFilter) - Method in class org.apache.commons.vfs2.filter.OrFileFilter
 
removeFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Removes a cached file.
removeFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
remove a cached file.
removeInstr(int) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
removeInstr(InputStream) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
removeJunction(String) - Method in interface org.apache.commons.vfs2.FileSystem
Removes a junction from this file system.
removeJunction(String) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
Removes a junction from this file system.
removeJunction(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Removes a junction from this file system.
removeListener(FileObject, FileListener) - Method in interface org.apache.commons.vfs2.FileSystem
Removes a listener from a file in this file system.
removeListener(FileObject, FileListener) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Removes a listener from a file in this file system.
removeLRU(AbstractLinkedMap.LinkEntry<FileName, FileObject>) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache.MyLRUMap
 
removeModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
 
removeRastr(int) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
removeRastr(RandomAccessContent) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
removeUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
 
rename(String, String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
rename(String, String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
rename(RamFileObject, RamFileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
ReplicateAction(FileObject, FileSelector) - Constructor for class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.ReplicateAction
 
replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.FileSystem
Creates a temporary local copy of a file and its descendants.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
Creates a local copy of the file, and all its descendants.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
Creates a local copy of the file, and all its descendants.
replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Creates a temporary local copy of a file and its descendants.
replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.provider.FileReplicator
Creates a local copy of the file, and all its descendants.
replicator - Variable in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
 
replicatorComponent - Variable in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
 
requestAuthentication(UserAuthenticationData.Type[]) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
 
requestAuthentication(UserAuthenticationData.Type[]) - Method in interface org.apache.commons.vfs2.UserAuthenticator
Queries the given type from the user.
requestEnd - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache.SoftRefReleaseThread
 
requestRead() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
 
requestWrite() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
 
requireNonNull(T, String) - Static method in exception org.apache.commons.vfs2.FileSystemException
Throws a FileSystemException when the given object is null.
requireNonNull(T, String, Object...) - Static method in exception org.apache.commons.vfs2.FileSystemException
Throws a FileSystemException when the given object is null.
reserved - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for reserved.
RESERVED_URI_CHARS - Static variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
resetAttributes - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
resetAttributes() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Used internally to flag situations where the file attributes should be reretrieved.
resetChildrenList() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
resetTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
resize(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
Resize the buffer
resize(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
resolveFile(String) - Method in interface org.apache.commons.vfs2.FileObject
Finds a file, relative to this file.
resolveFile(String, NameScope) - Method in interface org.apache.commons.vfs2.FileObject
Finds a file relative to this file.
resolveFile(FileName) - Method in interface org.apache.commons.vfs2.FileSystem
Finds a file in this file system.
resolveFile(String) - Method in interface org.apache.commons.vfs2.FileSystem
Finds a file in this file system.
resolveFile(File, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Locates a file by name.
resolveFile(FileObject, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Locates a file by name.
resolveFile(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Locates a file by name.
resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.FileSystemManager
Locates a file by name.
resolveFile(URI) - Method in interface org.apache.commons.vfs2.FileSystemManager
Resolves a URI into a FileObject.
resolveFile(URL) - Method in interface org.apache.commons.vfs2.FileSystemManager
Resolves a URL into a FileObject.
resolveFile(String) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Locates a file by URI.
resolveFile(String, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Locate a file by URI, use the FileSystemOptions for file-system creation.
resolveFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolves a URI, relative to base file.
resolveFile(FileObject, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolves a URI, relative to a base file.
resolveFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolves a URI, relative to a base file with specified FileSystem configuration.
resolveFile(URI) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Converts a URI into a FileObject.
resolveFile(URL) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Converts a URL into a FileObject.
resolveFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Locate a file by name.
resolveFile(String, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Locate a file by name.
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
resolveFile(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
resolveFile(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Finds a file, relative to this file.
resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns a child by name.
resolveFile(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Finds a file in this file system.
resolveFile(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Finds a file in this file system.
resolveFile(FileName, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
resolveFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Locate a file by name.
resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Locate a file by name.
resolveFile(String) - Method in class org.apache.commons.vfs2.tasks.VfsTask
Resolves a URI to a file, relative to the project's base directory.
resolveFiles(FileName[]) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
resolveName(FileName, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Resolves a name, relative to this file name.
resolveName(FileName, String, NameScope) - Method in interface org.apache.commons.vfs2.FileSystemManager
Resolves a name, relative to the "root" file name.
resolveName(FileName, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolves a name, relative to the file.
resolveName(FileName, String, NameScope) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolves a name, relative to the root.
resolveURI(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
Resolves the uri to a file name.
resolveURI(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Resolve the uri to a file name.
Resource - Class in org.apache.commons.vfs2.impl
Helper class for VFSClassLoader.
Resource(String, FileObject, FileObject) - Constructor for class org.apache.commons.vfs2.impl.Resource
Creates a new instance.
resource - Variable in class org.apache.commons.vfs2.impl.Resource
 
ResourceFileProvider - Class in org.apache.commons.vfs2.provider.res
The Resource provider.
ResourceFileProvider() - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileProvider
 
ResourceFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.res
The config BUILDER for various ftp configuration options.
ResourceFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
 
resourceName - Variable in class org.apache.commons.vfs2.util.CombinedResources
 
resources - Variable in class org.apache.commons.vfs2.impl.VFSClassLoader
 
RESOURCES - Static variable in class org.apache.commons.vfs2.util.Messages
 
retrieveFileStream(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
retrieveFileStream(String, long) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
retrieveFileStream(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
retrieveFileStream(String, long) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
revision - Variable in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
Revision.
rm(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does an 'rm' command.
roAttrs - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
root - Variable in class org.apache.commons.vfs2.impl.Resource
 
root - Variable in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
ROOT_PATH - Static variable in interface org.apache.commons.vfs2.FileName
The absolute path of the root of a file system.
rootFile - Variable in class org.apache.commons.vfs2.provider.local.LocalFile
 
rootFile - Variable in class org.apache.commons.vfs2.provider.local.LocalFileName
 
rootFile - Variable in class org.apache.commons.vfs2.provider.local.LocalFileSystem
 
rootFile - Variable in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
 
rootName - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
The "root" of the file system.
ROOTURI - Static variable in class org.apache.commons.vfs2.FileSystemConfigBuilder
The root uri of the file system
rootUri - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
rootURI - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
The root URI of the file system.
run() - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache.SoftRefReleaseThread
 
run() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Asks the agent for each file being monitored to check its file for changes.
run() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.CloseAction
Performs the action.
run() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.InitAction
Performs the action.
run() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.ReplicateAction
Performs the action.
rwLock - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache
 

S

save() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
save(RamFileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Saves a file
scheme - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
scheme - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
scheme - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
scheme - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for scheme.
schemes - Variable in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
SCHEMES - Static variable in class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
 
SCHEMES - Static variable in class org.apache.commons.vfs2.provider.tar.TgzFileProvider
 
seek(long) - Method in class org.apache.commons.vfs2.provider.ftp.FtpRandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs2.provider.http.HttpRandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs2.provider.http4.Http4RandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
seek(long) - Method in class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
seek(long) - Method in interface org.apache.commons.vfs2.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.vfs2.util.MonitorRandomAccessContent
 
segment - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for segment.
SELECT_ALL - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that selects the base file/folder, plus all its descendants.
SELECT_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that selects only the direct children of the base folder.
SELECT_FILES - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that only files (not folders).
SELECT_FOLDERS - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that only folders (not files).
SELECT_SELF - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that selects only the base file/folder.
SELECT_SELF_AND_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
A FileSelector that selects the base file/folder and its direct children.
selector - Variable in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.ReplicateAction
 
Selectors - Class in org.apache.commons.vfs2
Several standard file selectors.
Selectors() - Constructor for class org.apache.commons.vfs2.Selectors
Prevent the class from being instantiated.
sensitive - Variable in enum org.apache.commons.vfs2.filter.IOCase
The sensitivity flag.
SEPARATOR - Static variable in interface org.apache.commons.vfs2.FileName
The separator used in file paths.
SEPARATOR_CHAR - Static variable in interface org.apache.commons.vfs2.FileName
The separator character used in file paths.
SEPARATOR_CHAR - Static variable in class org.apache.commons.vfs2.provider.UriParser
The normalised separator to use.
serialVersionUID - Static variable in class org.apache.commons.vfs2.cache.LRUFilesCache.MyLRUMap
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in exception org.apache.commons.vfs2.FileNotFolderException
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in exception org.apache.commons.vfs2.FileNotFoundException
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in exception org.apache.commons.vfs2.FileSystemException
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in exception org.apache.commons.vfs2.FileTypeHasNoContentException
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.AgeFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.AndFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.CanExecuteFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.CanReadFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.CanWriteFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.DirectoryFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.EmptyFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.FalseFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.FileFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.HiddenFileFilter
 
serialVersionUID - Static variable in enum org.apache.commons.vfs2.filter.IOCase
Serialization version.
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.NameFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.NotFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.OrFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.PrefixFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.RegexFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.SizeFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.SizeRangeFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.SuffixFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.TrueFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.filter.WildcardFileFilter
 
serialVersionUID - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileData
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileSystem
serialVersionUID format is YYYYMMDD for the date of the last binary change.
serialVersionUID - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
serialVersionUID format is YYYYMMDD for the date of the last binary change.
server - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Bitset for server.
SERVER_LANGUAGE_CODE - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
SERVER_TIME_ZONE_ID - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
session - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Session; never null.
session - Variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
 
SESSION_TIMEOUT_MILLIS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
setAttribute(String, Object) - Method in interface org.apache.commons.vfs2.FileContent
Sets the value of an attribute of the file's content.
setAttribute(String, Object) - Method in interface org.apache.commons.vfs2.FileSystem
Sets the value of an attribute of the file's content.
setAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
Sets the attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Sets the value of an attribute.
setAutodetectUtf8(FileSystemOptions, Boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets whether to try to autodetect the server encoding (only UTF8 is supported).
setBaseFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the base file to use when resolving relative URI.
setBaseFile(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the base file to use when resolving relative URI.
setBaseFolder(FileObject) - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
setCacheKey(FileSystemKey) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
setCacheStrategy(CacheStrategy) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Set the cache strategy to use when dealing with file object data.
setCharset(FileSystemOptions, Charset) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
setChecksPerRun(int) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
set the number of files to check per run.
setClassLoader(ClassLoader) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Sets the ClassLoader to use to load the providers.
setClassLoader(FileSystemOptions, ClassLoader) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
 
setClassName(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
setCompression(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Configures the compression algorithms to use.
setConfigClass(FileSystemOptions, String, String, Class<?>) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Sets a single class value.
setConfigClasses(FileSystemOptions, String, String, Class<?>[]) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Sets an array of class values.
setConfigRepository(JSch, File, ConfigRepository, boolean) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
setConfigRepository(FileSystemOptions, ConfigRepository) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the config repository.
setConfigString(FileSystemOptions, String, String, String) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Sets a single string value.
setConfigStrings(FileSystemOptions, String, String, String[]) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Sets an array of string value.
setConfiguration(String) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Sets the configuration file for this manager.
setConfiguration(URL) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
Sets the configuration file for this manager.
setConnectionTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
The connection timeout.
setConnectionTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The connection timeout.
setConnectTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets the timeout for the initial control connection.
setConnectTimeoutMillis(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the timeout value to create a Jsch connection.
setContent(byte[]) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
setContext(VfsComponentContext) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
Sets the context for the replicator.
setContext(VfsComponentContext) - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Sets the context for this file system provider.
setContext(VfsComponentContext) - Method in interface org.apache.commons.vfs2.provider.VfsComponent
Sets the context for the component.
setControlEncoding(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTP.setControlEncoding(java.lang.String) for details and examples.
setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
The cookies to add to the request.
setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The cookies to add to the request.
setCryptor(Cryptor) - Static method in class org.apache.commons.vfs2.util.CryptorFactory
Allows the Cryptor class to be set programmatically.
setData(RamFileData) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
setData(UserAuthenticationData.Type, char[]) - Method in class org.apache.commons.vfs2.UserAuthenticationData
Sets a data to this collection.
setDataTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Set the data timeout for the ftp client.
setDefaultDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Set the default date format used by the server.
setDefaultProvider(FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the default provider.
setDelay(long) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Set the delay between runs.
setDependency(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
setDepth(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
setDestDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the destination directory.
setDestFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the destination file.
setDir(String) - Method in class org.apache.commons.vfs2.tasks.MkdirTask
Sets the directory to create.
setEndRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
 
setEntryParser(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.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.vfs2.provider.ftp.FtpFileSystemConfigBuilder
FTPFileEntryParserFactory which will be used for ftp-entry parsing.
setExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
setExecutable(boolean, boolean) - Method in interface org.apache.commons.vfs2.FileObject
Sets the owner's (or everybody's) write permission.
setExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
setExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
setExecutable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
setExport(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
 
setFailonerror(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not.
setFile(FileObject) - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
setFile(FileObject) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
Attaches or detaches the target file.
setFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
 
setFile(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the file/folder to delete.
setFile(String) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
The URL of the file to display.
setFileContentInfoFactory(FileContentInfoFactory) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
set the fileContentInfoFactory used to determine the infos of a file content.
setFileFilters(List<FileFilter>) - Method in class org.apache.commons.vfs2.filter.AndFileFilter
 
setFileFilters(List<FileFilter>) - Method in interface org.apache.commons.vfs2.filter.ConditionalFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List<FileFilter>) - Method in class org.apache.commons.vfs2.filter.OrFileFilter
 
setFileNameEncoding(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the file name encoding.
setFileNameParser(FileNameParser) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
 
setFileObjectDecorator(Class<?>) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Set a fileObject decorator to be used for ALL returned file objects.
setFilesCache(FilesCache) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the filesCache implementation used to cache files.
setFileType(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
setFileType(FileSystemOptions, FtpFileType) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets the file type parameter.
setFollowRedirect(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets whether to follow redirects for the connection.
setFollowRedirect(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets whether to follow redirects for the connection.
setForce(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsDelete
 
setHostName(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Set the host name.
setHostnameVerificationEnabled(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets if the hostname should be verified in SSL context.
setIdentities(FileSystemOptions, File...) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
setIdentityInfo(FileSystemOptions, IdentityInfo...) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
setIdentityProvider(FileSystemOptions, IdentityProvider...) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the identity info (your private key files).
setIdentityRepositoryFactory(FileSystemOptions, IdentityRepositoryFactory) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the identity repository.
setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the files to includes.
setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the files to include.
setKeepAlive(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets if the FileSystemOptions indicate that HTTP Keep-Alive is respected.
setKeyExchangeAlgorithm(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Configures Key exchange algorithm explicitly e.g diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
setKeyStoreFile(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Set keystore file path for SSL connections.
setKeyStorePass(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Set keystore pass phrase for SSL connecdtions.
setKnownHosts(JSch, File, File) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
setKnownHosts(FileSystemOptions, File) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the known_hosts file.
setLastModified(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
setLastModifiedTime(long) - Method in interface org.apache.commons.vfs2.FileContent
Sets the last-modified timestamp of the file.
setLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Sets the last-modified timestamp.
setLength(long) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
setLength(long) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
setLength(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
setLength(long) - Method in interface org.apache.commons.vfs2.RandomAccessContent
Sets the length of this content.
setLength(long) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
setLoadOpenSSHConfig(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the whether to load OpenSSH config.
setLogEntryHandler(VcsLogEntryHandler) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
 
setLogger(Log) - Method in interface org.apache.commons.vfs2.FileSystemManager
Sets the logger to use.
setLogger(Log) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the logger to use.
setLogger(Log) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
Sets the Logger to use for the component.
setLogger(Log) - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
Sets the Logger to use for the component.
setLogger(Log) - Method in interface org.apache.commons.vfs2.provider.VfsComponent
Sets the Logger to use for the component.
setMakedir(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsAdd
 
setManager(FileSystemManager) - Static method in class org.apache.commons.vfs2.VFS
Sets the file system manager
setMaxConnectionsPerHost(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the maximum number of connections allowed to any host.
setMaxConnectionsPerHost(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the maximum number of connections allowed to any host.
setMaxSize(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
setMaxSize(FileSystemOptions, long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
Sets the maximum size of the file system.
setMaxTotalConnections(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the maximum number of connections allowed.
setMaxTotalConnections(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the maximum number of connections allowed.
setMessage(String) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
 
setOption(Class<? extends FileSystem>, String, Object) - Method in class org.apache.commons.vfs2.FileSystemOptions
 
setOutstr(DefaultFileContent.FileContentOutputStream) - Method in class org.apache.commons.vfs2.provider.FileContentThreadData
 
setOverwrite(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Enable/disable overwriting of up-to-date files.
setParam(FileSystemOptions, String, boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Sets named parameter.
setParam(FileSystemOptions, String, Object) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Sets named parameter.
setPassiveMode(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Enter into passive mode.
setPassword(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Set the user password.
setPort(int) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Set the connection port.
setPreemptiveAuth(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the given value for preemptive HTTP authentication (using BASIC) on the given FileSystemOptions object.
setPreemptiveAuth(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the given value for preemptive HTTP authentication (using BASIC) on the given FileSystemOptions object.
setPreferredAuthentications(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Configures authentication order.
setPreserveLastModified(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Enable/disable preserving last modified time of copied files.
setProxy(FileSystemOptions, Proxy) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets the Proxy.
setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the proxy authenticator where the system should get the credentials from.
setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the proxy authenticator where the system should get the credentials from.
setProxyCommand(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy username to use for the SFTP connection.
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the proxy to use for http connection.
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the proxy to use for http connection.
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy to use for the SFTP connection.
setProxyOptions(FileSystemOptions, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy username to use for the SFTP connection.
setProxyPassword(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy password to use for the SFTP connection.
setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the proxy-port to use for http connection.
setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the proxy-port to use for http connection.
setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy port to use for the SFTP connection.
setProxyType(FileSystemOptions, SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy type to use for the SFTP connection.
setProxyUser(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the proxy username to use for the SFTP connection.
setReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
setReadable(boolean, boolean) - Method in interface org.apache.commons.vfs2.FileObject
Sets the owner's (or everybody's) read permission.
setReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
setReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
setReadable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
setRecentDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
setRecursive(boolean) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Access method to set the recursive setting when adding files for monitoring.
setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsAdd
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
 
setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
 
setRecursive(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Recursively shows the descendants of the file.
setRemoteVerification(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets whether to use remote verification.
setReplicator(FileReplicator) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the file replicator to use.
setRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
 
setRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
 
setRootURI(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Sets the root URI of the file system.
setScheme(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
 
setScheme(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Set the connection schema.
setServerLanguageCode(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Set the language code used by the server.
setServerTimeZoneId(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
setSessionTimeoutMillis(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the timeout value on Jsch session.
setShortMonthNames(FileSystemOptions, String[]) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
See FTPClientConfig for details and examples.
setShowContent(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Shows the content.
setSoTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets the socket timeout for the FTP client.
setSoTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
The socket timeout.
setSoTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
The socket timeout.
setSrc(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the source file.
setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the source directory.
setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the source directory.
setSrcDirIsBase(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether the source directory should be consider as the base directory.
setStartRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
 
setStat(SftpATTRS) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Sets attrs from listChildrenResolved
setStrictHostKeyChecking(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Configures the host key checking to use.
setTarEntry(TarArchiveEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
Sets the details for this file object.
setTargetDirectory(FileObject) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
 
setTemporaryFileStore(TemporaryFileStore) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Sets the temporary file store to use.
setTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
setTransferAbortedOkReplyCodes(FileSystemOptions, List<Integer>) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Sets the list of reply codes that are considered as OK when prematurely closing a stream.
setTryRename(boolean) - Method in class org.apache.commons.vfs2.tasks.MoveTask
Enable/disable move/rename of file (if possible).
setType(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Sets the type of this file e.g.
setType(FileType) - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
setupComponent(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Initializes a component, if it has not already been initialised.
setupMethod(HttpMethod) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
Prepares a HttpMethod object.
setupOpenConnection(C, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
 
setupOpenConnection(FTPClient, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.FtpConnectionFactory
 
setUriStyle(boolean) - Static method in class org.apache.commons.vfs2.VFS
 
setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the charset used for url encoding.
setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the charset used for url encoding.
setUserAgent(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Sets the user agent to attach to the outgoing http methods
setUserAgent(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Sets the user agent to attach to the outgoing http methods
setUserAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
Sets the user authenticator to get authentication informations.
setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
Use user directory as root (do not change to fs root).
setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the whether to use the user directory as root (do not change to file system root).
setUserInfo(FileSystemOptions, UserInfo) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
Sets the Jsch UserInfo class to use.
setUserName(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
Set the user name.
setValues(DelegatingFileSystemOptionsBuilder.Context) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
Sets the values using the informations of the given context.
setWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
 
setWritable(boolean, boolean) - Method in interface org.apache.commons.vfs2.FileObject
Sets the owner's (or everybody's) write permission.
setWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
setWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
setWritable(boolean, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
 
setZipEntry(ZipEntry) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Sets the details for this file object.
SftpCheck - Class in org.apache.commons.vfs2.libcheck
Basic check for SFTP.
SftpCheck() - Constructor for class org.apache.commons.vfs2.libcheck.SftpCheck
 
SftpClientFactory - Class in org.apache.commons.vfs2.provider.sftp
Create a JSch Session instance.
SftpClientFactory() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
SftpClientFactory.JSchLogger - Class in org.apache.commons.vfs2.provider.sftp
Interface JSchLogger with JCL.
SftpFileNameParser - Class in org.apache.commons.vfs2.provider.sftp
Implementation for SFTP.
SftpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
Creates a new instance with a the default port 22.
SftpFileObject - Class in org.apache.commons.vfs2.provider.sftp
An SFTP file.
SftpFileObject(AbstractFileName, SftpFileSystem) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileObject
 
SftpFileObject.SftpInputStream - Class in org.apache.commons.vfs2.provider.sftp
An InputStream that monitors for end-of-file.
SftpFileObject.SftpOutputStream - Class in org.apache.commons.vfs2.provider.sftp
An OutputStream that wraps an sftp OutputStream, and closes the channel when the stream is closed.
SftpFileProvider - Class in org.apache.commons.vfs2.provider.sftp
A provider for accessing files over SFTP.
SftpFileProvider() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
Constructs a new provider.
SftpFileSystem - Class in org.apache.commons.vfs2.provider.sftp
Represents the files on an SFTP server.
SftpFileSystem(GenericFileName, Session, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
SftpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.sftp
The config builder for various SFTP configuration options.
SftpFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
SftpFileSystemConfigBuilder.ProxyType - Class in org.apache.commons.vfs2.provider.sftp
Proxy type.
SftpInputStream(ChannelSftp, InputStream) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpInputStream
 
SftpOutputStream(ChannelSftp, OutputStream) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileObject.SftpOutputStream
 
SftpRandomAccessContent - Class in org.apache.commons.vfs2.provider.sftp
Random access content.
SftpRandomAccessContent(SftpFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpRandomAccessContent
 
SftpStreamProxy - Class in org.apache.commons.vfs2.provider.sftp
Stream based proxy for JSch.
SftpStreamProxy(String, String, String, int, String, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
Creates a stream proxy.
Shell - Class in org.apache.commons.vfs2.example
A simple command-line shell for performing file operations.
Shell() - Constructor for class org.apache.commons.vfs2.example.Shell
 
SHORT_MONTH_NAMES - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
shouldRun - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor
A flag used to determine if the monitor thread should be running.
SHOW_MAX - Static variable in class org.apache.commons.vfs2.example.ShowProperties
Maximum number of children to show.
showContent - Variable in class org.apache.commons.vfs2.tasks.ShowFileTask
 
showFile(FileObject, String) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Logs the details of a file.
ShowFileTask - Class in org.apache.commons.vfs2.tasks
An Ant task that writes the details of a file to Ant's log.
ShowFileTask() - Constructor for class org.apache.commons.vfs2.tasks.ShowFileTask
 
showMessage(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
ShowProperties - Class in org.apache.commons.vfs2.example
Example which prints all properties of the file passed as first parameter.
ShowProperties() - Constructor for class org.apache.commons.vfs2.example.ShowProperties
 
SINGLETON - Static variable in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
config builder SINGLETON.
size - Variable in class org.apache.commons.vfs2.filter.SizeFileFilter
The size threshold.
size() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
size() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
 
size() - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
 
SizeFileFilter - Class in org.apache.commons.vfs2.filter
Filters files based on size, can filter either smaller files or files equal to or larger than a given threshold.
SizeFileFilter(long) - Constructor for class org.apache.commons.vfs2.filter.SizeFileFilter
Constructs a new size file filter for files equal to or larger than a certain size.
SizeFileFilter(long, boolean) - Constructor for class org.apache.commons.vfs2.filter.SizeFileFilter
Constructs a new size file filter for files based on a certain size threshold.
SizeFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using SizeFileFilter.
SizeFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.SizeFileFilterExample
 
SizeRangeFileFilter - Class in org.apache.commons.vfs2.filter
Filter that accepts files whose size is >= minimum size and <= maximum size.
SizeRangeFileFilter(long, long) - Constructor for class org.apache.commons.vfs2.filter.SizeRangeFileFilter
Constructor with sizes.
skipBytes(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
 
skipBytes(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
skipBytes(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
skipBytes(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
SLEEP_MILLIS - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
SO_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
SO_TIMEOUT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Defines the socket timeout of an HTTP request.
SoftRefFilesCache - Class in org.apache.commons.vfs2.cache
This implementation caches every file as long as it is strongly reachable by the java vm.
SoftRefFilesCache() - Constructor for class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
SoftRefFilesCache.SoftRefReleaseThread - Class in org.apache.commons.vfs2.cache
This thread will listen on the ReferenceQueue and remove the entry in the filescache as soon as the vm removes the reference
softRefReleaseThread - Variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
SoftRefReleaseThread() - Constructor for class org.apache.commons.vfs2.cache.SoftRefFilesCache.SoftRefReleaseThread
 
SourceInfo() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
 
space - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for space.
splitOnTokens(String) - Static method in class org.apache.commons.vfs2.filter.WildcardFileFilter
Splits a string into a number of tokens.
srcDirIsBase - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
srcDirUrl - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
srcDirUrl - Variable in class org.apache.commons.vfs2.tasks.DeleteTask
 
srcFile - Variable in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator.ReplicateAction
 
srcFiles - Variable in class org.apache.commons.vfs2.tasks.AbstractSyncTask
 
SSH_DIR_NAME - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
 
StandardFileSystemManager - Class in org.apache.commons.vfs2.impl
A FileSystemManager that configures itself from an XML (Default: providers.xml) configuration file.
StandardFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
start() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Starts monitoring the files that have been added.
startThread() - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
STATE_CLOSED - Static variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
STATE_OPENED - Static variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
StaticUserAuthenticator - Class in org.apache.commons.vfs2.auth
Provides always the same credentials data passed in with the constructor.
StaticUserAuthenticator(String, String, String) - Constructor for class org.apache.commons.vfs2.auth.StaticUserAuthenticator
 
statSelf() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
Fetches file attributes from server.
status - Variable in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
 
stop() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
Stops monitoring the files that have been added.
storeFileStream(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
 
storeFileStream(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
 
streamClosed() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
streamClosed() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
 
streamOpened() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
 
streamOpened() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
 
STRICT_HOST_KEY_CHECKING - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
STRING_PARAM - Static variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
 
subBuildFinished(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
subBuildStarted(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
suffixes - Variable in class org.apache.commons.vfs2.filter.SuffixFileFilter
The file name suffixes to search for.
SuffixFileFilter - Class in org.apache.commons.vfs2.filter
Filters files based on the suffix (what the file name ends with).
SuffixFileFilter(List<String>) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes.
SuffixFileFilter(IOCase, List<String>) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes specifying case-sensitivity.
SuffixFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixes.
SuffixFileFilter(IOCase, String...) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixs specifying case-sensitivity.
SuffixFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using SuffixFileFilter.
SuffixFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.SuffixFileFilterExample
 
SYMBOLIC - Static variable in class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
Singleton instance of hidden filter.
SymbolicLinkFileFilter - Class in org.apache.commons.vfs2.filter
This filter accepts Files that are symbolic links.
SymbolicLinkFileFilter() - Constructor for class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
Restrictive constructor.
SynchronizedFileObject - Class in org.apache.commons.vfs2.impl
This decorator synchronize all access to the FileObject.
SynchronizedFileObject(FileObject) - Constructor for class org.apache.commons.vfs2.impl.SynchronizedFileObject
 
SyncTask - Class in org.apache.commons.vfs2.tasks
A task that synchronises the destination folder to look exactly like the source folder (or folders).
SyncTask() - Constructor for class org.apache.commons.vfs2.tasks.SyncTask
 

T

tarFile - Variable in class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
TarFileObject - Class in org.apache.commons.vfs2.provider.tar
A file in a Tar file system.
TarFileObject(AbstractFileName, TarArchiveEntry, TarFileSystem, boolean) - Constructor for class org.apache.commons.vfs2.provider.tar.TarFileObject
 
TarFileProvider - Class in org.apache.commons.vfs2.provider.tar
A file system provider for Tar files.
TarFileProvider() - Constructor for class org.apache.commons.vfs2.provider.tar.TarFileProvider
 
TarFileSystem - Class in org.apache.commons.vfs2.provider.tar
A read-only file system for Tar files.
TarFileSystem(AbstractFileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.tar.TarFileSystem
 
targetFinished(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
targetStarted(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
taskFinished(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
taskStarted(BuildEvent) - Method in class org.apache.commons.vfs2.tasks.VfsTask.CloseListener
 
Tbz2FileProvider - Class in org.apache.commons.vfs2.provider.tar
A file system provider for Tar files.
Tbz2FileProvider() - Constructor for class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
 
tempDir - Variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
tempDirMessageLogged - Variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
tempFileStore - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The temporary file store to use.
TemporaryFileProvider - Class in org.apache.commons.vfs2.provider.temp
A provider for temporary files.
TemporaryFileProvider(File) - Constructor for class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
 
TemporaryFileProvider() - Constructor for class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
 
TemporaryFileStore - Interface in org.apache.commons.vfs2.provider
Manages a repository of temporary local files.
TgzFileProvider - Class in org.apache.commons.vfs2.provider.tar
A file system provider for Tar files.
TgzFileProvider() - Constructor for class org.apache.commons.vfs2.provider.tar.TgzFileProvider
 
threadLocal - Variable in class org.apache.commons.vfs2.provider.DefaultFileContent
 
TIMEOUT - Static variable in class org.apache.commons.vfs2.cache.SoftRefFilesCache
 
timestamp - Variable in class org.apache.commons.vfs2.impl.DefaultFileMonitor.FileMonitorAgent
 
TMP_RESERVED_CHARS - Static variable in class org.apache.commons.vfs2.impl.DefaultFileReplicator
 
toBytes(long, byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
Build a 8-byte array from a long.
toChar(String) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
Converts a string to a char array (null-safe).
toExternalForm(URL) - Method in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
 
toFileObject(File) - Method in interface org.apache.commons.vfs2.FileSystemManager
Converts a local file into a FileObject.
toFileObject(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Converts a local file into a FileObject.
toFileObject(File) - Method in class org.apache.commons.vfs2.impl.DefaultVfsComponentContext
Returns a FileObject for a local file.
toFileObject(File) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
Returns a FileObject for a local file.
toLong(byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
Build a long from first 8 bytes of the array.
toplabel - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for toplabel.
toPropertyKey(String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
Converts the given name into a System property key.
toRamFileObject(FileObject, FileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
Import the given file with the name relative to the given root
toShort(byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
Build a short from first 2 bytes of the array.
toString() - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
toString() - Method in enum org.apache.commons.vfs2.CacheStrategy
Returns the name of the scope.
toString() - Method in class org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey
 
toString() - Method in class org.apache.commons.vfs2.FileSystemOptions
 
toString() - Method in enum org.apache.commons.vfs2.FileType
Returns the name of this type.
toString() - Method in class org.apache.commons.vfs2.filter.AgeFileFilter
Provide a String representaion of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.AndFileFilter
Provide a String representation of this file filter.
toString() - Method in enum org.apache.commons.vfs2.filter.IOCase
Gets a string describing the sensitivity.
toString() - Method in class org.apache.commons.vfs2.filter.NameFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.NotFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.OrFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.PrefixFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.SizeFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.SuffixFileFilter
Provides a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.filter.WildcardFileFilter
Provide a String representation of this file filter.
toString() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
 
toString() - Method in enum org.apache.commons.vfs2.NameScope
Returns the name of the scope.
toString() - Method in class org.apache.commons.vfs2.PatternFileSelector
 
toString() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the URI of the file.
toString() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
Returns the URI as a String.
toString() - Method in class org.apache.commons.vfs2.provider.DefaultFileSelectorInfo
 
toString() - Method in class org.apache.commons.vfs2.provider.FileSystemKey
 
toString() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
Returns the URI of the file.
toString() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Returns the decoded URI of the file.
toString() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
toString() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
toString() - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
 
toString(char[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
Converts the given data to a string (null-safe).
touch(String[]) - Method in class org.apache.commons.vfs2.example.Shell
Does a 'touch' command.
touchFile(FileObject) - Method in class org.apache.commons.vfs2.cache.AbstractFilesCache
 
touchFile(FileObject) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
 
toUnsignedShort(byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
Build a short from first 2 bytes of the array.
trace(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
trace(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
TRANS_SEPARATOR - Static variable in class org.apache.commons.vfs2.provider.UriParser
The set of valid separators.
TRANSFER_ABORTED_OK_REPLY_CODES - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
traverse(DefaultFileSelectorInfo, FileSelector, boolean, List<FileObject>) - Static method in class org.apache.commons.vfs2.provider.AbstractFileObject
Traverses a file.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.AllFileSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileDepthSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileExtensionSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileTypeSelector
Determines whether a folder should be traversed.
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.InvertIncludeFileSelector
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.PatternFileSelector
Determines whether a folder should be traversed.
TRUE - Static variable in class org.apache.commons.vfs2.filter.TrueFileFilter
Singleton instance of true filter.
TrueFileFilter - Class in org.apache.commons.vfs2.filter
A file filter that always returns true.
TrueFileFilter() - Constructor for class org.apache.commons.vfs2.filter.TrueFileFilter
Restrictive constructor.
TrustEveryoneUserInfo - Class in org.apache.commons.vfs2.provider.sftp
Helper class to trust a new host.
TrustEveryoneUserInfo() - Constructor for class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
 
tryRename - Variable in class org.apache.commons.vfs2.tasks.MoveTask
 
type - Variable in class org.apache.commons.vfs2.FileTypeSelector
The FileType
type - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
type - Variable in class org.apache.commons.vfs2.provider.AbstractFileObject
 
type - Variable in class org.apache.commons.vfs2.provider.ram.RamFileData
File Type.
type - Variable in class org.apache.commons.vfs2.provider.tar.TarFileObject
 
type - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
Type(String) - Constructor for class org.apache.commons.vfs2.UserAuthenticationData.Type
Creates a new Type.
type - Variable in class org.apache.commons.vfs2.UserAuthenticationData.Type
The type name
Type(int) - Constructor for enum org.apache.commons.vfs2.util.PosixPermissions.Type
Initialize with the mask
typeMap - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Mappings of file types.

U

uid - Variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
Cache for the user ID (-1 when not set)
UNIDENTIFED - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
 
UNKNOWN - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
 
unreserved - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Data characters that are allowed in a URI but do not have a reserved purpose are called unreserved.
unwise - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for unwise.
updated(String, long, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdateListener
 
updateLastModified() - Method in class org.apache.commons.vfs2.provider.ram.RamFileData
 
uri - Variable in class org.apache.commons.vfs2.provider.AbstractFileName
 
URI_reference - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for URI-reference.
URIBitSets - Class in org.apache.commons.vfs2.util
Internal URI encoding BitSet definitions.
URIBitSets() - Constructor for class org.apache.commons.vfs2.util.URIBitSets
 
uric - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for uric.
uric_no_slash - Static variable in class org.apache.commons.vfs2.util.URIBitSets
URI bitset for encoding typical non-slash characters.
UriParser - Class in org.apache.commons.vfs2.provider
Utilities for dealing with URIs.
UriParser() - Constructor for class org.apache.commons.vfs2.provider.UriParser
 
uriStyle - Static variable in class org.apache.commons.vfs2.VFS
The URI style
URIUtils - Class in org.apache.commons.vfs2.util
The URI escape and character encoding and decoding utility.
URIUtils() - Constructor for class org.apache.commons.vfs2.util.URIUtils
 
URIUtils.EncodingUtils - Class in org.apache.commons.vfs2.util
Internal character encoding utilities.
URIUtils.URLCodecUtils - Class in org.apache.commons.vfs2.util
Internal URL codec utilities.
url - Variable in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
 
url - Variable in class org.apache.commons.vfs2.provider.url.UrlFileObject
 
url - Variable in class org.apache.commons.vfs2.tasks.ShowFileTask
 
URL_PATTERN - Static variable in exception org.apache.commons.vfs2.FileSystemException
URL pattern
urlCharset - Variable in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
urlCharset - Variable in class org.apache.commons.vfs2.provider.http4.Http4FileObject
URL charset string.
URLCodecUtils() - Constructor for class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
 
UrlFileName - Class in org.apache.commons.vfs2.provider.url
A URL FileName.
UrlFileName(String, String, int, int, String, String, String, FileType, String) - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileName
The constructor.
URLFileName - Class in org.apache.commons.vfs2.provider
Deprecated.
Use GenericURLFileName as it doesn't depend on Http Client v3 API directly.
URLFileName(String, String, int, int, String, String, String, FileType, String) - Constructor for class org.apache.commons.vfs2.provider.URLFileName
Deprecated.
 
UrlFileNameParser - Class in org.apache.commons.vfs2.provider.url
Implementation for any java.net.url based file system.
UrlFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileNameParser
 
URLFileNameParser - Class in org.apache.commons.vfs2.provider
Deprecated.
Use GenericURLFileNameParser as it doesn't depend on Http Client v3 API directly.
URLFileNameParser(int) - Constructor for class org.apache.commons.vfs2.provider.URLFileNameParser
Deprecated.
 
UrlFileObject - Class in org.apache.commons.vfs2.provider.url
A FileObject implementation backed by a URL.
UrlFileObject(UrlFileSystem, AbstractFileName) - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileObject
 
UrlFileProvider - Class in org.apache.commons.vfs2.provider.url
A file provider backed by Java's URL API.
UrlFileProvider() - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileProvider
 
UrlFileSystem - Class in org.apache.commons.vfs2.provider.url
A File system backed by Java's URL API.
UrlFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileSystem
 
URLStreamHandlerProxy - Class in org.apache.commons.vfs2.impl
A proxy for URLs that are supported by the standard stream handler factory.
URLStreamHandlerProxy() - Constructor for class org.apache.commons.vfs2.impl.URLStreamHandlerProxy
 
useCount - Variable in class org.apache.commons.vfs2.provider.AbstractFileSystem
How many fileObjects are handed out
USER_DIR_IS_ROOT - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
USER_DIR_IS_ROOT - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
userAgent - Variable in class org.apache.commons.vfs2.provider.http.HttpFileObject
 
UserAuthenticationData - Class in org.apache.commons.vfs2
Contains various authentication data.
UserAuthenticationData() - Constructor for class org.apache.commons.vfs2.UserAuthenticationData
Creates a new uninitialized instance.
UserAuthenticationData.Type - Class in org.apache.commons.vfs2
Represents a user authentication item.
UserAuthenticator - Interface in org.apache.commons.vfs2
The user authenticator is used to query credentials from the user.
UserAuthenticatorUtils - Class in org.apache.commons.vfs2.util
Helps with authentication.
UserAuthenticatorUtils() - Constructor for class org.apache.commons.vfs2.util.UserAuthenticatorUtils
 
userinfo - Static variable in class org.apache.commons.vfs2.util.URIBitSets
Bitset for userinfo.
username - Variable in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
The user name
userName - Variable in class org.apache.commons.vfs2.provider.GenericFileName
 
userName - Variable in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
 
USERNAME - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
The user name.
USERNAME_RESERVED - Static variable in class org.apache.commons.vfs2.provider.GenericFileName
 

V

validateClassLoader(ClassLoader, Class<?>) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
 
value - Variable in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
The Apache Commons Net FTP file type.
valueOf(String) - Static method in enum org.apache.commons.vfs2.CacheStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.filter.IOCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.NameScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.util.PosixPermissions.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.vfs2.util.RandomAccessMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.vfs2.CacheStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.filter.IOCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.NameScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder.Context
 
values() - Static method in enum org.apache.commons.vfs2.util.PosixPermissions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.vfs2.util.RandomAccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
VcsAdd - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsCheckout - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsCommit - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsCommitListener - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsDelete - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsLog - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsLogEntry - Class in org.apache.commons.vfs2.operations.vcs
 
VcsLogEntry(String, long, String, Calendar, String) - Constructor for class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
 
VcsLogEntryHandler - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsModifyListener - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsRevert - Interface in org.apache.commons.vfs2.operations.vcs
Restores pristine working copy file and cancels all local modifications.
VcsStatus - Enum in org.apache.commons.vfs2.operations.vcs
 
VcsStatus(int) - Constructor for enum org.apache.commons.vfs2.operations.vcs.VcsStatus
 
VcsUpdate - Interface in org.apache.commons.vfs2.operations.vcs
 
VcsUpdateListener - Interface in org.apache.commons.vfs2.operations.vcs
 
versionMatches(String) - Static method in class org.apache.commons.vfs2.util.Os
 
VFS - Class in org.apache.commons.vfs2
The main entry point for the VFS.
VFS() - Constructor for class org.apache.commons.vfs2.VFS
 
VFSClassLoader - Class in org.apache.commons.vfs2.impl
A class loader that can load classes and resources from a search path.
VFSClassLoader(FileObject, FileSystemManager) - Constructor for class org.apache.commons.vfs2.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given file.
VFSClassLoader(FileObject, FileSystemManager, ClassLoader) - Constructor for class org.apache.commons.vfs2.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given file.
VFSClassLoader(FileObject[], FileSystemManager) - Constructor for class org.apache.commons.vfs2.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given files.
VFSClassLoader(FileObject[], FileSystemManager, ClassLoader) - Constructor for class org.apache.commons.vfs2.impl.VFSClassLoader
Constructors a new VFSClassLoader for the given FileObjects.
VfsComponent - Interface in org.apache.commons.vfs2.provider
This interface is used to manage the lifecycle of all VFS components.
VfsComponentContext - Interface in org.apache.commons.vfs2.provider
Allows VFS components to access the services they need, such as the file replicator.
VfsLog - Class in org.apache.commons.vfs2
This class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging.
VfsLog() - Constructor for class org.apache.commons.vfs2.VfsLog
 
vfsProvider - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
The virtual file provider.
VfsStreamHandlerFactory() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemManager.VfsStreamHandlerFactory
 
VfsTask - Class in org.apache.commons.vfs2.tasks
Base class for the VFS Ant tasks.
VfsTask() - Constructor for class org.apache.commons.vfs2.tasks.VfsTask
 
VfsTask.AntLogger - Class in org.apache.commons.vfs2.tasks
A commons-logging wrapper for Ant logging.
VfsTask.CloseListener - Class in org.apache.commons.vfs2.tasks
Closes the VFS manager when the project finishes.
VirtualFileName - Class in org.apache.commons.vfs2.impl
A simple Filename to hold the scheme for to be created virtual file system.
VirtualFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.impl.VirtualFileName
 
VirtualFileProvider - Class in org.apache.commons.vfs2.impl
A virtual file system provider.
VirtualFileProvider() - Constructor for class org.apache.commons.vfs2.impl.VirtualFileProvider
 
VirtualFileSystem - Class in org.apache.commons.vfs2.impl
A logical file system, made up of set of junctions, or links, to files from other file systems.
VirtualFileSystem(AbstractFileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.impl.VirtualFileSystem
 
virtualFileSystemSchemes - Variable in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
List of the schemes of virtual file systems added.
VISIBLE - Static variable in class org.apache.commons.vfs2.filter.HiddenFileFilter
Singleton instance of visible filter.

W

warn(Object) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
warn(Object, Throwable) - Method in class org.apache.commons.vfs2.tasks.VfsTask.AntLogger
 
warn(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
warning.
warn(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
warning.
WeakRefFileListener - Class in org.apache.commons.vfs2.util
Wrap a listener with a WeakReference.
WeakRefFileListener(FileObject, FileListener) - Constructor for class org.apache.commons.vfs2.util.WeakRefFileListener
 
WeakRefFilesCache - Class in org.apache.commons.vfs2.cache
This implementation caches every file as long as it is strongly reachable by the java vm.
WeakRefFilesCache() - Constructor for class org.apache.commons.vfs2.cache.WeakRefFilesCache
 
WildcardFileFilter - Class in org.apache.commons.vfs2.filter
Filters files using the supplied wildcards.
WildcardFileFilter(List<String>) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
Construct a new case-sensitive wildcard filter for a list of wildcards.
WildcardFileFilter(IOCase, List<String>) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.
WildcardFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
Construct a new case-sensitive wildcard filter for an array of wildcards.
WildcardFileFilter(IOCase, String...) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.
WildcardFileFilterExample - Class in org.apache.commons.vfs2.example.filter
Example for using WildcardFileFilter.
WildcardFileFilterExample() - Constructor for class org.apache.commons.vfs2.example.filter.WildcardFileFilterExample
 
wildcardMatch(String, String, IOCase) - Static method in class org.apache.commons.vfs2.filter.WildcardFileFilter
Checks a file name to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
wildcards - Variable in class org.apache.commons.vfs2.filter.WildcardFileFilter
The wildcards that will be used to match file names.
WindowsFileName - Class in org.apache.commons.vfs2.provider.local
A local file URI.
WindowsFileName(String, String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.local.WindowsFileName
 
WindowsFileNameParser - Class in org.apache.commons.vfs2.provider.local
A parser for Windows file names.
WindowsFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
 
within_userinfo - Static variable in class org.apache.commons.vfs2.util.URIBitSets
BitSet for within the userinfo component like user and password.
wrapInputStream(String, InputStream) - Static method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
 
write(FileContent) - Method in interface org.apache.commons.vfs2.FileContent
Writes this content to another FileContent.
write(FileObject) - Method in interface org.apache.commons.vfs2.FileContent
Writes this content to another FileObject.
write(OutputStream) - Method in interface org.apache.commons.vfs2.FileContent
Writes this content to an OutputStream.
write(OutputStream, int) - Method in interface org.apache.commons.vfs2.FileContent
Writes this content to an OutputStream.
write(byte[]) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
write(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
write(FileContent) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Writes this content to another FileContent.
write(FileObject) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Writes this content to another FileObject.
write(OutputStream) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Writes this content to an OutputStream.
write(OutputStream, int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
Writes this content to an OutputStream.
write(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
write(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
write(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
write(int) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
 
write(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
 
write(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
write(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
write - Variable in enum org.apache.commons.vfs2.util.RandomAccessMode
 
WRITE_BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.DefaultFileContent
The default buffer size for DefaultFileContent.write(OutputStream)
writeBoolean(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeBoolean(boolean) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeByte(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeBytes(String) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeChar(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeChars(String) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeContent(FileObject, OutputStream) - Static method in class org.apache.commons.vfs2.FileUtil
Writes the content of a file to an OutputStream.
writeDouble(double) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeDouble(double) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeDouble(double) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeDouble(double) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeFloat(float) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeInt(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeLock - Variable in class org.apache.commons.vfs2.cache.LRUFilesCache
 
writeLong(long) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeLong(long) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeShort(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
 
writeUTF(String) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
 
WWW_FORM_URL_SAFE - Static variable in class org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
 

Z

zipFile - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
ZipFileObject - Class in org.apache.commons.vfs2.provider.zip
A file in a ZIP file system.
ZipFileObject(AbstractFileName, ZipEntry, ZipFileSystem, boolean) - Constructor for class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
ZipFileProvider - Class in org.apache.commons.vfs2.provider.zip
A file system provider for ZIP files.
ZipFileProvider() - Constructor for class org.apache.commons.vfs2.provider.zip.ZipFileProvider
 
ZipFileSystem - Class in org.apache.commons.vfs2.provider.zip
A read-only file system for ZIP and JAR files.
ZipFileSystem(AbstractFileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.zip.ZipFileSystem
 
ZipFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.zip
 
ZipFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 

_

_closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
Closes the given file system.
_PREFIX - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
 
_PREFIX - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
 
_PREFIX - Static variable in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
Skip navigation links