Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Aborts the current operation.
- abort() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 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
- 
Constructs a new instance for subclasses.
- 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
- 
Constructs a new instance for subclasses.
- AbstractFileNameParser - Class in org.apache.commons.vfs2.provider
- 
Provides methods to parse a file name into aFileName.
- AbstractFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileNameParser
- 
Constructs a new instance for subclasses.
- AbstractFileObject<AFS> - Class in org.apache.commons.vfs2.provider
- 
A partial file object implementation.
- AbstractFileObject(AbstractFileName, AFS) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Constructs a new instance for subclasses.
- AbstractFileOperation - Class in org.apache.commons.vfs2.operations
- 
Abstracts implementations ofFileOperation.
- AbstractFileOperation(FileObject) - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperation
- 
Constructs a new instance for subclasses.
- AbstractFileOperationProvider - Class in org.apache.commons.vfs2.operations
- 
Abstracts implementations ofFileOperationProvider.
- AbstractFileOperationProvider() - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
- 
Constructs a new instance for subclasses.
- AbstractFileProvider - Class in org.apache.commons.vfs2.provider
- 
A partialFileProviderimplementation.
- AbstractFileProvider() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileProvider
- 
Constructs a new instance for subclasses.
- AbstractFilesCache - Class in org.apache.commons.vfs2.cache
- 
Abstract base class for FilesCache implementations.
- AbstractFilesCache() - Constructor for class org.apache.commons.vfs2.cache.AbstractFilesCache
- 
Constructs a new instance for subclasses.
- AbstractFileSystem - Class in org.apache.commons.vfs2.provider
- 
A partialFileSystemimplementation.
- AbstractFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Constructs a new instance.
- AbstractLayeredFileProvider - Class in org.apache.commons.vfs2.provider
- 
AFileProviderthat 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
- 
Constructs a new instance for subclasses.
- AbstractOriginatingFileProvider - Class in org.apache.commons.vfs2.provider
- 
AFileProviderthat 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
- 
Constructs a new instance for subclasses.
- AbstractRandomAccessContent - Class in org.apache.commons.vfs2.provider
- 
Implements theDataOutputpart of theRandomAccessContentinterface and throwsUnsupportedOperationExceptionwhen one of these methods are called.
- AbstractRandomAccessContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- 
Constructs a new instance for subclasses.
- 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
- 
Constructs a new instance for subclasses.
- AbstractVfsComponent - Class in org.apache.commons.vfs2.provider
- 
A partialVfsComponentimplementation.
- AbstractVfsComponent() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsComponent
- 
Constructs a new instance for subclasses.
- AbstractVfsContainer - Class in org.apache.commons.vfs2.provider
- 
AVfsComponentthat contains a set of subcomponents.
- AbstractVfsContainer() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsContainer
- 
Constructs a new instance for subclasses.
- 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.
- accept(T) - Method in interface org.apache.commons.vfs2.function.VfsConsumer
- 
Performs this operation on the given argument.
- ACTUAL - Static variable in class org.apache.commons.vfs2.filter.SymbolicLinkFileFilter
- 
Singleton instance of visible filter.
- 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
- 
Deprecated.Adds the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 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.
- addCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
- 
Sets the listener that is given control when a commit occurs.
- addComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
- 
Adds a subcomponent to this component.
- ADDED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Added.
- addExtensionMap(String, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds a file name extension mapping.
- addFile(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
- 
Adds a file.
- 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.
- 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
- addFileSystem(Comparable<?>, FileSystem) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
- 
Adds a file system to those cached by this provider.
- 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
- 
Add this identity to the given JSch.
- 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.
- addMimeTypeMap(String, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds a mime type mapping.
- addModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
- 
Add a modify listener.
- 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 an operation provider.
- addOperationProvider(String[], FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- addOperationProvider(String, FileOperationProvider) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Adds the specified FileOperationProvider for the specified scheme.
- addOperationProvider(String, FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds the specified FileOperationProvider for the specified scheme.
- addProvider(String[], FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds a file system provider.
- addProvider(String, FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds a file system provider.
- addUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
- 
Adds an update listener.
- addVirtualFileSystemScheme(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Adds a scheme.
- 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(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.
- 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).
- AllFileSelector - Class in org.apache.commons.vfs2
- 
AFileSelectorthat selects everything.
- AllFileSelector() - Constructor for class org.apache.commons.vfs2.AllFileSelector
- 
Constructs a new instance.
- 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.
- 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(List<FileFilter>) - Constructor for class org.apache.commons.vfs2.filter.AndFileFilter
- 
Constructs a new instance ofAndFileFilterwith the specified list of filters.
- AndFileFilter(FileFilter...) - Constructor for class org.apache.commons.vfs2.filter.AndFileFilter
- 
Constructs a new file filter that ANDs the result of other filters.
- andThen(VfsConsumer<? super T>) - Method in interface org.apache.commons.vfs2.function.VfsConsumer
- 
Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.
- APPEND_CONTENT - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content can be appended.
- 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
- 
Returns an OutputStream through which data can be written to append to a file on the server with the given name.
- 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.res.ResourceFileName
- 
Builds the root URI for this file name.
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.url.UrlFileName
- ASCII - Enum constant in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
- 
The ASCII file type.
- assertOpen() - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
- 
Check if file is still open.
- attach(RamFileObject) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
- 
Attaches this instance to the given RamFileObject.
- 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.
- attachChild(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
- 
Adds a child to this file.
- 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 - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File attributes are supported.
- 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.
- 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
- 
Deprecated.Authenticator information.
- AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
- 
Authentication types.
- Authority() - Constructor for class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
- 
Constructs a new instance.
- 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.
- available() - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Returns 0 if the stream is at EOF, else the underlying inputStream will be queried.
B
- BASH_TCP_COMMAND - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
- 
Command format using bash built-in TCP stream.
- BINARY - Enum constant in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
- 
The binary file type.
- buffer1 - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
- 
buffer.
- builder - Variable in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
- 
My builder.
- 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, Bzip2FileSystem) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
- 
Constructs a new instance.
- Bzip2FileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
- 
Deprecated.
- 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
- 
Constructs a new instance.
- Bzip2FileSystem - Class in org.apache.commons.vfs2.provider.bzip2
- 
File system to handle compressed files using the bzip2 method.
- Bzip2FileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
- 
Constructs a new instance.
C
- C - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
- 
Clear.
- CacheStrategy - Enum in org.apache.commons.vfs2
- 
An enumerated type to deal with the various cache strategies.
- 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
- 
Tests if a layered file system can be created for a given file.
- CanExecuteFileFilter - Class in org.apache.commons.vfs2.filter
- 
This filter acceptsFiles 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
- 
Canonicalizes a path.
- CanReadFileFilter - Class in org.apache.commons.vfs2.filter
- 
This filter acceptsFiles that can be read.
- CanReadFileFilter() - Constructor for class org.apache.commons.vfs2.filter.CanReadFileFilter
- 
Restrictive constructor.
- 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 ofnewfileis possible.
- CanWriteFileFilter - Class in org.apache.commons.vfs2.filter
- 
This filter acceptsFiles that can be written to.
- CanWriteFileFilter() - Constructor for class org.apache.commons.vfs2.filter.CanWriteFileFilter
- 
Restrictive constructor.
- 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.gzip.GzipFileProvider
- 
Capabilities.
- 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.
- ChangedEvent - Class in org.apache.commons.vfs2.events
- 
File changed event.
- ChangedEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.ChangedEvent
- 
Constructs a new instance.
- 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.
- 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.
- 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.
- CHILD - Enum constant in enum org.apache.commons.vfs2.NameScope
- 
Resolve against the children of the base file.
- childrenChanged(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Notifies the file that its children have changed.
- 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.
- 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() - 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 interface org.apache.commons.vfs2.FileSystemManager
- 
Closes this file system manager.
- close() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- close() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 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 subcomponents 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.DelegateFileObject
- 
Close the delegated file.
- 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.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.
- close() - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Closes this input stream and releases any system resources associated with the stream.
- close() - Static method in class org.apache.commons.vfs2.VFS
- 
Closes the defaultFileSystemManagerinstance.
- 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
- 
Deprecated.
- 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.provider.AbstractFileProvider
- 
Closes the FileSystem.
- closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
- closeSuper() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
- 
This method exists in order to allow overriding whether to actually close the underlying stream (VFS-805).
- 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
- 
A specialization of a resource bundle.
- CombinedResources(String) - Constructor for class org.apache.commons.vfs2.util.CombinedResources
- 
Constructs a new instance.
- commited(String, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommitListener
- 
Handles commit events.
- compareTo(Object) - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
- compareTo(StaticUserAuthenticator) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
- compareTo(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
- 
Implement Comparable.
- compareTo(FileObject) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- compareTo(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Compares two FileObjects (ignores case).
- compareTo(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemOptions
- compareTo(SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
- compareTo(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
- completePendingCommand() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
There are a few FTPClient methods that do not complete the entire sequence of FTP commands to complete a transaction.
- completePendingCommand() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- CompositeFileProvider - Class in org.apache.commons.vfs2.provider
- 
Description.
- CompositeFileProvider() - Constructor for class org.apache.commons.vfs2.provider.CompositeFileProvider
- 
Constructs a new instance.
- COMPRESS - Enum constant in enum org.apache.commons.vfs2.Capability
- 
A compressed file system is a file system which use compression.
- CompressedFileFileObject<FS> - 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- ConditionalFileFilter - Interface in org.apache.commons.vfs2.filter
- 
Defines operations for conditional file filters.
- configurePlugins() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
- 
Scans the classpath to find any dropped plugin.
- CONFLICTED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Conflicted.
- 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
- ConnectionFactory(B) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
- 
Constructs a new instance.
- COPIED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Copied.
- copyContent(FileObject, FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
- 
Deprecated.
- 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.
- CORRUPTED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Corrupted.
- countSlashes(String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
- 
This method counts the slashes after the scheme.
- create(JSch) - Method in interface org.apache.commons.vfs2.provider.sftp.IdentityRepositoryFactory
- 
Creates an Identity repository for a given JSch instance.
- create(FileContent) - Method in interface org.apache.commons.vfs2.FileContentInfoFactory
- 
Creates a FileContentInfo for 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
- 
Deprecated.
- create(FileContent) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileContentInfoFactory
- 
Deprecated.
- create(FileContent) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileContentInfoFactory
- CREATE - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Files can be created.
- createAndAddFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
- 
Adds a file.
- createClient(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
- 
Creates a new client.
- createClient(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.FtpConnectionFactory
- createClient(GenericFileName, UserAuthenticationData) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Creates an FTPClient.
- createConnection(String, int, char[], char[], String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
- 
Creates a connection.
- 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, int, char[], char[], String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.ftps.FtpsClientFactory
- 
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.
- createConnection(String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
- 
Deprecated.Creates an HttpClient.
- createConnection(HttpFileSystemConfigBuilder, String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
- 
Deprecated.Creates a new connection to the server.
- createDefaultFileReplicator() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
- 
Gets a new DefaultFileReplicator.
- CreateEvent - Class in org.apache.commons.vfs2.events
- 
File creation event.
- CreateEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.CreateEvent
- 
Constructs a new instance.
- 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() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
- createFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Creates this file, if it does not exist.
- createFile() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
- createFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
- 
Create the temporary file.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
- 
Creates a file object.
- 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(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
- 
Deprecated.Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 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
- 
Creates a FileName.
- createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
- createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileNameParser
- createFileSystem(String) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
- 
Creates an empty virtual 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(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(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.bzip2.Bzip2FileProvider
- createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
- 
Create a FileSystem.
- createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
- createFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
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.
- 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.
- createHttpClient(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.Create anHttpClientobject for an http4 file system.
- createHttpClient(Http5FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 
Create anHttpClientobject for an http4 file system.
- createHttpClientBuilder(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.Create anHttpClientBuilderobject.
- createHttpClientBuilder(Http5FileSystemConfigBuilder, GenericFileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 
Create anHttpClientBuilderobject.
- createHttpClientContext(Http4FileSystemConfigBuilder, GenericFileName, FileSystemOptions, UserAuthenticationData) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.Create anHttpClientContextobject for an http4 file system.
- createHttpClientContext(Http5FileSystemConfigBuilder, GenericFileName, FileSystemOptions, UserAuthenticationData) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 
Create anHttpClientContextobject for an http4 file system.
- 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.res.ResourceFileName
- 
Factory method for creating name instances.
- createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.URLFileName
- 
Deprecated.Create a FileName.
- createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
- 
Constructs a new Reference.
- createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.WeakRefFilesCache
- createSSLContext(Http4FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.CreateSSLContextfor HttpClient.
- createSSLContext(Http5FileSystemConfigBuilder, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 
CreateSSLContextfor HttpClient.
- createTarFile(File) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Creates a new TarArchiveInputStream.
- createTarFileObject(AbstractFileName, TarArchiveEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Creates a new TarFileObject.
- createURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
- 
Creates a URI.
- 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
- 
Creates a URL from the given file name.
- createVirtualFileSystem(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Creates an empty virtual file system.
- createVirtualFileSystem(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Creates an empty virtual file system.
- createVirtualFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Creates a virtual file system.
- createVirtualFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Creates a virtual file system.
- createWrapper() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
- 
Gets the wrapper to access this file system.
- createWrapper() - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystem
- createZipFile(File) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
- createZipFile(File) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
- 
Creates a Zip file.
- 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
- 
Creates a new Zip file object.
- Creating and Deleting a File - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- Cryptor - Interface in org.apache.commons.vfs2.util
- 
Encrypts and decrypts Strings.
- 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
- 
Creates an instance ofCryptor.
D
- 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.
- 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
- 
Constructs a new instance to decorate the given FileObject.
- decorateFileObject(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Decorates the given file object.
- 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_BUFFER_SIZE - Static variable in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Same asBufferedInputStream.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- DefaultFileMonitor - Class in org.apache.commons.vfs2.impl
- 
A pollingFileMonitorimplementation.
- DefaultFileMonitor(FileListener) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Constructs a new instance with the given listener.
- DefaultFileOperations - Class in org.apache.commons.vfs2.operations
- 
The default implementations forFileOperations.
- DefaultFileOperations(FileObject) - Constructor for class org.apache.commons.vfs2.operations.DefaultFileOperations
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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 simpleFilesCacheimplementation.
- DefaultFilesCache() - Constructor for class org.apache.commons.vfs2.cache.DefaultFilesCache
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- DefaultFileSystemManager - Class in org.apache.commons.vfs2.impl
- 
The default file system manager implementation.
- DefaultFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Constructs a new instance.
- 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.
- DefaultProviderConfiguration - Class in org.apache.commons.vfs2.impl
- 
Same asProviderConfigurationbut for the default provider.
- DefaultProviderConfiguration() - Constructor for class org.apache.commons.vfs2.impl.DefaultProviderConfiguration
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- DefaultURLStreamHandler(VfsComponentContext, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
- 
Constructs a new instance.
- DelegateFileObject<AFS> - 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- delete() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
- delete() - Method in interface org.apache.commons.vfs2.FileObject
- 
Deletes this file.
- delete() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- delete() - 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.cache.OnCallRefreshFileObject
- delete(FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
- 
Deletes all descendants of this file that match a selector.
- delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
- delete(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Deletes this file, and all children matching theselector.
- DELETE - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Files can be deleted.
- 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.
- DELETED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Deleted.
- DeleteEvent - Class in org.apache.commons.vfs2.events
- 
File deletion event.
- DeleteEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.DeleteEvent
- 
Constructs a new instance.
- 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
- 
Deletes a file on the FTP server.
- deleteFile(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- DESCENDENT - Enum constant in enum org.apache.commons.vfs2.NameScope
- 
Resolve against the descendants of the base file.
- DESCENDENT_OR_SELF - Enum constant in enum org.apache.commons.vfs2.NameScope
- 
Resolve against the descendants of the base file.
- Design: - Search tag in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- Section
- DIRECTORY - Static variable in class org.apache.commons.vfs2.filter.DirectoryFileFilter
- 
Singleton instance of directory filter.
- DIRECTORY_READ_CONTENT - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Provides directories which allows you to read its content throughFileContent.getInputStream().
- DirectoryFileFilter - Class in org.apache.commons.vfs2.filter
- 
This filter acceptsFiles that are directories.
- DirectoryFileFilter() - Constructor for class org.apache.commons.vfs2.filter.DirectoryFileFilter
- 
Restrictive constructor.
- disconnect() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Sends the FTP QUIT command to the server, receive the reply, and return the reply code.
- disconnect() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- DISPATCHER - Enum constant in enum org.apache.commons.vfs2.Capability
- 
The provider itself do not provide a file system.
- 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
- 
Deprecated.
- doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 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(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
- 
Creates a layered file system.
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.jar.JarFileProvider
- 
Creates a layered file system.
- 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.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
- 
Creates aFileSystem.
- 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.ftps.FtpsFileProvider
- 
Creates the file system.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
- 
Deprecated.Creates aFileSystem.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 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 aFileSystem.
- 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
- 
Deprecated.Detaches this file object from its file resource.
- doDetach() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doDetach() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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
- 
Gets the certificates of this JarEntry.
- doGetContentInfo() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
- 
Gets 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
- 
Deprecated.Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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(int) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
- 
Creates an input stream to read the file contents.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
- 
Creates an input stream to read the file content from.
- doGetInputStream(int) - 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
- 
Gets the last modified time on an FTP file
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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
- 
Deprecated.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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
- 
Deprecated.Determines the type of this file.
- doGetType() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doGetType() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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 asdestFilejust 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
- 
Deprecated.
- doIsWriteable() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doIsWriteable() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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
- 
Deprecated.Throws UnsupportedOperationException.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 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 - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
- 
The user's domain.
- 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 writable.
- 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
- E - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
- 
Confidential.
- EBCDIC - Enum constant in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
- 
The EBCDIC file type.
- EMPTY - Static variable in class org.apache.commons.vfs2.filter.EmptyFileFilter
- 
Singleton instance of empty filter.
- EMPTY_ARRAY - Static variable in interface org.apache.commons.vfs2.FileName
- 
Empty array of FileName.
- EMPTY_ARRAY - Static variable in interface org.apache.commons.vfs2.FileObject
- 
An empty immutableFileObjectarray.
- EMPTY_ARRAY - Static variable in interface org.apache.commons.vfs2.operations.FileOperationProvider
- 
Empty array.
- 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.
- encode(String) - 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(String, char[]) - Static method in class org.apache.commons.vfs2.provider.UriParser
- 
Converts "special" characters to their %nn value.
- 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
- 
Deprecated.Encodes the given path.
- 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.
- 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.
- 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.ram.RamFileObject
- entry - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileObject
- 
The ZipEntry.
- 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.provider.AbstractFileName
- equals(Object) - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
- equals(Object) - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
- equals(Object) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
- equals(Object) - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
- error(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
- 
error.
- error(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
- 
error.
- Example usage: - Search tag in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- Section
- EXCLUDE_SELF - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat selects all the descendants of the base folder, but does not select the base folder itself.
- executeHttpUriRequest(HttpUriRequest) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 
Execute the request using the givenhttpRequestand return aClassicHttpResponsefrom the execution.
- executeHttpUriRequest(HttpUriRequest) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.Execute the request using the givenhttpRequestand return aHttpResponsefrom 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() - 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 toFileObject.exists().
- EXPLICIT - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsMode
- 
Explicit mode.
- EXTERNAL - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
External.
- 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.
- 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
- 
Extracts the root prefix from a URI string, 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.
- extractRootPrefix(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileNameParser
- extractScheme(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
- 
Deprecated.Use insteadUriParser.extractScheme(java.lang.String). Will be removed in 3.0.
- 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, StringBuilder) - Static method in class org.apache.commons.vfs2.provider.UriParser
- 
Deprecated.Use insteadUriParser.extractScheme(java.lang.String). Will be removed in 3.0.
- extractToPath(String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
- extractToPath(VfsComponentContext, String, StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
- 
Extracts the scheme, userinfo, hostname and port components of a generic URI.
- extractUserInfo(StringBuilder) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
- 
Extracts the user info from a URI.
F
- FALSE - Static variable in class org.apache.commons.vfs2.filter.FalseFileFilter
- 
Deprecated.
- 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.
- fatal(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
- 
fatal.
- fatal(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
- 
fatal.
- file - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
- 
File.
- FILE - Enum constant in enum org.apache.commons.vfs2.FileType
- 
A regular file.
- FILE - Static variable in class org.apache.commons.vfs2.filter.FileFileFilter
- 
Singleton instance of file filter.
- FILE_OR_FOLDER - Enum constant in enum org.apache.commons.vfs2.FileType
- 
A file or folder.
- FILE_SYSTEM - Enum constant in enum org.apache.commons.vfs2.NameScope
- 
Resolve against files in the same file system as the base file.
- 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
- 
Constructs a new instance.
- 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.
- FileContentInfoFactory - Interface in org.apache.commons.vfs2
- 
CreatesFileContentInfoinstances to determine the content-info for given file contents.
- FileContentInfoFilenameFactory - Class in org.apache.commons.vfs2.impl
- 
The FileContentInfoFilenameFactory.
- FileContentInfoFilenameFactory() - Constructor for class org.apache.commons.vfs2.impl.FileContentInfoFilenameFactory
- 
Constructs a new instance.
- 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
- 
AFileSelectorthat selects all files in a particular depth range.
- FileDepthSelector() - Constructor for class org.apache.commons.vfs2.FileDepthSelector
- 
Creates a selector with the same minimum and maximum depths of 0.
- FileDepthSelector(int) - Constructor for class org.apache.commons.vfs2.FileDepthSelector
- 
Creates a selector with the same minimum and maximum depths.
- FileDepthSelector(int, int) - Constructor for class org.apache.commons.vfs2.FileDepthSelector
- 
Creates a selector with the given minimum and maximum depths.
- FileExtensionSelector - Class in org.apache.commons.vfs2
- 
AFileSelectorthat selects based on file extensions.
- FileExtensionSelector(String...) - Constructor for class org.apache.commons.vfs2.FileExtensionSelector
- 
Creates a new selector for the given extensions.
- FileExtensionSelector(Collection<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 acceptsFiles that are files (not directories).
- FileFileFilter() - Constructor for class org.apache.commons.vfs2.filter.FileFileFilter
- 
Restrictive constructor.
- FileFilter - Interface in org.apache.commons.vfs2
- 
This interface is used to select files when traversing the direct children of the base.
- FileFilterSelector - Class in org.apache.commons.vfs2
- 
AFileSelectorthat selects all children of the given fileObject.
- FileFilterSelector() - Constructor for class org.apache.commons.vfs2.FileFilterSelector
- 
Constructs a new instance without a FileFilter.
- FileFilterSelector(FileFilter) - Constructor for class org.apache.commons.vfs2.FileFilterSelector
- 
Constructs a new instance with a FileFilter.
- FileListener - Interface in org.apache.commons.vfs2
- 
Listens for changes to a file.
- FileMonitor - Interface in org.apache.commons.vfs2
- 
FileMonitor interface.
- FileName - Interface in org.apache.commons.vfs2
- 
Represents a file name.
- FileNameParser - Interface in org.apache.commons.vfs2.provider
- 
Provides methods to parse a file name into aFileName.
- File Naming - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- File Naming - Search tag in interface org.apache.commons.vfs2.FileSystemManager
- Section
- FileNotFolderException - Exception Class in org.apache.commons.vfs2
- 
Delivers a file-not-folder exception which happens when trying to issueFileObject.getChildren()on a file.
- FileNotFolderException(Object) - Constructor for exception class org.apache.commons.vfs2.FileNotFolderException
- 
Constructs exception with the specified detail message.
- FileNotFolderException(Object, Throwable) - Constructor for exception class org.apache.commons.vfs2.FileNotFolderException
- 
Constructs exception with the specified detail message.
- FileNotFoundException - Exception Class in org.apache.commons.vfs2
- 
A file-not-found exception.
- FileNotFoundException(Object) - Constructor for exception class org.apache.commons.vfs2.FileNotFoundException
- 
Constructs exception with the specified detail message.
- FileNotFoundException(Object, Throwable) - Constructor for exception class org.apache.commons.vfs2.FileNotFoundException
- 
Constructs exception with the specified detail message and cause.
- FileObject - Interface in org.apache.commons.vfs2
- 
Represents a file, and is used to access the content and structure of the file.
- FileObjectUtils - Class in org.apache.commons.vfs2.util
- 
Utility methods forFileObject.
- 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.ram.RamFileRandomAccessContent
- 
File Pointer
- FileProvider - Interface in org.apache.commons.vfs2.provider
- 
A file provider.
- 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.
- FileSelectInfo - Interface in org.apache.commons.vfs2
- 
Gets information about a file, used to select files during the traversal of a hierarchy.
- FileSelector - Interface in org.apache.commons.vfs2
- 
Selects what to traverse a file hierarchy.
- FileSystem - Interface in org.apache.commons.vfs2
- 
A file system, made up of a hierarchy of files.
- FileSystemConfigBuilder - Class in org.apache.commons.vfs2
- 
Abstracts configuringFileSystemOptionss.
- 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.
- FileSystemException - Exception Class in org.apache.commons.vfs2
- 
Thrown for file system errors.
- FileSystemException(String) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message.
- FileSystemException(String, Object) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message.
- FileSystemException(String, Object...) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message.
- FileSystemException(String, Object[], Throwable) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Deprecated.Use insteadFileSystemException(String, Throwable, Object[]). Will be removed in 3.0.
- FileSystemException(String, Object, Throwable) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message and cause.
- FileSystemException(String, Throwable) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message.
- FileSystemException(String, Throwable, Object...) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs exception with the specified detail message.
- FileSystemException(Throwable) - Constructor for exception class org.apache.commons.vfs2.FileSystemException
- 
Constructs wrapper exception.
- FileSystemManager - Interface in org.apache.commons.vfs2
- 
A FileSystemManager manages a set of file systems.
- fileSystemOptions - Variable in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Authentication options.
- FileSystemOptions - Class in org.apache.commons.vfs2
- 
Configures file systems individually with these options.
- FileSystemOptions() - Constructor for class org.apache.commons.vfs2.FileSystemOptions
- 
Constructs a new instance.
- FileSystemOptions(Map<FileSystemOptions.FileSystemOptionKey, Object>) - Constructor for class org.apache.commons.vfs2.FileSystemOptions
- 
Constructs a new instance with the given options.
- FileType - Enum in org.apache.commons.vfs2
- 
An enumerated type that represents a file's type.
- FileTypeHasNoContentException - Exception Class in org.apache.commons.vfs2
- 
A file-not-folder exception which happens when trying to issueFileObject.getChildren()on a file.
- FileTypeHasNoContentException(Object) - Constructor for exception class org.apache.commons.vfs2.FileTypeHasNoContentException
- 
Constructs exception with the specified detail message.
- FileTypeHasNoContentException(Object, Throwable) - Constructor for exception class org.apache.commons.vfs2.FileTypeHasNoContentException
- 
Constructs exception with the specified detail message and cause.
- FileTypeSelector - Class in org.apache.commons.vfs2
- 
AFileSelectorthat 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
- 
Deprecated.UseFileObjectUtils.
- finalize() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- findClass(String) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
- 
Finds and loads the class with the specified name from the search path.
- 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.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(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) - 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) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- 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.cache.OnCallRefreshFileObject
- findFiles(FileSelector, boolean, List<FileObject>) - Method in interface org.apache.commons.vfs2.FileObject
- 
Finds the set of matching descendants of this file.
- 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, 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.
- Finding Files - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- findLocalFile(File) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
- 
Finds a local file.
- findLocalFile(File) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
- 
Converts from java.io.File to FileObject.
- findLocalFile(String) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
- 
Finds a local file, from its local name.
- findLocalFile(String) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
- 
Finds a local file, from its local name.
- 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.
- 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
- FOLDER - Enum constant in enum org.apache.commons.vfs2.FileType
- 
A folder.
- forName(String) - Static method in enum org.apache.commons.vfs2.filter.IOCase
- 
Factory method to create an IOCase from a name.
- freeUnusedResources() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Frees all unused resources created by this manager.
- freeUnusedResources() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
- 
Frees unused resources.
- from(AccessMode...) - Static method in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Converts an array ofAccessModeinto a RandomAccessMode.
- FS_ATTRIBUTES - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File system attributes are supported.
- FtpClient - Interface in org.apache.commons.vfs2.provider.ftp
- 
What VFS expects from an FTP client to provide.
- FtpClientFactory - Class in org.apache.commons.vfs2.provider.ftp
- 
CreatesFtpClientinstances.
- FtpClientFactory.ConnectionFactory<C,B> - 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
- 
Constructs a new instance.
- FtpFileNameParser - Class in org.apache.commons.vfs2.provider.ftp
- 
Implementation for FTP.
- FtpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
- 
Constructs a new instance with the default port.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- FtpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ftp
- 
The config builder for various FTP configuration options.
- 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.
- FtpsClientFactory - Class in org.apache.commons.vfs2.provider.ftps
- 
Create FTPSClient instances.
- FtpsDataChannelProtectionLevel - Enum in org.apache.commons.vfs2.provider.ftps
- 
Protection level of the data channel in a FTPS communication.
- FtpsFileProvider - Class in org.apache.commons.vfs2.provider.ftps
- 
A provider for FTP file systems.
- FtpsFileProvider() - Constructor for class org.apache.commons.vfs2.provider.ftps.FtpsFileProvider
- 
Constructs a new instance.
- FtpsFileSystem - Class in org.apache.commons.vfs2.provider.ftps
- 
A FTPS file system.
- FtpsFileSystem(GenericFileName, FtpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ftps.FtpsFileSystem
- 
Creates a new FtpsFileSystem.
- FtpsFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ftps
- 
The configuration builder for various FTPS configuration options.
- FtpsMode - Enum in org.apache.commons.vfs2.provider.ftps
- 
Mode of the FTPS connection.
G
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- GenericURLFileNameParser - Class in org.apache.commons.vfs2.provider
- 
Generic implementation for any URL based file system, without depending on a specific library.
- GenericURLFileNameParser(int) - Constructor for class org.apache.commons.vfs2.provider.GenericURLFileNameParser
- 
Constructs a new instance.
- GET_LAST_MODIFIED - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File get last-modified time is supported.
- GET_TYPE - Enum constant in enum org.apache.commons.vfs2.Capability
- 
The file type can be determined.
- 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.
- getActivePortRange(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the active port range.
- 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
- 
Gets the attribute with the specified name.
- getAttribute(String) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Gets the value of an attribute.
- getAttribute(String) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
- 
Retrieves the attribute with the specified name.
- getAttributeNames() - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets 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.JarURLConnectionImpl
- getAuthor() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Gets the author.
- 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
- 
Gets the base file used to resolve relative URI.
- getBaseFolder() - Method in interface org.apache.commons.vfs2.FileSelectInfo
- 
Gets the base folder of the traversal.
- getBaseName() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets 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 a named option as a Boolean.
- getBoolean(FileSystemOptions, String, boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Boolean.
- getBoolean(FileSystemOptions, String, Boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Boolean.
- getByte(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Byte.
- getByte(FileSystemOptions, String, byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Byte.
- getByte(FileSystemOptions, String, Byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Byte.
- getByteArray() - Method in interface org.apache.commons.vfs2.FileContent
- 
Returns the content of a file as a byte array.
- getCacheStrategy() - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Gets the cache strategy used.
- getCacheStrategy() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Gets 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
- 
Deprecated.
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 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
- 
Gets 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 a named option as a Character.
- getCharacter(FileSystemOptions, String, char) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Character.
- getCharacter(FileSystemOptions, String, Character) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Character.
- getCharset() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
- 
Gets the Charset, defaults toStandardCharsets.UTF_8, the value used inZipFile.
- getCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
- 
Gets the Charset from the FileSystemOptions orStandardCharsets.UTF_8if absent.
- getChecksPerRun() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Gets 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
- 
Gets 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.
- getChildren() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
- getChildren() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets a lists of 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.
- getClassLoader(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
- 
Gets the class loader from the FileSystemOptions.
- getClassName() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
Gets the class name.
- 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
- 
Deprecated.Gets the HTTP client.
- getCode() - Method in exception class org.apache.commons.vfs2.FileSystemException
- 
Retrieves error code of the exception.
- getCompression(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the names of the compression algorithms, comma-separated.
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
- 
Gets the FileSystemConfigBuilder.
- getConfigBuilder() - Method in interface org.apache.commons.vfs2.provider.FileProvider
- 
Gets the configbuilder usable 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.ftps.FtpsFileProvider
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
- 
Deprecated.
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 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
- 
Gets 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
- 
Deprecated.
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 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
- getConnectionTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- getConnectionTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- getConnectionTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the connection timeout.
- getConnectionTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated./** Gets the connection timeout.
- getConnectionTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the connection timeout.
- getConnectTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- getConnectTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the connect timeout duration.
- getConnectTimeoutDuration(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
- 
Deprecated.
- getContainer() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
- 
Gets the container.
- getContent() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
- getContent() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets this file's content.
- 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(FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
- 
Deprecated.
- getContentAsByteArray(FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Gets the content of a file object, as a byte array.
- getContentAsString(FileObject, String) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Returns the content of a file as a String.
- getContentAsString(FileObject, Charset) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Gets 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
- 
Gets the content info. e.g. type, encoding, ...
- 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
- 
Gets the control encoding.
- getControlKeepAliveReplyTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the controlKeepAliveReplyTimeout duration.
- getControlKeepAliveTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the controlKeepAliveTimeout duration.
- getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the cookies to add to the request.
- getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the cookies to add to the request.
- getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the cookies to add to the request.
- getCount() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
- 
Gets the number of bytes read by this input stream.
- getCount() - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Gets the number of bytes read by this input stream.
- getCryptor() - Static method in class org.apache.commons.vfs2.util.CryptorFactory
- 
Gets the Cryptor.
- 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.
- getDataChannelProtectionLevel(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Gets the data channel protection level (PROT).
- getDataInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
- 
Gets a DataInputStream.
- getDataTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Deprecated.
- getDataTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the timeout for opening the data channel.
- getDate() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Gets the date.
- getDecoratedFileObject() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- 
Gets the decorated fileObject.
- getDefaultDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets 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
- 
Gets the default port.
- getDelay() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Deprecated.
- getDelayDuration() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Gets the delay between runs.
- getDelegateFile() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
- 
Gets access to the delegated file.
- getDependencies() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
Gets the dependency.
- getDepth() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the depth of this file name, within its file system.
- getDepth() - Method in interface org.apache.commons.vfs2.FileSelectInfo
- 
Gets 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.
- getDouble(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Double.
- getDouble(FileSystemOptions, String, double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Double.
- getDouble(FileSystemOptions, String, Double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Double.
- getDuration(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Duration.
- getDuration(FileSystemOptions, String, Duration) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Duration.
- getDurationInteger(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Duration bound to the integer range.
- getDurationInteger(FileSystemOptions, String, Duration) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Duration bound to the integer range.
- getEntryName() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
- getEntryParser(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the key to the EntryParser.
- getEntryParserFactory(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the FTPFileEntryParserFactory parameter.
- getEnum(Class<E>, FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Double.
- getEnum(Class<E>, FileSystemOptions, String, E) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as an Enum.
- getExtension() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets 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
- 
Deprecated.Returns the OS families that this family belongs to.
- getFamily(String) - Static method in class org.apache.commons.vfs2.util.Os
- 
Deprecated.Locates an OsFamily by name (case-insensitive).
- getFile() - Method in class org.apache.commons.vfs2.FileChangeEvent
- 
Deprecated.
- getFile() - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets the file which this is the content of.
- getFile() - Method in interface org.apache.commons.vfs2.FileSelectInfo
- 
Gets 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(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(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
- 
Retrieves a FileObject from the cache by name.
- 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
- 
Gets 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
- 
Deprecated.Gets a new FileContentInfoFactory.
- getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.
- getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- getFilecount() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
- 
Gets the file count.
- 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
- 
Gets a cached file.
- getFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Returns a cached file.
- getFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
- 
Gets a cached file.
- 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
- 
Gets the file name parser.
- getFileObject() - Method in class org.apache.commons.vfs2.FileChangeEvent
- 
Returns the file that changed.
- getFileObject() - Method in class org.apache.commons.vfs2.operations.AbstractFileOperation
- 
Gets the instance of FileObject for this FileOperation.
- 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
- 
Gets 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
- 
Gets 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
- 
Gets this instance's FileOperations.
- 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.ram.RamFileRandomAccessContent
- 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
- 
Gets the filesCache implementation used to cache files.
- getFileSystem() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets 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
- 
Gets the configuration builder for the given scheme.
- getFileSystemManager() - Method in interface org.apache.commons.vfs2.FileSystem
- 
Returns a reference to the FileSystemManager.
- getFileSystemManager() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Gets the FileSystemManager used to instantiate this file system.
- getFileSystemManager() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Gets 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
- 
Gets the FileSystemOptions used to instantiate this file system.
- getFileSystemOptions() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Gets the FileSystemOptions.
- 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 a named option as a Float.
- getFloat(FileSystemOptions, String, float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Float.
- getFloat(FileSystemOptions, String, Float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Float.
- getFollowRedirect() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Gets whether to follow redirects.
- getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets whether to follow redirects for the connection.
- getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets whether to follow redirects for the connection.
- getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets whether to follow redirects for the connection.
- getFriendlyURI() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets 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.
- getFtpsMode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Returns the FTPS mode.
- getFtpsType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Deprecated.As of 2.1, useFtpsFileSystemConfigBuilder.getFtpsMode(FileSystemOptions)
- getGroupsIds() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
- 
Gets the (numeric) group IDs.
- 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
- 
Gets the host name.
- getHttpClient() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.Gets the internalHttpClientinstance.
- getHttpClient() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 
Gets the internalHttpClientinstance.
- getHttpClientContext() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.Gets the internalHttpClientContextinstance.
- getHttpClientContext() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 
Gets the internalHttpClientContextinstance.
- getIdentities(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Deprecated.
- 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
- 
Gets the identity repository factory.
- getInfo() - Method in exception class org.apache.commons.vfs2.FileSystemException
- 
Retrieves array of complementary info (context).
- getInputStream() - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets 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() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
- getInputStream() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
- getInputStream() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- getInputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
- getInputStream() - Method in interface org.apache.commons.vfs2.RandomAccessContent
- 
Gets the input stream.
- getInputStream() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- getInputStream(int) - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets an input stream for reading the file's content.
- getInputStream(int) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Returns an input stream to use to read the content of the file.
- getInputStream(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Returns an input stream for reading the content.
- getInputStream(TarArchiveEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Returns the input stream for the given entry.
- 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
- 
Gets the singleton instance.
- 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.ftps.FtpsFileSystemConfigBuilder
- 
Gets the singleton builder.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileNameParser
- 
Deprecated.Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the singleton builder.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
- 
Deprecated.Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the singleton builder.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
- 
Deprecated.Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http5.Http5FileNameParser
- 
Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the singleton builder.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http5s.Http5sFileNameParser
- 
Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
- 
Deprecated.Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
- 
Gets the singleton instance.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
- 
Gets the singleton instance, never null.
- 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.ResourceFileNameParser
- 
Gets the singleton instance.
- 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
- 
Gets the singleton instance.
- getInteger(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as an Integer.
- getInteger(FileSystemOptions, String, int) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as an Integer.
- getInteger(FileSystemOptions, String, Integer) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as an Integer.
- getInternalBaseURI() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.Gets the internal baseURIinstance.
- getInternalBaseURI() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 
Gets the internal baseURIinstance.
- getInternalURI() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.Gets the internalURIobject mapped to this file object.
- getInternalURI() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 
Gets the internalURIobject 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
- getKeyExchangeAlgorithm(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the option value for specific key exchange algorithm.
- getKeyManager(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Gets the KeyManager used to provide a client-side certificate if the FTPS server requests it.
- getKeys() - Method in class org.apache.commons.vfs2.util.CombinedResources
- getKeyStoreFile(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets keystore file path to be used in SSL connections.
- getKeyStoreFile(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets keystore file path to be used in SSL connections.
- getKeyStoreType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets keystore type for SSL connections.
- getKeyStoreType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets keystore type for SSL connections.
- getKnownHosts(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the known hosts File.
- getLastModified() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
- getLastModifiedTime() - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets 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 in milliseconds.
- getLastModTimeAccuracy() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Gets 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.
- getListener() - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
- 
Gets the wrapped listener.
- getLocalFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
- 
Gets the local file that this file object represents.
- getLogger() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Gets 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 a named option as a Long.
- getLong(FileSystemOptions, String, long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Long.
- getLong(FileSystemOptions, String, Long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Long.
- getLongMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
- 
Defaults toInteger.MAX_VALUE.
- getManager() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
- 
Gets the FileSystemManager.
- getManager() - Static method in class org.apache.commons.vfs2.VFS
- 
Gets the defaultFileSystemManagerinstance.
- getManifest() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
- getMask() - Method in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Gets the mask for this permission.
- getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the maximum number of connections allowed per host.
- getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the maximum number of connections allowed per host.
- getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the maximum number of connections allowed per host.
- getMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
- 
Defaults toInteger.MAX_VALUE.
- getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the maximum number of connections allowed.
- getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the maximum number of connections allowed.
- getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the maximum number of connections allowed.
- getMdtmLastModifiedTime(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the option to use FTP MDTM forFileContent.getLastModifiedTime().
- getMessage() - Method in exception class org.apache.commons.vfs2.FileSystemException
- 
Retrieves message from bundle.
- getMessage() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Gets the message.
- getModeString() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Gets this instance as an access mode string suitable for other APIs, like"r"forRandomAccessMode.READand"rw"forRandomAccessMode.READWRITE.
- getName() - Method in enum org.apache.commons.vfs2.CacheStrategy
- 
Returns the name of the scope.
- getName() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets 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.util.OsFamily
- 
Deprecated.Returns the name of this family.
- getOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.DefaultFileOperations
- getOperation(Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperations
- 
Gets the file operation for the given class.
- getOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
- getOperation(FileObject, Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperationProvider
- 
Gets implementation for a given FileObject and FileOperation interface.
- 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
- 
Gets all operations associated with this instance.
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
- 
Gets or creates a Map.
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
- 
Gets or creates a new Map.
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
- 
Gets or creates a new Map.
- 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
- 
Gets 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() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Returns an output stream for writing the content.
- 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
- getOutputStream(boolean) - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets an output stream for writing the file's content.
- getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Prepares this file for writing.
- getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Returns an output stream for writing the content in append mode.
- getOutputStream(boolean, int) - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets an output stream for writing the file's 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(int) - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets an output stream for writing the file's content.
- getOutputStream(int) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Returns an output stream for writing the content.
- getParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named parameter.
- getParamOrDefault(FileSystemOptions, String, T) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named parameter.
- getParent() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the file name of the parent of this file.
- getParent() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets 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
- 
Gets the parent layer if this is a layered file system.
- getPassiveMode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Tests whether passive mode is set.
- getPassphrase() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
- 
Gets the passphrase.
- getPassphrase() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
- 
Gets the passphrase of the private key.
- getPassphrase() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
- getPassPhrase() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
- 
Deprecated.
- getPassPhrase() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
- 
Deprecated.
- 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
- 
Gets the user password.
- getPassword() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
- getPath() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the absolute path string of this file, within its file system.
- getPath() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets a Path representing this file.
- getPath() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Gets the path.
- 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() - Method in class org.apache.commons.vfs2.util.PosixPermissions
- 
Gets permissions.
- getPermissions(boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
- 
Returns the POSIX type permissions of the file.
- 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.
- 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
- 
Gets 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
- 
Gets the file with the private key.
- getPrivateKeyBytes() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
- 
Gets the private key.
- 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
- 
Gets 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
- 
Deprecated.Gets the proxy authenticator where the system should get the credentials from.
- getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the proxy authenticator where the system should get the credentials from.
- getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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
- 
Deprecated.Gets the proxy to use for http connection.
- getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the proxy to use for http connection.
- getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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.
- 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
- 
Deprecated.Gets the proxy-port to use for http the connection.
- getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the proxy-port to use for http the connection.
- getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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.
- getProxyScheme(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the proxy-scheme to use for http the connection.
- getProxyScheme(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the proxy-scheme to use for http 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
- 
Gets the file with the public key.
- getPublicKeyBytes() - Method in class org.apache.commons.vfs2.provider.sftp.BytesIdentityInfo
- 
Gets the public key.
- getPublicURIString() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets 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
- 
Gets a 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 a random manner.
- getRecentDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
SeeFTPClientConfigfor 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.
- 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
- 
Gets the file replicator.
- getReplicator() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Gets a file replicator for the provider to use.
- getReplyCode() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Gets the integer value of the reply code of the last FTP reply.
- getReplyCode() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- getReplyString() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Gets the entire text of the last FTP server response exactly as it was received, including all end of line markers in NETASCII format.
- getReplyString() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- getResourceName() - Method in class org.apache.commons.vfs2.util.CombinedResources
- 
Gets the resource name.
- getRevision() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Gets the revision.
- getRoot() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets 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
- 
Gets the root file of this file system.
- getRoot() - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Gets the root file name.
- 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
- 
Gets the name of the root of this file system.
- getRootURI() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the root URI string 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() - 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
- 
Gets the root URI specified for this file System.
- getRootURI() - Method in class org.apache.commons.vfs2.provider.res.ResourceFileName
- getRootURI(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets the root URI of the file system.
- getSaneTransferAbortedOkReplyCodes() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets special retry code.
- getScheme() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the URI scheme of this file.
- 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
- 
Gets the connection schema.
- getSchemes() - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Gets the schemes currently available.
- getSchemes() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Gets the schemes currently available.
- getSchemes() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
Gets the schema.
- 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
- 
Gets the language code used by the server.
- getServerTimeZoneId(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
SeeFTPClientConfigfor details and examples.
- getSessionTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the session timeout value in milliseconds.
- getSessionTimeoutMillis(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Deprecated.
- getShort(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Short.
- getShort(FileSystemOptions, String, short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Short.
- getShort(FileSystemOptions, String, Short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a Short.
- getShortMonthNames(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
SeeFTPClientConfigfor details and examples.
- getSize() - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets 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
- 
Deprecated.
- getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.
- getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.
- getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Deprecated.
- getSoTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets The so timeout duration.
- getSoTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the socket timeout.
- getSoTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the socket timeout.
- getSoTimeoutDuration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the socket timeout.
- getStatus() - Method in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Gets the status.
- getStrictHostKeyChecking(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the option value The host key checking.
- getString(String) - Method in interface org.apache.commons.vfs2.FileContent
- 
Gets the content of a file as a 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 ofMessages.getString(String, Object[])When removed, calls to this method will automatically recompile toMessages.getString(String, Object[])
- getString(String, Object...) - Static method in class org.apache.commons.vfs2.util.Messages
- 
Formats a message.
- getString(Charset) - 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 a named option as a String.
- getString(FileSystemOptions, String, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Gets a named option as a String.
- getTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Gets the TarArchiveInputStream.
- getTemporaryFileStore() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Gets the temporary file store.
- getTemporaryFileStore() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Gets a temporary file store for the provider to use.
- getTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- getTlsVersions(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the enabled TLS versions as a comma separated string, each token of which is the name oforg.apache.hc.core5.http.ssl.TLSenum. e.g, "V_1_2, V_1_3".
- getTransferAbortedOkReplyCodes(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Gets the list of reply codes (apart from 200) that are considered as OK when prematurely closing a stream.
- getTrustManager(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Gets the TrustManager that validates the FTPS server's certificate.
- getType() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
- getType() - Method in interface org.apache.commons.vfs2.FileName
- 
Gets the requested or current type of this name.
- getType() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets 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.
- 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
- 
Gets the absolute URI string of this file.
- getURI() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets a URI representing 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
- 
Gets the string to end a URI.
- getURL() - Method in interface org.apache.commons.vfs2.FileObject
- 
Gets a URL representing this file.
- getURL() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- 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
- 
Deprecated.Gets the URL charset name.
- getUrlCharset() - Method in class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.Gets URL charset string.
- getUrlCharset() - Method in class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 
Gets URL charset string.
- getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the charset used for url encoding.
- getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the charset used for url encoding.
- getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets 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
- 
Gets the URLStreamHandlerFactory.
- getUserAgent() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Gets the user agent.
- getUserAgent(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Gets the user agent string.
- getUserAgent(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Gets the user agent string.
- getUserAgent(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Gets the user agent string.
- getUserAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
- 
Gets the UserAuthenticator parameter.
- getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Tests whether if VFS should treat the user directory as the root directory.
- getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
GetsBoolean.TRUEif VFS should treat the user directory as the root directory.
- getUserInfo(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Gets the UserInfo.
- 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
- 
Gets the user name.
- getZipFile() - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
- getZipFile() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
- 
Gets the zip file.
- GroupExecutable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Group right executable.
- GroupReadable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Group right readable.
- GroupWritable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Group right writable.
- GzipFileObject - Class in org.apache.commons.vfs2.provider.gzip
- 
A Gzip file.
- GzipFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileObject
- 
Deprecated.
- GzipFileObject(AbstractFileName, FileObject, GzipFileSystem) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileObject
- 
Constructs a new instance.
- GzipFileProvider - Class in org.apache.commons.vfs2.provider.gzip
- 
Provides access to the content of Gzip files.
- GzipFileProvider() - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
- 
Constructs a new instance.
- GzipFileSystem - Class in org.apache.commons.vfs2.provider.gzip
- 
A compressed file system using the Gzip method.
- GzipFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
- 
Constructs a new instance.
H
- handleChanged() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Called when this file is changed.
- 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.
- handleGetObject(String) - Method in class org.apache.commons.vfs2.util.CombinedResources
- handleLogEntry(VcsLogEntry) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLogEntryHandler
- 
Handles VCS log entries.
- 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.
- 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
- 
Tests whether this file system has a particular capability.
- hasChildren() - Method in enum org.apache.commons.vfs2.FileType
- 
Returns true if files of this type may contain other files.
- hasContent() - Method in enum org.apache.commons.vfs2.FileType
- 
Returns true if files of this type may have data content.
- hasFeature(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Queries the server for a supported feature.
- hasFeature(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Queries the server for a supported feature.
- hashCode() - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
- 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.sftp.BytesIdentityInfo
- hashCode() - Method in class org.apache.commons.vfs2.provider.sftp.IdentityInfo
- 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
- 
Tests @return whether an operationoperationClassis available.
- 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
- 
Tests if this manager has a provider for a particular scheme.
- 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 acceptsFiles that are hidden.
- HiddenFileFilter() - Constructor for class org.apache.commons.vfs2.filter.HiddenFileFilter
- 
Restrictive constructor.
- 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.
- 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
- 
Constructs a new instance.
- HostFileNameParser.Authority - Class in org.apache.commons.vfs2.provider
- 
Parsed authority info (scheme, hostname, username/password, port).
- Http4FileContentInfoFactory - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileContentInfoFactory
- 
Deprecated.Constructs a new instance.
- Http4FileNameParser - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileNameParser
- 
Deprecated.Constructs a new instance with the default port 80.
- Http4FileObject<FS> - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileObject(AbstractFileName, FS) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.ConstructsHttp4FileObject.
- Http4FileObject(AbstractFileName, FS, Http4FileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileObject
- 
Deprecated.ConstructsHttp4FileObject.
- Http4FileProvider - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileProvider() - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileProvider
- 
Deprecated.Constructs a new provider.
- Http4FileSystem - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileSystem(FileName, FileSystemOptions, HttpClient, HttpClientContext) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileSystem
- 
Deprecated.Constructs a new instance.
- Http4FileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.http4
- 
Deprecated.
- Http4FileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Constructs anHttp4FileSystemConfigBuilder.
- Http4sFileNameParser - Class in org.apache.commons.vfs2.provider.http4s
- 
Deprecated.
- Http4sFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
- 
Deprecated.Constructs a new instance with the default port 443.
- Http4sFileProvider - Class in org.apache.commons.vfs2.provider.http4s
- 
Deprecated.
- Http4sFileProvider() - Constructor for class org.apache.commons.vfs2.provider.http4s.Http4sFileProvider
- 
Deprecated.Constructs aHttp4sFileProvider.
- Http5FileContentInfoFactory - Class in org.apache.commons.vfs2.provider.http5
- 
CreatesFileContentInfoFactoryinstances for http5 provider.
- Http5FileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileContentInfoFactory
- 
Constructs a new instance.
- Http5FileNameParser - Class in org.apache.commons.vfs2.provider.http5
- 
FileNameParserimplementation for http5 provider, setting default port to 80.
- Http5FileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileNameParser
- 
Constructs a new instance with the default port 80.
- Http5FileObject<FS> - Class in org.apache.commons.vfs2.provider.http5
- 
A file object backed by Apache HttpComponents HttpClient v5.
- Http5FileObject(AbstractFileName, FS) - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 
ConstructsHttp4FileObject.
- Http5FileObject(AbstractFileName, FS, Http5FileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileObject
- 
ConstructsHttp4FileObject.
- Http5FileProvider - Class in org.apache.commons.vfs2.provider.http5
- 
FileProviderimplementation using HttpComponents HttpClient v5 library.
- Http5FileProvider() - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileProvider
- 
Constructs a new provider.
- Http5FileSystem - Class in org.apache.commons.vfs2.provider.http5
- 
http5 file system.
- Http5FileSystem(FileName, FileSystemOptions, HttpClient, HttpClientContext) - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileSystem
- 
ConstructsHttp4FileSystem.
- Http5FileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.http5
- 
Configuration options builder utility for http5 provider.
- Http5FileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Constructs anHttp4FileSystemConfigBuilder.
- Http5sFileNameParser - Class in org.apache.commons.vfs2.provider.http5s
- 
FileNameParserimplementation for http5s provider, setting default port to 443.
- Http5sFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http5s.Http5sFileNameParser
- 
Constructs a new instance with the default port 443.
- Http5sFileProvider - Class in org.apache.commons.vfs2.provider.http5s
- 
http5s provider that uses HttpComponents HttpClient.
- Http5sFileProvider() - Constructor for class org.apache.commons.vfs2.provider.http5s.Http5sFileProvider
- 
Constructs aHttp4sFileProvider.
- HttpClientFactory - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileContentInfoFactory - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
- 
Deprecated.Constructs a new instance.
- HttpFileNameParser - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileNameParser
- 
Deprecated.Constructs a new instance with the default port 80.
- HttpFileObject<FS> - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileObject(AbstractFileName, FS) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Constructs a new instance.
- HttpFileObject(AbstractFileName, FS, HttpFileSystemConfigBuilder) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Constructs a new instance.
- HttpFileProvider - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileProvider() - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileProvider
- 
Deprecated.Constructs a new provider.
- HttpFileSystem - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileSystem(GenericFileName, HttpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileSystem
- 
Deprecated.Constructs a new instance.
- HttpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.http
- 
Deprecated.
- HttpFileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Creates new config builder.
- HttpsFileNameParser - Class in org.apache.commons.vfs2.provider.https
- 
Deprecated.
- HttpsFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
- 
Deprecated.Constructs a new instance with the default port 443.
- HttpsFileProvider - Class in org.apache.commons.vfs2.provider.https
- 
Deprecated.
- HttpsFileProvider() - Constructor for class org.apache.commons.vfs2.provider.https.HttpsFileProvider
- 
Deprecated.Constructs a new instance.
I
- 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 aJSch.
- IdentityRepositoryFactory - Interface in org.apache.commons.vfs2.provider.sftp
- 
Creates instances of JSchIdentityRepository.
- IGNORED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Ignored.
- IMAGINARY - Enum constant in enum org.apache.commons.vfs2.FileType
- 
A file that does not exist.
- IMPLICIT - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsMode
- 
Implicit mode.
- 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
- 
Tests 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 callingInvertIncludeFileSelector.includeFile(FileSelectInfo)on the delegate.
- includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.PatternFileSelector
- 
Determines if a file or folder should be selected.
- info(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
- 
info.
- info(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
- 
info.
- init() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
- 
Initializes this component.
- 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
- 
Initializes this instance.
- injectType(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Sets the file type.
- injectType(FileType) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
- INSENSITIVE - Enum constant in enum org.apache.commons.vfs2.filter.IOCase
- 
The constant for case-insensitive regardless of operating system.
- installListener(FileObject, FileListener) - Static method in class org.apache.commons.vfs2.util.WeakRefFileListener
- 
Install thelistenerat the givenfile.
- INSTANCE - Static variable in class org.apache.commons.vfs2.filter.FalseFileFilter
- 
Singleton instance of false filter.
- INSTANCE - Static variable in class org.apache.commons.vfs2.filter.TrueFileFilter
- 
Singleton instance of true filter.
- instantiateOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
- 
Gets operation instance for specified FileOperation subclass.
- 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
- 
Constructs a new instance.
- IOCase - Enum in org.apache.commons.vfs2.filter
- 
Enumeration of IO case sensitivity.
- 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
- 
Tests 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
- 
Deprecated.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.
- isConnected() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Tests if the client is currently connected to a server.
- 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.
- isDefault() - Method in class org.apache.commons.vfs2.impl.DefaultProviderConfiguration
- isDefault() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
Always returns false.
- isDescendent(FileName) - Method in interface org.apache.commons.vfs2.FileName
- 
Tests 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 interface org.apache.commons.vfs2.FileName
- 
Tests 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.
- isDisableDetectExecChannel(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Returnstrueif the detection of the exec channel should be disabled.
- isEmpty() - Method in interface org.apache.commons.vfs2.FileContent
- 
Tests if the receiver is empty.
- isExecDisabled() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
- 
Tests whether the exec channel is disabled.
- 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.
- isFamily(String) - Static method in class org.apache.commons.vfs2.util.Os
- 
Deprecated.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
- 
Deprecated.Determines if the OS on which Ant is executing matches the given OS family.
- isFile() - Method in interface org.apache.commons.vfs2.FileName
- 
Tests 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.
- 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
- 
Deprecated.Determines if the hostname should be verified in SSL context.
- isHostnameVerificationEnabled(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Determines if the hostname should be verified in SSL context.
- 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
- 
Deprecated.Determines if the FileSystemOptions indicate that HTTP Keep-Alive is respected.
- isKeepAlive(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Determines if the FileSystemOptions indicate that HTTP Keep-Alive is respected.
- isLoadOpenSSHConfig(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
ReturnsBoolean.TRUEif VFS should load the OpenSSH config.
- isName(String) - Static method in class org.apache.commons.vfs2.util.Os
- 
Deprecated.Determines if the OS on which Ant is executing matches the given OS name.
- isOpen() - Method in interface org.apache.commons.vfs2.FileContent
- 
Tests if this file has open streams.
- isOpen() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Tests whether this file system has open streams.
- isOpen() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Checks if an 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
- 
Deprecated.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
- 
Deprecated.Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version.
- isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Determines if the FileSystemOptions indicate that preemptive authentication is requested.
- isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Determines if the FileSystemOptions indicate that preemptive authentication is requested.
- isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Determines if the FileSystemOptions indicate that preemptive authentication is requested.
- 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
- 
Tests the recursive setting when adding files for monitoring.
- isReleaseable() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Tests whether any files are using this FileSystem.
- isSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Checks if this fileObject is the same file asdestFilejust with a different name.
- 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.
- isUriStyle() - Static method in class org.apache.commons.vfs2.VFS
- 
TODO.
- isUrlBased(FileName, String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
- 
Guess if the given file name is a URL with host or not.
- isVersion(String) - Static method in class org.apache.commons.vfs2.util.Os
- 
Deprecated.Determines if the OS on which Ant is executing matches the given OS version.
- 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.
- Iterating Files - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- JUNCTIONS - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Junctions are supported.
K
- KEY_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Keys for FileSystemOptions.
- KEY_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Defines whether the HttpClient should follow redirections from the responses.
- KEY_FOLLOW_REDIRECT - Static variable in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Defines whether the HttpClient should follow redirections from the responses.
- KEY_USER_AGENT - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Keys for FileSystemOptions.
L
- LAST_MODIFIED - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File last-modified time is supported.
- LAYER_SEPARATOR - Static variable in class org.apache.commons.vfs2.provider.LayeredFileName
- 
The layer separator character ''!''.
- 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
- 
Constructs a new instance.
- LayeredFileNameParser - Class in org.apache.commons.vfs2.provider
- 
Implementation for layered file systems.
- LayeredFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.LayeredFileNameParser
- 
Constructs a new instance.
- length() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- 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
- LIST_CHILDREN - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Children of files can be listed.
- listFiles(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Using the default system autodetect mechanism, obtain a list of file information for the current working directory or for just a single file.
- listFiles(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- listFiles(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Lists the set of matching descendants of this file, in depthwise order.
- loadResources(String) - Method in class org.apache.commons.vfs2.util.CombinedResources
- 
Loads a resource.
- loadResources(Locale) - Method in class org.apache.commons.vfs2.util.CombinedResources
- 
Loads resources.
- LOCAL - Enum constant in enum org.apache.commons.vfs2.provider.ftp.FtpFileType
- 
The local file type.
- 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
- 
Constructs a new instance.
- LocalFileNameParser - Class in org.apache.commons.vfs2.provider.local
- 
A name parser.
- LocalFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileNameParser
- 
Constructs a new instance.
- LocalFileProvider - Interface in org.apache.commons.vfs2.provider
- 
A file provider which handles local files.
- 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
- 
Constructs a new instance.
- lookupOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
- 
Find class implementing a specific operation interface.
- LRUFilesCache - Class in org.apache.commons.vfs2.cache
- 
This implementation caches every file usingLRUMap.
- LRUFilesCache() - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCache
- 
Constructs a new instance.
- LRUFilesCache(int) - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCache
- 
Constructs a new instance with the desired LRU size.
M
- 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
- 
Creates a new subdirectory on the FTP server in the current directory (if a relative pathname is given) or where specified (if an absolute pathname is given).
- 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.
- MANIFEST_ATTRIBUTES - Enum constant in enum org.apache.commons.vfs2.Capability
- 
The set of attributes defined by the Jar manifest specification are supported.
- MANUAL - Enum constant in enum org.apache.commons.vfs2.CacheStrategy
- 
Deal with cached data manually.
- mark(int) - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- mdtmInstant(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Sends the MDTM command to get a file's date and time information after file transfer.
- mdtmInstant(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 
Sends the MDTM command to get a file's date and time information after file transfer.
- MERGED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Merged.
- Messages - Class in org.apache.commons.vfs2.util
- 
Formats messages.
- MISSING - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Missing.
- modified(String, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsModifyListener
- 
Handles a modified event.
- MODIFIED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Modified.
- 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.
- 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
- 
Constructs a new instance.
- MOVED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Moved.
- 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.
N
- NameFileFilter - Class in org.apache.commons.vfs2.filter
- 
Filters file names for a certain name.
- 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(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, String...) - Constructor for class org.apache.commons.vfs2.filter.NameFileFilter
- 
Constructs a new name file filter for an array of names specifying case-sensitivity.
- 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.
- NameScope - Enum in org.apache.commons.vfs2
- 
An enumerated type for file name scope, used when resolving a name relative to a file.
- NETCAT_COMMAND - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpStreamProxy
- 
Command format using netcat command.
- 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.
- NOT_MODIFIED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Not modified.
- NOT_REVERTED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Not reverted.
- 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
- 
Notifies the given file listener of this event.
- 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
- 
Called 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.
- NullFilesCache - Class in org.apache.commons.vfs2.cache
- 
AFilesCacheimplementation.
- NullFilesCache() - Constructor for class org.apache.commons.vfs2.cache.NullFilesCache
- 
Constructs a new instance.
O
- OBSTRUCTED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Obstructed.
- ON_CALL - Enum constant in enum org.apache.commons.vfs2.CacheStrategy
- 
Refresh the data every time you call a method on the fileObject.
- ON_RESOLVE - Enum constant in enum org.apache.commons.vfs2.CacheStrategy
- 
Refresh the data every time you request a file fromFileSystemManager.resolveFile(java.io.File, java.lang.String).
- 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
- 
Constructs a new instance to decorate the given file object.
- 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.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.
- onClose() - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Called after the stream has been closed.
- openConnection(URL) - Method in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
- OrFileFilter - Class in org.apache.commons.vfs2.filter
- 
AFileFilterproviding conditional OR logic across a list of file filters.
- OrFileFilter() - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
- 
Default constructor.
- OrFileFilter(List<FileFilter>) - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
- 
Constructs a new instance ofOrFileFilterwith the specified filters.
- OrFileFilter(FileFilter...) - Constructor for class org.apache.commons.vfs2.filter.OrFileFilter
- 
Constructs a new file filter that ORs the result of other 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.filter - package org.apache.commons.vfs2.filter
- 
Implementations ofFileFilter.
- org.apache.commons.vfs2.function - package org.apache.commons.vfs2.function
- 
Functional interface types in the style of java.util.function.
- org.apache.commons.vfs2.impl - package org.apache.commons.vfs2.impl
- 
The standard VFS implementation.
- 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.ftps - package org.apache.commons.vfs2.provider.ftps
- 
The FTPS 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.http5 - package org.apache.commons.vfs2.provider.http5
- 
The HTTP5 File Provider.
- org.apache.commons.vfs2.provider.http5s - package org.apache.commons.vfs2.provider.http5s
- 
The HTTP5S 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 wrapsURL.
- org.apache.commons.vfs2.provider.zip - package org.apache.commons.vfs2.provider.zip
- 
The Zip File Provider.
- 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
- 
Deprecated.Use Apache Commons Lang'sSystemUtils. Remove in 3.0.
- OS_FAMILY_DOS - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All DOS based OSes.
- OS_FAMILY_MAC - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All Mac based OSes.
- OS_FAMILY_NETWARE - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.Netware.
- OS_FAMILY_OS2 - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.OS/2.
- OS_FAMILY_OSX - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.OSX.
- OS_FAMILY_UNIX - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All Unix based OSes.
- OS_FAMILY_WIN9X - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All Windows 9x based OSes.
- OS_FAMILY_WINDOWS - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All Windows based OSes.
- OS_FAMILY_WINNT - Static variable in class org.apache.commons.vfs2.util.Os
- 
Deprecated.All Windows NT based OSes.
- OsFamily - Class in org.apache.commons.vfs2.util
- 
Deprecated.Use Apache Commons Lang'sSystemUtils. Remove in 3.0.
- OtherExecutable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Other right executable.
- OtherReadable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Other right readable.
- OtherWritable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
Other right writable.
P
- P - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
- 
Private.
- parseUri(FileName, String) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
- 
Parses an absolute URI.
- parseUri(FileName, String) - Method in interface org.apache.commons.vfs2.provider.FileProvider
- 
Parses the URI into a FileName.
- parseUri(VfsComponentContext, FileName, String) - Method in interface org.apache.commons.vfs2.provider.FileNameParser
- 
Parses a String into a file name.
- 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
- 
Parses a URI into a FileName.
- parseURL(URL, String, int, int) - Method in class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
- PASSWORD - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
- 
The password.
- 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
- 
AFileSelectorthat selects based on regular expressions.
- 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.
- PatternFileSelector(Pattern) - Constructor for class org.apache.commons.vfs2.PatternFileSelector
- 
Creates a new selector for the given pattern.
- 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.
- PrefixFileFilter - Class in org.apache.commons.vfs2.filter
- 
Filters file names for a certain prefix.
- 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(List<String>) - Constructor for class org.apache.commons.vfs2.filter.PrefixFileFilter
- 
Constructs a new Prefix file filter for a list 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.
- 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.
- 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
- 
Constructs a new instance.
- 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
- 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
- 
Constructs a new instance.
- PROXY_HTTP - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
HTTP Proxy.
- 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.
- 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.tar.TarFileSystem
- 
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.
Q
- 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
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- RamFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ram
- 
Config Builder for the RAM file system.
- RANDOM_ACCESS_READ - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content can be read in random mode.
- RANDOM_ACCESS_SET_LENGTH - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content length can be set in random mode.
- RANDOM_ACCESS_WRITE - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content can be written in random mode.
- RandomAccessContent - Interface in org.apache.commons.vfs2
- 
Provides random access over content.
- RandomAccessMode - Enum in org.apache.commons.vfs2.util
- 
An enumerated type representing the modes of a random access content.
- RawMonitorInputStream - Class in org.apache.commons.vfs2.util
- 
An InputStream that provides end-of-stream monitoring.
- RawMonitorInputStream(InputStream) - Constructor for class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Constructs a MonitorInputStream from the passed InputStream.
- read() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
- 
Reads a character.
- read() - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Reads a character.
- read(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorInputStream
- 
Reads bytes from this input stream.
- read(byte[], int, int) - Method in class org.apache.commons.vfs2.util.RawMonitorInputStream
- 
Reads bytes from this input stream.
- READ - Enum constant in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Read access mode.
- READ_CONTENT - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content can be read.
- 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.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.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.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.ram.RamFileRandomAccessContent
- readDouble() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- readFloat() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
- 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[]) - 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.provider.AbstractRandomAccessStreamContent
- readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- Reading and Writing a File - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- readInt() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
- 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.seeDataInputStream.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
- readLong() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
- 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 newProperties.
- readProperties(FileObject, Properties) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Reads the given file into a new givenProperties.
- readShort() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
- 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.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.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.ram.RamFileRandomAccessContent
- readUTF() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- READWRITE - Enum constant in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Read-write access mode.
- 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.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
- RegexFileFilter - Class in org.apache.commons.vfs2.filter
- 
Filters files using supplied regular expression(s).
- RegexFileFilter(String) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
- 
Constructs a new regular expression filter.
- RegexFileFilter(String, int) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
- 
Constructs a new regular expression filter with the specified flags.
- RegexFileFilter(String, IOCase) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
- 
Constructs a new regular expression filter with the specified flags case sensitivity.
- RegexFileFilter(Pattern) - Constructor for class org.apache.commons.vfs2.filter.RegexFileFilter
- 
Constructs a new regular expression filter for a compiled regular expression.
- 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.
- removeCommitListener(VcsCommitListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
- 
Removes the listener that is given control when a commit occurs.
- removeComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
- 
Removes a subcomponent from this component.
- removeDirectory(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Removes a directory on the FTP server (if empty).
- removeDirectory(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- 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 an instance from the list of copies.
- removeFile(FileObject) - Method in interface org.apache.commons.vfs2.FileMonitor
- 
Removes a file from being monitored.
- removeFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Removes a file from being monitored.
- 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(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
- 
Removes a file from cache.
- 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.tar.TarFileSystem
- 
remove a cached file.
- removeFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
- 
remove a cached file.
- 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.
- removeModifyListener(VcsModifyListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
- 
Removes a modify listener.
- removeProvider(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Unregisters a file system provider.
- removeUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
- 
Removes an update listener.
- rename(String, String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Renames a remote file.
- rename(String, String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- RENAME - Enum constant in enum org.apache.commons.vfs2.Capability
- 
Files can be renamed.
- REPLACED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Replaced.
- 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.
- 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.
- requestRead() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Tests the read flag.
- requestWrite() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Tests the write flag.
- requireNonNull(T, String) - Static method in exception class org.apache.commons.vfs2.FileSystemException
- 
Throws a FileSystemException when the given object is null.
- requireNonNull(T, String, Object...) - Static method in exception class org.apache.commons.vfs2.FileSystemException
- 
Throws a FileSystemException when the given object is null.
- reset() - Static method in class org.apache.commons.vfs2.VFS
- 
Resets the FileSystemManager to the default.
- resetAttributes() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Used internally to flag situations where the file attributes should be retrieved again.
- resetTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
- 
Resets the tar file.
- RESOLVED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Resolved.
- resolveFile(File, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Locates a file by name.
- resolveFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Resolves a URI, relative to base file.
- 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) - Method in interface org.apache.commons.vfs2.FileSystem
- 
Finds a file in this file system.
- resolveFile(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Locates a file by name.
- resolveFile(String) - 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) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
- resolveFile(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Finds a file, relative to this file.
- resolveFile(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
- 
Finds a file in this file system.
- resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Locates a file by name.
- resolveFile(String, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Resolves a file by URI, use the FileSystemOptions for file-system creation.
- resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Resolves a file by name.
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
- resolveFile(String, NameScope) - Method in interface org.apache.commons.vfs2.FileObject
- 
Finds a file relative to this file.
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
- 
Returns a child by name.
- resolveFile(URI) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Resolves a URI into aFileObject.
- resolveFile(URI) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Resolves a URI into aFileObject.
- resolveFile(URL) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Resolves a URL into aFileObject.
- resolveFile(URL) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Resolves a URL into aFileObject.
- resolveFile(FileName) - Method in interface org.apache.commons.vfs2.FileSystem
- 
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(FileObject, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Locates a file by name.
- 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(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Resolves a file by name.
- resolveName(FileName, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Resolves a name, relative to this 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 interface org.apache.commons.vfs2.FileSystemManager
- 
Resolves a name, relative to the "root" file name.
- 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.
- ResourceFileName - Class in org.apache.commons.vfs2.provider.res
- 
A resource file URI.
- ResourceFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileName
- 
Constructs a new instance.
- ResourceFileNameParser - Class in org.apache.commons.vfs2.provider.res
- 
Slightly modified file name parser for resource URIs.
- ResourceFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileNameParser
- 
Constructs a new instance.
- ResourceFileProvider - Class in org.apache.commons.vfs2.provider.res
- 
The Resource provider.
- ResourceFileProvider() - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileProvider
- 
Constructs a new instance.
- ResourceFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.res
- 
The config BUILDER for various FTP configuration options.
- RESTORED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Restored.
- retrieveFileStream(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Returns an InputStream from which a named file from the server can be read.
- retrieveFileStream(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- retrieveFileStream(String, int) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Returns an InputStream from which a named file from the server can be read.
- retrieveFileStream(String, int) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- retrieveFileStream(String, long) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Returns an InputStream from which a named file from the server can be read.
- retrieveFileStream(String, long) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- REVERTED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Reverted.
- ROOT_PATH - Static variable in interface org.apache.commons.vfs2.FileName
- 
The absolute path of the root of a file system.
- run() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Asks the agent for each file being monitored to check its file for changes.
S
- S - Enum constant in enum org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
- 
Safe.
- seek(long) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- 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
- SELECT_ALL - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat selects the base file/folder, plus all its descendants.
- SELECT_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat selects only the direct children of the base folder.
- SELECT_FILES - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat only files (not folders).
- SELECT_FOLDERS - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat only folders (not files).
- SELECT_SELF - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat selects only the base file/folder.
- SELECT_SELF_AND_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
- 
AFileSelectorthat selects the base file/folder and its direct children.
- Selectors - Class in org.apache.commons.vfs2
- 
Several standard file selectors.
- SENSITIVE - Enum constant in enum org.apache.commons.vfs2.filter.IOCase
- 
The constant for case-sensitive regardless of operating system.
- 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.
- SET_LAST_MODIFIED_FILE - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File set last-modified time is supported.
- SET_LAST_MODIFIED_FOLDER - Enum constant in enum org.apache.commons.vfs2.Capability
- 
folder set last-modified time is supported.
- setActivePortRange(FileSystemOptions, Range<Integer>) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the active port range.
- 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(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Sets the base file to use when resolving relative URI.
- setBaseFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Sets the base file to use when resolving relative URI.
- setBufferSize(int) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
- 
Sets the buffer size for buffered data streams.
- setBufferSize(int) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- setCacheStrategy(CacheStrategy) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Sets the cache strategy to use when dealing with file object data.
- setCharset(FileSystemOptions, Charset) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
- 
Sets the Charset in the FileSystemOptions.
- setChecksPerRun(int) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Sets 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
- 
Sets the class loader in the FileSystemOptions.
- setClassName(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
sets the class name.
- 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(FileSystemOptions, ConfigRepository) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Sets the config repository. e.g.
- 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
- setConnectionTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- setConnectionTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- setConnectionTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.The connection timeout.
- setConnectionTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the connection timeout.
- setConnectionTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the connection timeout.
- setConnectTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- setConnectTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the timeout for the initial control connection.
- setConnectTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Sets the timeout value to create a Jsch connection.
- setConnectTimeoutMillis(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 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
- 
SeeFTP.setControlEncoding(java.lang.String)for details and examples.
- setControlKeepAliveReplyTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the control keep alive reply timeout for the FTP client.
- setControlKeepAliveTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the control keep alive timeout for the FTP client.
- setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.The cookies to add to the request.
- setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
The cookies to add to the request.
- setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.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(UserAuthenticationData.Type, char[]) - Method in class org.apache.commons.vfs2.UserAuthenticationData
- 
Sets a data to this collection.
- setDataChannelProtectionLevel(FileSystemOptions, FtpsDataChannelProtectionLevel) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Sets the data channel protection level (PROT).
- setDataTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- setDataTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the data timeout for the FTP client.
- setDefaultDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets 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
- 
Deprecated.
- setDelay(Duration) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Sets the delay between runs.
- setDependency(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
- 
Sets the dependency.
- setDisableDetectExecChannel(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Sets whether detection of exec channel is disabled.
- setEndRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
- 
Sets the end revision.
- setEntryParser(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets 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
- 
Sets whether administrative .svn directories will not be created on the retrieved tree.
- setFile(FileObject) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
- 
Attaches or detaches the target file.
- setFileContentInfoFactory(FileContentInfoFactory) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Sets 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
- 
Sets the file name parser.
- setFileObjectDecorator(Class<?>) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Sets 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(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
- 
Deprecated.Sets whether to follow redirects for the connection.
- setFollowRedirect(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets whether to follow redirects for the connection.
- setFollowRedirect(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets whether to follow redirects for the connection.
- setForce(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsDelete
- 
Sets whether the delete should be unconditional.
- setFtpsMode(FileSystemOptions, FtpsMode) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Sets FTPS mode, either "implicit" or "explicit".
- setFtpsType(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Deprecated.
- setHostName(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
- 
Sets the host name.
- setHostnameVerificationEnabled(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets if the hostname should be verified in SSL context.
- setHostnameVerificationEnabled(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets if the hostname should be verified in SSL context.
- setIdentities(FileSystemOptions, File...) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Deprecated.
- 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.
- setKeepAlive(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets if the FileSystemOptions indicate that HTTP Keep-Alive is respected.
- setKeepAlive(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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.
- setKeyManager(FileSystemOptions, KeyManager) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Sets the KeyManager used to provide a client-side certificate if the FTPS server requests it.
- setKeyStoreFile(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets keystore file path for SSL connections.
- setKeyStoreFile(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets keystore file path for SSL connections.
- setKeyStorePass(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets keystore pass phrase for SSL connections.
- setKeyStorePass(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets keystore pass phrase for SSL connections.
- setKeyStoreType(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets keystore type for SSL connections.
- setKeyStoreType(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets keystore type for SSL connections.
- setKnownHosts(FileSystemOptions, File) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Sets the known_hosts file. e.g.
- 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.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
- 
Sets the LogEntry handler.
- 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
- 
Sets whether directories should be created.
- 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
- 
Deprecated.Sets the maximum number of connections allowed to any host.
- setMaxConnectionsPerHost(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the maximum number of connections allowed to any host.
- setMaxConnectionsPerHost(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the maximum number of connections allowed to any host.
- setMaxSize(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
- 
Deprecated.
- 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
- 
Deprecated.Sets the maximum number of connections allowed.
- setMaxTotalConnections(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the maximum number of connections allowed.
- setMaxTotalConnections(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the maximum number of connections allowed.
- setMdtmLastModifiedTime(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the option to use FTP MDTM forFileContent.getLastModifiedTime().
- setMessage(String) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
- 
Sets the message.
- setParam(FileSystemOptions, String, boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Sets the named parameter.
- setParam(FileSystemOptions, String, Object) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Sets the 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
- 
Sets the user password.
- setPort(int) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
- 
Sets the connection port.
- setPreemptiveAuth(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.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
- 
Deprecated.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.http5.Http5FileSystemConfigBuilder
- 
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.
- 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
- 
Deprecated.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
- 
Deprecated.Sets the proxy authenticator where the system should get the credentials from.
- setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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
- 
Deprecated.Sets the proxy to use for http connection.
- setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the proxy to use for http connection.
- setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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
- 
Deprecated.Sets the proxy-port to use for http connection.
- setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the proxy-port to use for http connection.
- setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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.
- setProxyScheme(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the proxy-scheme to use for http connection.
- setProxyScheme(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the proxy-scheme to use for http 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
- 
SeeFTPClientConfigfor details and examples.
- setRecursive(boolean) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Sets the recursive setting when adding files for monitoring.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsAdd
- 
Sets whether subdirectories should be processed.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
- 
Sets whether directories should be traversed.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
- 
Sets whether directories should be traversed.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
- 
Sets whether children should be processed.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
- 
Sets whether to recurse.
- 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
- 
Sets the revision number.
- setRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
- 
Sets revision number.
- 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
- 
Sets the scheme.
- setScheme(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
- 
Sets the connection schema.
- setServerLanguageCode(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the language code used by the server.
- setServerTimeZoneId(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
SeeFTPClientConfigfor details and examples.
- setSessionTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- 
Sets the timeout value on Jsch session.
- setSessionTimeoutMillis(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
- setShortMonthNames(FileSystemOptions, String[]) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
SeeFTPClientConfigfor details and examples.
- setSoTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- setSoTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- setSoTimeout(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- setSoTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Deprecated.
- setSoTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
- 
Sets the socket timeout for the FTP client.
- setSoTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.The socket timeout.
- setSoTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the socket timeout.
- setSoTimeout(FileSystemOptions, Duration) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
The socket timeout.
- setStartRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
- 
Sets the start revision.
- 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
- 
Sets directory under which retrieved files should be placed.
- 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
- setTlsVersions(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the enabled TLS versions as a comma separated string, each token of which is the name oforg.apache.hc.core5.http.ssl.TLSenum. e.g, "V_1_2, V_1_3".
- 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.
- setTrustManager(FileSystemOptions, TrustManager) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
- 
Sets the TrustManager that validates the FTPS server's certificate.
- setupMethod(HttpMethod) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
- 
Deprecated.Prepares a HttpMethod object.
- setupOpenConnection(C, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpClientFactory.ConnectionFactory
- 
Sets up a new client.
- 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
- 
TODO.
- setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Sets the charset used for url encoding.
- setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the charset used for URL encoding.
- setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
Sets the charset used for url encoding.
- setUserAgent(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
- 
Deprecated.Sets the user agent to attach to the outgoing http methods.
- setUserAgent(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
- 
Deprecated.Sets the user agent to attach to the outgoing http methods.
- setUserAgent(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http5.Http5FileSystemConfigBuilder
- 
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 information.
- 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
- 
Sets the user name.
- 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.
- SftpClientFactory - Class in org.apache.commons.vfs2.provider.sftp
- 
Create a JSch Session instance.
- SftpFileNameParser - Class in org.apache.commons.vfs2.provider.sftp
- 
Implementation for SFTP.
- SftpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
- 
Constructs a new instance with 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- SftpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.sftp
- 
The config builder for various SFTP configuration options.
- SftpFileSystemConfigBuilder.ProxyType - Class in org.apache.commons.vfs2.provider.sftp
- 
Proxy type.
- 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.
- showMessage(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
- SIGNING - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content signing is supported.
- SIZE_UNDEFINED - Static variable in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
- 
The value returned byCompressedFileFileObject.doGetContentSize()when not overridden by a subclass.
- 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.
- 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.ram.RamFileRandomAccessContent
- skipBytes(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- SoftRefFilesCache - Class in org.apache.commons.vfs2.cache
- 
This implementation caches every file as long as it is strongly reachable by the JVM.
- SoftRefFilesCache() - Constructor for class org.apache.commons.vfs2.cache.SoftRefFilesCache
- 
Constructs a new instance.
- Sorting Files - Search tag in interface org.apache.commons.vfs2.FileObject
- Section
- StandardFileSystemManager - Class in org.apache.commons.vfs2.impl
- 
AFileSystemManagerthat configures itself from an XML (Default: providers.xml) configuration file.
- StandardFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.StandardFileSystemManager
- 
Constructs a new instance.
- start() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
- 
Starts monitoring the files that have been added.
- 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
- 
Constructs a new instance.
- 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
- 
Returns an OutputStream through which data can be written to store a file on the server using the given name.
- storeFileStream(String) - Method in class org.apache.commons.vfs2.provider.ftp.FTPClientWrapper
- SuffixFileFilter - Class in org.apache.commons.vfs2.filter
- 
Filters files based on the suffix (what the file name ends with).
- SuffixFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
- 
Constructs a new Suffix file filter for an array of suffixes.
- 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, String...) - Constructor for class org.apache.commons.vfs2.filter.SuffixFileFilter
- 
Constructs a new Suffix file filter for an array of suffixes specifying case-sensitivity.
- 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.
- 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 acceptsFiles 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 synchronizes all access to the FileObject.
- SynchronizedFileObject(FileObject) - Constructor for class org.apache.commons.vfs2.impl.SynchronizedFileObject
- 
Constructs a new instance.
- SYSTEM - Enum constant in enum org.apache.commons.vfs2.filter.IOCase
- 
The constant for case sensitivity determined by the current operating system.
T
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- TemporaryFileProvider - Class in org.apache.commons.vfs2.provider.temp
- 
A provider for temporary files.
- TemporaryFileProvider() - Constructor for class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
- 
Constructs a new instance.
- TemporaryFileProvider(File) - Constructor for class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- toAccessModes() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
- 
Converts this instance to an array ofAccessMode.
- toBooleanObject(boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
- 
Converts the given primitive boolean to a Boolean object.
- toBytes(long, byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- 
Build an 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 aFileObject.
- toFileObject(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Converts a local file into aFileObject.
- toFileObject(File) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
- 
Returns aFileObjectfor a local file.
- toFileObject(Path) - Method in interface org.apache.commons.vfs2.FileSystemManager
- 
Converts a local path into aFileObject.
- toLong(byte[]) - Static method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- 
Build a long from first 8 bytes of the array.
- 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 class org.apache.commons.vfs2.cache.SoftRefFilesCache
- toString() - Method in enum org.apache.commons.vfs2.CacheStrategy
- 
Returns the name of the scope.
- 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 representation 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.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.res.ResourceFileName
- 
Returns the decoded URI of the file.
- 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).
- touchFile(FileObject) - Method in class org.apache.commons.vfs2.cache.AbstractFilesCache
- 
Default implementation is a NOOP.
- 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.
- TRANS_SEPARATOR - Static variable in class org.apache.commons.vfs2.provider.UriParser
- 
The set of valid separators.
- traverseDescendants(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileSelector
- 
Tests whether a folder should be traversed.
- 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
- 
Deprecated.
- 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
- 
CallsInvertIncludeFileSelector.traverseDescendents(FileSelectInfo)on the delegate.
- 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
- 
Deprecated.
- 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
- 
Constructs a new instance.
- Type(String) - Constructor for class org.apache.commons.vfs2.UserAuthenticationData.Type
- 
Creates a new Type.
U
- UNKNOWN - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Unknown.
- UNVERSIONED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Unversioned.
- updated(String, long, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdateListener
- 
Handles update events.
- UPDATED - Enum constant in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
- 
Updated.
- URI - Enum constant in enum org.apache.commons.vfs2.Capability
- 
URI are supported.
- UriParser - Class in org.apache.commons.vfs2.provider
- 
Utilities for dealing with URIs.
- URIUtils - Class in org.apache.commons.vfs2.util
- 
The URI escape and character encoding and decoding utility.
- 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.UseGenericURLFileNameas 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.Constructs a new instance.
- 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
- 
Constructs a new instance.
- URLFileNameParser - Class in org.apache.commons.vfs2.provider
- 
Deprecated.UseGenericURLFileNameParseras it doesn't depend on HTTP Client v3 API directly.
- URLFileNameParser(int) - Constructor for class org.apache.commons.vfs2.provider.URLFileNameParser
- 
Deprecated.Constructs a new instance.
- UrlFileObject - Class in org.apache.commons.vfs2.provider.url
- 
AFileObjectimplementation backed by aURL.
- UrlFileObject(UrlFileSystem, AbstractFileName) - Constructor for class org.apache.commons.vfs2.provider.url.UrlFileObject
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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.
- UserExecutable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
User right executable.
- UserIsOwnerPosixPermissions - Class in org.apache.commons.vfs2.provider.sftp
- 
Pretends that the current user is always the owner and in the same group.
- UserIsOwnerPosixPermissions(int) - Constructor for class org.apache.commons.vfs2.provider.sftp.UserIsOwnerPosixPermissions
- 
Constructs a new instance.
- USERNAME - Static variable in class org.apache.commons.vfs2.UserAuthenticationData
- 
The user name.
- UserReadable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
User right readable.
- UserWritable - Enum constant in enum org.apache.commons.vfs2.util.PosixPermissions.Type
- 
User right writable.
V
- 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.provider.ftps.FtpsDataChannelProtectionLevel
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.vfs2.provider.ftps.FtpsMode
- 
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() - Static method in enum org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
- 
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.ftps.FtpsMode
- 
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.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
- 
The VCS add file operation.
- VcsCheckout - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS checkout file operation.
- VcsCommit - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS commit file operation.
- VcsCommitListener - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS commit listener.
- VcsDelete - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS delete file operation.
- VcsLog - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS log file operation.
- VcsLogEntry - Class in org.apache.commons.vfs2.operations.vcs
- 
A VFS log entry.
- VcsLogEntry(String, long, String, Calendar, String) - Constructor for class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- 
Constructs a new instance.
- VcsLogEntryHandler - Interface in org.apache.commons.vfs2.operations.vcs
- 
Handles VCS log entries.
- VcsModifyListener - Interface in org.apache.commons.vfs2.operations.vcs
- 
Handles VFS file modifications.
- 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
- 
Enumerates VFS status.
- VcsUpdate - Interface in org.apache.commons.vfs2.operations.vcs
- 
The VCS update file operation.
- VcsUpdateListener - Interface in org.apache.commons.vfs2.operations.vcs
- 
Handles VCS updates.
- VFS - Class in org.apache.commons.vfs2
- 
The main entry point for the 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 files.
- VFSClassLoader(FileObject[], FileSystemManager, ClassLoader) - Constructor for class org.apache.commons.vfs2.impl.VFSClassLoader
- 
Constructors a new VFSClassLoader for the given FileObjects.
- 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.
- 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.
- VfsConsumer<T> - Interface in org.apache.commons.vfs2.function
- 
AConsumerthat throwsFileSystemException.
- VfsLog - Class in org.apache.commons.vfs2
- 
This class is to keep the old logging behavior (for ant-task) and to be able to correctly use commons-logging.
- VIRTUAL - Enum constant in enum org.apache.commons.vfs2.Capability
- 
A virtual file system can be an archive like tar or zip.
- VirtualFileName - Class in org.apache.commons.vfs2.impl
- 
A simple file name to hold the scheme for to be created virtual file system.
- VirtualFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.impl.VirtualFileName
- 
Constructs a new instance.
- VirtualFileProvider - Class in org.apache.commons.vfs2.impl
- 
A virtual file system provider.
- VirtualFileProvider() - Constructor for class org.apache.commons.vfs2.impl.VirtualFileProvider
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- VISIBLE - Static variable in class org.apache.commons.vfs2.filter.HiddenFileFilter
- 
Singleton instance of visible filter.
W
- warn(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
- 
warning.
- warn(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
- 
warning.
- WeakRefFileListener - Class in org.apache.commons.vfs2.util
- 
Wraps a listener with a WeakReference.
- WeakRefFileListener(FileObject, FileListener) - Constructor for class org.apache.commons.vfs2.util.WeakRefFileListener
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- WildcardFileFilter - Class in org.apache.commons.vfs2.filter
- 
Filters files using the supplied wildcards.
- WildcardFileFilter(String...) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
- 
Constructs a new case-sensitive wildcard filter for an array of wildcards.
- WildcardFileFilter(List<String>) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
- 
Constructs a new case-sensitive wildcard filter for a list of wildcards.
- WildcardFileFilter(IOCase, String...) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
- 
Constructs a new wildcard filter for an array of wildcards specifying case-sensitivity.
- WildcardFileFilter(IOCase, List<String>) - Constructor for class org.apache.commons.vfs2.filter.WildcardFileFilter
- 
Constructs a new wildcard filter for a list of wildcards specifying case-sensitivity.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- wrapInputStream(String, InputStream) - Static method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
- 
Wraps an input stream in a compressor input stream.
- write(byte[]) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- write(byte[]) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- write(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
- write(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- write(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- write(byte[], int, 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[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- write(int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- write(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
- write(int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
- write(int) - Method in class org.apache.commons.vfs2.util.MonitorOutputStream
- write(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- write(OutputStream) - Method in interface org.apache.commons.vfs2.FileContent
- 
Writes this content to an OutputStream.
- write(OutputStream) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Writes this content to an OutputStream.
- write(OutputStream, int) - Method in interface org.apache.commons.vfs2.FileContent
- 
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(FileContent) - Method in interface org.apache.commons.vfs2.FileContent
- 
Writes this content to another FileContent.
- write(FileContent) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Writes this content to another FileContent.
- write(FileObject) - Method in interface org.apache.commons.vfs2.FileContent
- 
Writes this content to another FileObject.
- write(FileObject) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
- 
Writes this content to another FileObject.
- WRITE_CONTENT - Enum constant in enum org.apache.commons.vfs2.Capability
- 
File content can be written.
- writeBoolean(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- 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.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.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.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.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
- 
Deprecated.
- writeContent(FileObject, OutputStream) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Writes the content of a file to an OutputStream.
- writeContent(FileObject, FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
- 
Writes the content from a source file to a destination file.
- writeDouble(double) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- 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.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.ram.RamFileRandomAccessContent
- writeInt(int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
- writeLong(long) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
- 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.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.ram.RamFileRandomAccessContent
- writeUTF(String) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
Z
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- 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
- 
Constructs a new instance.
- ZipFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.zip
- 
ConfiguresFileSystemOptionss.
_
- _closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
- 
Closes the given file system.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Bzip2FileObject(AbstractFileName, FileObject, Bzip2FileSystem)instead.