- abort() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- AbstractFileChangeEvent - Class in org.apache.commons.vfs2.events
-
A change event that knows how to notify a listener.
- AbstractFileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.AbstractFileChangeEvent
-
- AbstractFileName - Class in org.apache.commons.vfs2.provider
-
A default file name implementation.
- AbstractFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileName
-
- AbstractFileNameParser - Class in org.apache.commons.vfs2.provider
-
Provides methods to parse a filename into a
FileName
.
- AbstractFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileNameParser
-
- AbstractFileObject - Class in org.apache.commons.vfs2.provider
-
A partial file object implementation.
- AbstractFileObject(AbstractFileName, AbstractFileSystem) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileObject
-
- AbstractFileOperation - Class in org.apache.commons.vfs2.operations
-
- AbstractFileOperation(FileObject) - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperation
-
- AbstractFileOperationProvider - Class in org.apache.commons.vfs2.operations
-
- AbstractFileOperationProvider() - Constructor for class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
-
- AbstractFileProvider - Class in org.apache.commons.vfs2.provider
-
- AbstractFileProvider() - Constructor for class org.apache.commons.vfs2.provider.AbstractFileProvider
-
- AbstractFilesCache - Class in org.apache.commons.vfs2.cache
-
Description.
- AbstractFilesCache() - Constructor for class org.apache.commons.vfs2.cache.AbstractFilesCache
-
- AbstractFileSystem - Class in org.apache.commons.vfs2.provider
-
- AbstractFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileSystem
-
- AbstractLayeredFileProvider - Class in org.apache.commons.vfs2.provider
-
A
FileProvider
that is layered on top of another, such as the
contents of a zip or tar file.
- AbstractLayeredFileProvider() - Constructor for class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
-
- AbstractOriginatingFileProvider - Class in org.apache.commons.vfs2.provider
-
A
FileProvider
that handles physical files, such as the files in a
local fs, or on an FTP server.
- AbstractOriginatingFileProvider() - Constructor for class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
-
- AbstractRandomAccessContent - Class in org.apache.commons.vfs2.provider
-
Implements the DataOutput part of the RandomAccessContent interface and throws
UnsupportedOperationException if one of those methods are called.
- AbstractRandomAccessContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
-
- AbstractRandomAccessStreamContent - Class in org.apache.commons.vfs2.provider
-
Implements the part usable for all stream base random access implementations.
- AbstractRandomAccessStreamContent(RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
-
- AbstractSyncTask - Class in org.apache.commons.vfs2.tasks
-
An abstract file synchronization task.
- AbstractSyncTask() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
- AbstractSyncTask.SourceInfo - Class in org.apache.commons.vfs2.tasks
-
Information about a source file.
- AbstractSyncTask.SourceInfo() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
-
- AbstractVfsComponent - Class in org.apache.commons.vfs2.provider
-
- AbstractVfsComponent() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
- AbstractVfsContainer - Class in org.apache.commons.vfs2.provider
-
- AbstractVfsContainer() - Constructor for class org.apache.commons.vfs2.provider.AbstractVfsContainer
-
- accept(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileFilter
-
Determines if a file or folder should be selected.
- accept(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileFilterSelector
-
Determines whether the file should be selected.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
-
Adds the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Adds the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
-
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
-
Returns the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
-
Adds the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
-
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
-
Adds the capabilities of this file system.
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.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
-
- addComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
-
Adds a sub-component to this component.
- addConfiguredSrc(AbstractSyncTask.SourceInfo) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Adds a nested <src> element.
- addExtensionMap(String, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Adds an filename extension mapping.
- addFile(FileObject) - Method in interface org.apache.commons.vfs2.FileMonitor
-
Adds a file to be monitored.
- addFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Adds a file to be monitored.
- addFile(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
- addFileSystem(Comparable<?>, FileSystem) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Adds a file system to those cached by this provider.
- 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
-
- addOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
-
- addOperationProvider(String, FileOperationProvider) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Adds the specified FileOperationProvider for the specified scheme.
- addOperationProvider(String[], FileOperationProvider) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
- addOperationProvider(String, FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Adds the specified FileOperationProvider for the specified scheme.
- addOperationProvider(String[], FileOperationProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
- addProvider(String, FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Registers a file system provider.
- addProvider(String[], FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Registers a file system provider.
- addUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
-
- AllFileSelector - Class in org.apache.commons.vfs2
-
- AllFileSelector() - Constructor for class org.apache.commons.vfs2.AllFileSelector
-
- allocateFile(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
Allocates a new temporary file.
- allocateFile(String) - Method in interface org.apache.commons.vfs2.provider.TemporaryFileStore
-
Allocates a new temporary file.
- 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
-
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.impl.VirtualFileName
-
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Builds the root URI for this file name.
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.GenericFileName
-
Builds the root URI for this file name.
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.LayeredFileName
-
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
Builds the root URI for this file name.
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileName
-
Builds the root URI for this file name.
- appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.url.UrlFileName
-
- 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
-
- attachChild(FileName, FileType) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Adds a child to this file.
- attachChild(FileName) - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
-
Attaches a child
- attachChild(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
-
Attaches a child.
- 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.
- authenticate(FileSystemOptions, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
-
if there is a authenticator the authentication will take place, else null will be reutrned.
- authenticate(UserAuthenticator, UserAuthenticationData.Type[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
-
if there is a authenticator the authentication will take place, else null will be reutrned.
- AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
-
Authenticator types.
- AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.http.HttpFileProvider
-
Authenticator information.
- AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
-
Authentication types.
- available() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
-
Returns 0 if the stream is at eof, else the underlaying inputStream will be queried.
- CacheStrategy - Enum in org.apache.commons.vfs2
-
An enumerated type to deal with the various cache strategies.
- canCreateFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Determines if a layered file system can be created for a given file.
- canCreateFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Determines if a layered file system can be created for a given file.
- canonicalizePath(StringBuilder, int, int, FileNameParser) - Static method in class org.apache.commons.vfs2.provider.UriParser
-
- 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 filename of newfile
is possible.
- 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
-
- ChangeLastModificationTime - Class in org.apache.commons.vfs2.example
-
Simply changed the last modification time of the given file
- ChangeLastModificationTime() - Constructor for class org.apache.commons.vfs2.example.ChangeLastModificationTime
-
- 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.
- checkUriEncoding(String) - Static method in class org.apache.commons.vfs2.provider.UriParser
-
Decodes the String.
- 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
-
deleted all data stored within this authenticator.
- cleanup(UserAuthenticationData) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
-
cleanup 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
-
purge 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.NullFilesCache
-
- 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
-
purge the whole cache.
- close() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- close() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
Closes the replicator, deleting all temporary files.
- close() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Closes all files created by this manager, and cleans up any temporary
files.
- 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.provider.AbstractFileObject
-
Closes this file, and its content.
- close() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Closes the file systems created by this provider.
- close() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Closes this component.
- close() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Closes the provider.
- close() - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
-
Closes the sub-components of this component.
- close() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Closes all resources used by the content, including all streams, readers
and writers.
- close() - Method in class org.apache.commons.vfs2.provider.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 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.
- closeCommunicationLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Close the underlaying link used to access the files.
- closeCommunicationLink() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
-
- 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 filesystem.
If you use VFS as singleton it is VERY dangerous to call this method.
- closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Closes the given filesystem.
If you use VFS as singleton it is VERY dangerous to call this method
- closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Close the FileSystem.
- closeFileSystem(FileSystem) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
-
- closeManager() - Method in class org.apache.commons.vfs2.tasks.VfsTask
-
Close the manager
- collectOperations(Collection<Class<? extends FileOperation>>, FileObject) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
-
Gather available operations for the specified FileObject and put them into
specified operationsList.
- collectOperations(Collection<Class<? extends FileOperation>>, FileObject) - Method in interface org.apache.commons.vfs2.operations.FileOperationProvider
-
Gather available operations for the specified FileObject and put them into
specified operationsList.
- CombinedResources - Class in org.apache.commons.vfs2.util
-
- CombinedResources(String) - Constructor for class org.apache.commons.vfs2.util.CombinedResources
-
- commited(String, VcsStatus) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommitListener
-
- compareTo(StaticUserAuthenticator) - Method in class org.apache.commons.vfs2.auth.StaticUserAuthenticator
- compareTo(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemOptions
-
- compareTo(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Implement Comparable.
- compareTo(SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
-
- compareTo(Object) - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
-
- compareTo(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs2.UserAuthenticationData.Type
-
- completePendingCommand() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- CompositeFileProvider - Class in org.apache.commons.vfs2.provider
-
Description.
- CompositeFileProvider() - Constructor for class org.apache.commons.vfs2.provider.CompositeFileProvider
-
- CompressedFileFileObject - Class in org.apache.commons.vfs2.provider.compressed
-
A compressed file.
Such a file do only have one child (the compressed filename with stripped last extension)
- CompressedFileFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
- CompressedFileFileProvider - Class in org.apache.commons.vfs2.provider.compressed
-
A file system provider for compressed files.
- CompressedFileFileProvider() - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
-
- CompressedFileFileSystem - Class in org.apache.commons.vfs2.provider.compressed
-
A read-only file system for compressed files.
- CompressedFileFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
-
- configurePlugins() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
-
Scans the classpath to find any droped plugin.
The plugin-description has to be in /META-INF/vfs-providers.xml
- connect() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- connect() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- copyContent(FileObject, FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
-
Copies the content from a source file to a destination file.
- copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- copyFrom(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
-
Copies another file, and all its descendents, to this file.
- copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- copyFrom(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Copies another file to this file.
- copyPermissions(PermissionCollection, PermissionCollection) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
-
Copies the permissions from src to dest.
- CopyTask - Class in org.apache.commons.vfs2.tasks
-
An Ant task that copies matching files.
- CopyTask() - Constructor for class org.apache.commons.vfs2.tasks.CopyTask
-
- countSlashes(String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
-
This method counts the slashes after the scheme.
- create(FileContent) - Method in interface org.apache.commons.vfs2.FileContentInfoFactory
-
- create(FileContent) - Method in class org.apache.commons.vfs2.impl.FileContentInfoFilenameFactory
-
- create(FileContent) - Method in class org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
-
- createAndAddFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
- 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, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
-
- createConnection(HttpFileSystemConfigBuilder, String, String, int, String, String, FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.http.HttpClientFactory
-
Creates a new connection to the server.
- createConnection(String, int, char[], char[], FileSystemOptions) - Static method in class org.apache.commons.vfs2.provider.sftp.SftpClientFactory
-
Creates a new connection to the server.
- createDefaultFileReplicator() - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
-
- CreateEvent - Class in org.apache.commons.vfs2.events
-
File creation event.
- CreateEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.CreateEvent
-
- createFile() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- createFile() - Method in interface org.apache.commons.vfs2.FileObject
-
Creates this file, if it does not exist.
- createFile() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- createFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
create the temporary file
- createFile() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.impl.VirtualFileSystem
-
Creates a file object.
- createFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates this file, if it does not exist.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileSystem
-
- createFile() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
-
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.local.LocalFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystem
-
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.url.UrlFileSystem
-
Creates a file object.
- createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
-
Creates a file object.
- createFilename(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
create the temporary file name
- createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
-
- createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
-
- createFileName(String, String, String, FileType) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileNameParser
-
- createFileSystem(String, FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Creates a layered file system.
- createFileSystem(FileObject) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Creates a layered file system.
- createFileSystem(String, FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Creates a layered file system.
- createFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Creates a layered file system.
- createFileSystem(FileObject) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
-
Creates a virtual file system, with the supplied file as its root.
- createFileSystem(String) - Method in class org.apache.commons.vfs2.impl.VirtualFileProvider
-
Creates an empty virtual file system.
- createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Creates a layered file system.
- createFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
-
Creates a layered file system.
- createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
-
- createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
-
- createFileSystem(String, FileObject, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.FileProvider
-
Creates a layered file system.
- createFileSystem(FileName, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
-
- createFolder() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- createFolder() - Method in interface org.apache.commons.vfs2.FileObject
-
Creates this folder, if it does not exist.
- createFolder() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- createFolder() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- createFolder() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates this folder, if it does not exist.
- 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.LayeredFileName
-
Create a FileName.
- createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
Factory method for creating name instances.
- createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.local.WindowsFileName
-
Factory method for creating name instances.
- createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Create a FileName.
- createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
-
- createReference(FileObject, ReferenceQueue<FileObject>) - Method in class org.apache.commons.vfs2.cache.WeakRefFilesCache
-
- createTarFile(File) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- createTarFileObject(AbstractFileName, TarEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- createURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
- createURI() - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Append query string to the uri.
- createURL(FileName) - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
-
- createVirtualFileSystem(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
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.
- createVirtualFileSystem(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Creates an empty virtual file system.
- createZipFile(File) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
-
- createZipFile(File) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
-
- createZipFileObject(AbstractFileName, ZipEntry) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
-
- createZipFileObject(AbstractFileName, ZipEntry) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
-
- Cryptor - Interface in org.apache.commons.vfs2.util
-
- CRYPTOR_CLASS - Static variable in class org.apache.commons.vfs2.util.CryptorFactory
-
The System property name to identify the Cryptor class to be used.
- CryptorFactory - Class in org.apache.commons.vfs2.util
-
Factory to create an instance of a Cryptor.
- 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
-
- decorateFileObject(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
- decrypt(String) - Method in interface org.apache.commons.vfs2.util.Cryptor
-
Decrypts the password.
- decrypt(String) - Method in class org.apache.commons.vfs2.util.DefaultCryptor
-
Decrypts the password.
- DefaultCryptor - Class in org.apache.commons.vfs2.util
-
Allows passwords to be encrypted and decrypted.
- DefaultCryptor() - Constructor for class org.apache.commons.vfs2.util.DefaultCryptor
-
- DefaultFileContent - Class in org.apache.commons.vfs2.provider
-
The content of a file.
- DefaultFileContent(AbstractFileObject, FileContentInfoFactory) - Constructor for class org.apache.commons.vfs2.provider.DefaultFileContent
-
- DefaultFileContentInfo - Class in org.apache.commons.vfs2.impl
-
The default file content information.
- DefaultFileContentInfo(String, String) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileContentInfo
-
- DefaultFileMonitor - Class in org.apache.commons.vfs2.impl
-
A polling
FileMonitor
implementation.
The DefaultFileMonitor is a Thread based polling file system monitor with a 1
second delay.
Design:
- DefaultFileMonitor(FileListener) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
- DefaultFileOperations - Class in org.apache.commons.vfs2.operations
-
- DefaultFileOperations(FileObject) - Constructor for class org.apache.commons.vfs2.operations.DefaultFileOperations
-
- DefaultFileReplicator - Class in org.apache.commons.vfs2.impl
-
A simple file replicator and temporary file store.
- DefaultFileReplicator(File) - Constructor for class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
constructor to set the location of the temporary directory.
- DefaultFileReplicator() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
- DefaultFilesCache - Class in org.apache.commons.vfs2.cache
-
- DefaultFilesCache() - Constructor for class org.apache.commons.vfs2.cache.DefaultFilesCache
-
- DefaultFileSystemConfigBuilder - Class in org.apache.commons.vfs2.impl
-
Default options usable for all filesystems.
- DefaultFileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
-
- DefaultFileSystemManager - Class in org.apache.commons.vfs2.impl
-
A default file system manager implementation.
- DefaultFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
- 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
-
- DefaultProviderConfiguration - Class in org.apache.commons.vfs2.impl
-
- DefaultProviderConfiguration() - Constructor for class org.apache.commons.vfs2.impl.DefaultProviderConfiguration
-
- DefaultURLConnection - Class in org.apache.commons.vfs2.provider
-
A default URL connection that will work for most file systems.
- DefaultURLConnection(URL, FileContent) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- DefaultURLStreamHandler - Class in org.apache.commons.vfs2.provider
-
A default URL stream handler that will work for most file systems.
- DefaultURLStreamHandler(VfsComponentContext) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
-
- DefaultURLStreamHandler(VfsComponentContext, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.DefaultURLStreamHandler
-
- DelegateFileObject - Class in org.apache.commons.vfs2.provider
-
A file backed by another file.
- DelegateFileObject(AbstractFileName, AbstractFileSystem, FileObject) - Constructor for class org.apache.commons.vfs2.provider.DelegateFileObject
-
- DelegatingFileSystemOptionsBuilder - Class in org.apache.commons.vfs2.util
-
This class use reflection to set a configuration value using the fileSystemConfigBuilder
associated the a scheme.
Example:
- DelegatingFileSystemOptionsBuilder(FileSystemManager) - Constructor for class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
Constructor.
Pass in your fileSystemManager instance.
- delete() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- delete(FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- delete() - Method in interface org.apache.commons.vfs2.FileObject
-
Deletes this file.
- delete(FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
-
Deletes all descendents of this file that match a selector.
- delete() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- delete() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- delete(FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- delete() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Deletes this file.
- delete(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Deletes this file, and all children.
- DeleteEvent - Class in org.apache.commons.vfs2.events
-
File deletion event.
- DeleteEvent(FileObject) - Constructor for class org.apache.commons.vfs2.events.DeleteEvent
-
- deleteFile(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
physically deletes the file from the filesystem
- deleteFile(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- DeleteTask - Class in org.apache.commons.vfs2.tasks
-
An Ant task that deletes matching files.
- DeleteTask() - Constructor for class org.apache.commons.vfs2.tasks.DeleteTask
-
- detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Check if this task cares about destination files with a missing source
file.
- detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.SyncTask
-
Check if this task cares about destination files with a missing source
file.
- disconnect() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- 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.
- doCloseCommunicationLink() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Close the underlaying 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.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
-
- doCreateFileContent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Create a FileContent implementation.
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
-
Creates a layered file system.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
-
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
-
Creates a layered file system.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
-
Creates the filesystem.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileProvider
-
Creates the filesystem.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
-
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.jar.JarFileProvider
-
Creates a layered file system.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
-
Creates the filesystem.
- 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
-
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.tar.TarFileProvider
-
Creates a layered file system.
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileProvider
-
Creates a layered file system.
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates this file as a folder.
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Creates this file as a folder.
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Creates this file as a folder.
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Creates this folder.
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doCreateFolder() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
Creates this file as a folder.
- doDelete() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Deletes the file.
- doDelete() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Deletes the file.
- doDelete() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Deletes the file.
- doDelete() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Deletes this file, and all children.
- doDelete() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doDelete() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
Deletes the file.
- doDetach() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Detaches this file object from its file resource.
- doDetach() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Detaches this file object from its file resource.
- doDetach() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Detaches this file object from its file resource.
- doDetach() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
- doGetAttributes() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the attributes of this file.
- doGetAttributes() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Returns the attributes of this file.
- doGetAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
-
Returns the value of an attribute.
- doGetCertificates() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the certificates used to sign this file.
- doGetCertificates() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Returns the certificates of this file.
- doGetCertificates() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
-
Return the certificates of this JarEntry.
- doGetContentInfo() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
-
Returns the size of the file content (in bytes).
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
-
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
-
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Creates an input stream to read the content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
-
Creates an input stream to read the file content from.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Returns the last-modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
get the last modified time on an ftp file
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Gets the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.url.UrlFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
-
Returns the last modified time of this file.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates an output stream to write the file content to.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject
-
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Creates an output stream to write the file content to.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Creates an output stream to write the file content to.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileObject
-
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Creates an output stream to write the file content to.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
Creates an output stream to write the file content to.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Creates access to the file for random i/o.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Creates access to the file for random i/o.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
- doGetType() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Determines the type of this file.
- doGetType() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
Returns the file's type.
- doGetType() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Determines the type of the file, returns null if the file does not
exist.
- doGetType() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Determines the type of the file, returns null if the file does not
exist.
- doGetType() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Determines the type of this file.
- doGetType() - Method in class org.apache.commons.vfs2.provider.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.
- 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.
- doIsSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Checks if this fileObject is the same file as destFile
just with a different
name.
E.g.
- doIsSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
- 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.local.LocalFile
-
Determines if this file can be written to.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Lists the children of this file.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
Lists the children of the file.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Lists the children of the file.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Lists the children of the file.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Lists the children of this file.
- doListChildren() - Method in class org.apache.commons.vfs2.provider.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
-
Rename the file.
- doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Creates a temporary local copy of a file and its descendents.
- doReplicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.local.LocalFileSystem
-
Creates a temporary local copy of a file and its descendents.
- 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.
- 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.
- fatal(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
-
fatal.
- fatal(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
-
fatal.
- file - Variable in class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
-
File.
- fileChanged(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
-
Called when a file is changed.
This will only happen if you monitor the file using
FileMonitor
.
- fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Called when a file is changed.
- fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
-
Called when a file is changed.
- FileChangeEvent - Class in org.apache.commons.vfs2
-
An event fired when a file is changed.
- FileChangeEvent(FileObject) - Constructor for class org.apache.commons.vfs2.FileChangeEvent
-
- FileContent - Interface in org.apache.commons.vfs2
-
Represents the data content of a file.
- FileContentInfo - Interface in org.apache.commons.vfs2
-
Interface to the content info.
- FileContentInfoFactory - Interface in org.apache.commons.vfs2
-
Create a class which is able to determine the content-info for the given content.
- FileContentInfoFilenameFactory - Class in org.apache.commons.vfs2.impl
-
The FileContentInfoFilenameFactory.
Uses the filename extension to determine the content-type.
The content-encoding is not resolved.
- FileContentInfoFilenameFactory() - Constructor for class org.apache.commons.vfs2.impl.FileContentInfoFilenameFactory
-
- fileCreated(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
-
Called when a file is created.
- fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Called when a file is created.
- fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
-
Called when a file is created.
- fileDeleted(FileChangeEvent) - Method in interface org.apache.commons.vfs2.FileListener
-
Called when a file is deleted.
- fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Called when a file is deleted.
- fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
-
Called when a file is deleted.
- FileDepthSelector - Class in org.apache.commons.vfs2
-
A
FileSelector
that selects all files in a particular depth range.
- FileDepthSelector(int, int) - Constructor for class org.apache.commons.vfs2.FileDepthSelector
-
- 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
-
- FileFilterSelector() - Constructor for class org.apache.commons.vfs2.FileFilterSelector
-
- FileFilterSelector(FileFilter) - Constructor for class org.apache.commons.vfs2.FileFilterSelector
-
- 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 filename into a
FileName
.
- FileNotFolderException - Exception in org.apache.commons.vfs2
-
- FileNotFolderException(Object) - Constructor for exception org.apache.commons.vfs2.FileNotFolderException
-
- FileNotFolderException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileNotFolderException
-
- FileNotFoundException - Exception in org.apache.commons.vfs2
-
delivers a file-not-found exception.
- FileNotFoundException(Object) - Constructor for exception org.apache.commons.vfs2.FileNotFoundException
-
- FileNotFoundException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileNotFoundException
-
- FileObject - Interface in org.apache.commons.vfs2
-
Represents a file, and is used to access the content and
structure of the file.
- FileObjectUtils - Class in org.apache.commons.vfs2.util
-
Stuff to get some strange things from an FileObject.
- FileOperation - Interface in org.apache.commons.vfs2.operations
-
A FileOperation is an object that brings an extra functions 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
-
Information about a file, that is used to select files during the
traversal of a hierarchy.
- FileSelector - Interface in org.apache.commons.vfs2
-
This interface is used to select files when traversing a file hierarchy.
- FileSystem - Interface in org.apache.commons.vfs2
-
A file system, made up of a hierarchy of files.
- FileSystemConfigBuilder - Class in org.apache.commons.vfs2
-
Abstract class which has the right to fill FileSystemOptions.
- FileSystemConfigBuilder() - Constructor for class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- FileSystemConfigBuilder(String) - Constructor for class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- FileSystemException - Exception in org.apache.commons.vfs2
-
Thrown for file system errors.
- FileSystemException(String) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(String, Object) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(String, Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(String, Object[]) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(String, Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(String, Object[], Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs exception with the specified detail message.
- FileSystemException(Throwable) - Constructor for exception org.apache.commons.vfs2.FileSystemException
-
Constructs wrapper exception.
- FileSystemManager - Interface in org.apache.commons.vfs2
-
A FileSystemManager manages a set of file systems.
- FileSystemOptions - Class in org.apache.commons.vfs2
-
Container for FileSystemOptions.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name
- FileSystemOptions() - Constructor for class org.apache.commons.vfs2.FileSystemOptions
-
- FileType - Enum in org.apache.commons.vfs2
-
An enumerated type that represents a file's type.
- FileTypeHasNoContentException - Exception in org.apache.commons.vfs2
-
- FileTypeHasNoContentException(Object) - Constructor for exception org.apache.commons.vfs2.FileTypeHasNoContentException
-
- FileTypeHasNoContentException(Object, Throwable) - Constructor for exception org.apache.commons.vfs2.FileTypeHasNoContentException
-
- FileTypeSelector - Class in org.apache.commons.vfs2
-
- FileTypeSelector(FileType) - Constructor for class org.apache.commons.vfs2.FileTypeSelector
-
- FileUtil - Class in org.apache.commons.vfs2
-
Utility methods for dealng with FileObjects.
- 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(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
-
Locates a file object, by absolute URI.
- findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
-
Locates a file object, by absolute URI.
- findFile(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
-
Locates a file from its parsed URI.
- findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.CompositeFileProvider
-
Locates a file object, by absolute URI.
- findFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.FileProvider
-
Locates a file object, by absolute URI.
- findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileProvider
-
Locates a file object, by absolute URI.
- findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.temp.TemporaryFileProvider
-
Locates a file object, by absolute URI.
- findFile(FileObject, String, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.url.UrlFileProvider
-
Locates a file object, by absolute URI.
- findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- findFiles(FileSelector) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- findFiles(FileSelector) - Method in interface org.apache.commons.vfs2.FileObject
-
Finds the set of matching descendents of this file, in depthwise order.
- findFiles(FileSelector, boolean, List<FileObject>) - Method in interface org.apache.commons.vfs2.FileObject
-
Finds the set of matching descendents of this file.
- findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- findFiles(FileSelector) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- findFiles(FileSelector) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- findFiles(FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Finds the set of matching descendents of this file, in depthwise
order.
- findFiles(FileSelector, boolean, List<FileObject>) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Traverses the descendents of this file, and builds a list of selected
files.
- findFileSystem(Comparable<?>, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Locates a cached file system
- findLocalFile(String) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
-
Finds a local file, from its local name.
- findLocalFile(File) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
-
Finds a local file.
- findLocalFile(String) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
-
Finds a local file, from its local name.
- findLocalFile(File) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
-
Converts from java.io.File to FileObject.
- 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
-
- freeUnusedResources() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Free all resources used by unused filesystems created by this manager.
- freeUnusedResources() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Free unused resources.
- FtpCheck - Class in org.apache.commons.vfs2.libcheck
-
Basic check for sftp
- FtpCheck() - Constructor for class org.apache.commons.vfs2.libcheck.FtpCheck
-
- FtpClient - Interface in org.apache.commons.vfs2.provider.ftp
-
What VFS expects from an ftp client to provide.
- FtpClientFactory - Class in org.apache.commons.vfs2.provider.ftp
-
Create a FtpClient instance.
- FtpFileNameParser - Class in org.apache.commons.vfs2.provider.ftp
-
Implementation for ftp.
- FtpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
-
- FtpFileObject - Class in org.apache.commons.vfs2.provider.ftp
-
An FTP file.
- FtpFileObject(AbstractFileName, FtpFileSystem, FileName) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
- 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
-
- FtpFileSystem - Class in org.apache.commons.vfs2.provider.ftp
-
An FTP file system.
- FtpFileSystem(GenericFileName, FtpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
-
- FtpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ftp
-
The config BUILDER for various ftp configuration options.
- FtpsClientFactory - Class in org.apache.commons.vfs2.provider.ftps
-
Create a FtpClient instance.
- 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
-
- FtpsFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ftps
-
The config BUILDER for various ftp configuration options.
- GenericFileName - Class in org.apache.commons.vfs2.provider
-
A file name that represents a 'generic' URI, as per RFC 2396.
- GenericFileName(String, String, int, int, String, String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.GenericFileName
-
- GenericFileNameParser - Class in org.apache.commons.vfs2.provider.local
-
A general-purpose file name parser.
- GenericFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.local.GenericFileNameParser
-
- getAbstractFileObject(FileObject) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
-
Get access to the base object even if decorated.
- getAttribute(String) - Method in interface org.apache.commons.vfs2.FileContent
-
Gets the value of an attribute of the file's content.
- getAttribute(String) - Method in interface org.apache.commons.vfs2.FileSystem
-
Gets the value of an attribute of the file system.
- getAttribute(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Retrieves the attribute with the specified name.
- getAttribute(String) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Gets the value of an attribute.
- getAttribute(String) - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
-
Retrives the attribute with the specified name.
- getAttributeNames() - Method in interface org.apache.commons.vfs2.FileContent
-
Lists the attributes of the file's content.
- getAttributeNames() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Lists the attributes of this file.
- getAttributes() - Method in interface org.apache.commons.vfs2.FileContent
-
Returns a read-only map of this file's attributes.
- getAttributes() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns a read-only map of this file's attributes.
- getAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- getAuthor() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
- getBaseFile() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Returns the base file used to resolve relative paths.
- getBaseFile() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Returns the base file used to resolve relative URI.
- getBaseFolder() - Method in interface org.apache.commons.vfs2.FileSelectInfo
-
Returns the base folder of the traversal.
- getBaseName() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the base name of this file.
- getBaseName() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the base name of the file.
- getBoolean(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getBoolean(FileSystemOptions, String, boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getBoolean(FileSystemOptions, String, Boolean) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getByte(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getByte(FileSystemOptions, String, byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getByte(FileSystemOptions, String, Byte) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getCacheStrategy() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Get the cache strategy used.
- getCacheStrategy() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the cache strategy used.
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.bzip2.Bzip2FileProvider
-
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileProvider
-
- getCapabilities() - Method in interface org.apache.commons.vfs2.provider.FileProvider
-
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was
instanciated.
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
-
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
-
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
-
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.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
-
- getCause() - Method in exception org.apache.commons.vfs2.FileSystemException
-
Retrieve root cause of the exception.
- getCertificates() - Method in interface org.apache.commons.vfs2.FileContent
-
Retrieves the certificates if any used to sign this file or folder.
- getCertificates() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns the certificates used to sign this file.
- getCertificates() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- getChannel() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
-
Returns an SFTP channel to the server.
- getCharacter(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getCharacter(FileSystemOptions, String, char) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getCharacter(FileSystemOptions, String, Character) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getChecksPerRun() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
get the number of files to check per run.
- getChild(String) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- getChild(String) - Method in interface org.apache.commons.vfs2.FileObject
-
Returns a child of this file.
- getChild(String) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getChild(String) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- getChild(String) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns a child of this file.
- getChildren() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- getChildren() - Method in interface org.apache.commons.vfs2.FileObject
-
Lists the children of this file.
- getChildren() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getChildren() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- getChildren() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the children of the file.
- getChildren() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileObject
-
Returns the file's list of children.
- getClassLoader(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
-
- getClassName() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- getClient() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
-
Creates an FTP client to use.
- getClient() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystem
-
- getCode() - Method in exception org.apache.commons.vfs2.FileSystemException
-
Retrieve error code of the exception.
- getCompression(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
Returns the FileSystemConfigBuidler.
- getConfigBuilder() - Method in interface org.apache.commons.vfs2.provider.FileProvider
-
Gets the configbuilder useable to collect the needed fileSystemOptions.
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileProvider
-
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileProvider
-
- getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.http.HttpFileProvider
-
- 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
-
- getConfigClass() - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- 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.ftps.FtpsFileSystemConfigBuilder
-
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
-
- getConfigClass() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getContainer() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject
-
- getContent() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- getContent() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns this file's content.
- getContent(FileObject) - Static method in class org.apache.commons.vfs2.FileUtil
-
Returns the content of a file, as a byte array.
- getContent() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getContent() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- getContent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the file's content.
- getContentEncoding() - Method in interface org.apache.commons.vfs2.FileContentInfo
-
the content encoding.
- getContentEncoding() - Method in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
-
- getContentEncoding() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- getContentInfo() - Method in interface org.apache.commons.vfs2.FileContent
-
get the content info.
- getContentInfo() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
get the content info.
- 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
-
the content type.
- getContentType() - Method in class org.apache.commons.vfs2.impl.DefaultFileContentInfo
-
- getContentType() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- getContext() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Returns the context for this provider.
- getControlEncoding(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getCookies(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
The cookies to add to the request.
- getCount() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
-
Get the nuber of bytes read by this input stream.
- getCryptor() - Static method in class org.apache.commons.vfs2.util.CryptorFactory
-
Return the Cryptor.
- getData(UserAuthenticationData.Type) - Method in class org.apache.commons.vfs2.UserAuthenticationData
-
get a data from the collection.
- getData(UserAuthenticationData, UserAuthenticationData.Type, char[]) - Static method in class org.apache.commons.vfs2.util.UserAuthenticatorUtils
-
gets data of given type from the UserAuthenticationData or null if there is no data or data
of this type available.
- getDataInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
-
- getDataTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getDataTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getDate() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
- getDecoratedFileObject() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getDefaultDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
get the language code used by the server.
- getDefaultDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
get the language code used by the server.
- getDefaultPort() - Method in class org.apache.commons.vfs2.provider.GenericFileName
-
Returns the default port for this file name.
- getDefaultPort() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser
-
- getDelay() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Get the delay between runs.
- getDelegateFile() - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Get access to the delegated file.
- getDependencies() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- getDepth() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the depth of this file name, within its file system.
- getDepth() - Method in interface org.apache.commons.vfs2.FileSelectInfo
-
Returns the depth of the file relative to the base folder.
- getDepth() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the depth of this file name, within its file system.
- getDouble(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getDouble(FileSystemOptions, String, double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getDouble(FileSystemOptions, String, Double) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getEntryName() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- getEntryParser(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getEntryParser(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getEntryParserFactory(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getEntryParserFactory(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getExtension() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the extension of this file name.
- getExtension() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the extension of this file name.
- getFamilies() - Method in class org.apache.commons.vfs2.util.OsFamily
-
Returns the OS families that this family belongs to.
- getFamily(String) - Static method in class org.apache.commons.vfs2.util.Os
-
Locates an OsFamily by name (case-insensitive).
- getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
-
- getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
-
- getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.NullFilesCache
-
- getFile(FileSystem, FileName) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
-
- getFile() - Method in class org.apache.commons.vfs2.FileChangeEvent
-
Returns the file that changed.
- getFile() - Method in interface org.apache.commons.vfs2.FileContent
-
Returns the file which this is the content of.
- getFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
-
retrieve a file from the cache by its name.
- getFile() - Method in interface org.apache.commons.vfs2.FileSelectInfo
-
Returns the file (or folder) to be considered.
- getFile() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns the file that this is the content of.
- getFileContentInfoFactory() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
The class to use to determine the content-type (mime-type).
- getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
get the fileContentInfoFactory used to determine the infos of a file
content.
- getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
create the filecontentinfo implementation.
- getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
- getFilecount() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
- getFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns a cached file.
- getFileNameParser() - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
- getFileObject() - Method in class org.apache.commons.vfs2.operations.AbstractFileOperation
-
- getFileObjectDecorator() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Get the file object decorator used.
- getFileObjectDecorator() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the file object decorator used.
- getFileObjectDecoratorConst() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
The constructor associated to the fileObjectDecorator.
- getFileObjectDecoratorConst() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
The constructor associated to the fileObjectDecorator.
- getFileObjects() - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
-
Provide access to the file objects this class loader represents.
- getFileOperations() - Method in interface org.apache.commons.vfs2.FileObject
-
- getFileOperations() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getFileOperations() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
- getFilePointer() - Method in class org.apache.commons.vfs2.provider.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
-
Get the cache used to cache fileobjects.
- getFilesCache() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Returns the filesCache implementation used to cache files.
- getFileSystem() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns the file system that contains this file.
- getFileSystem() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getFileSystem() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the file system this file belongs to.
- getFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
-
Returns the FileSystem associated with the specified root.
- getFileSystemConfigBuilder(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Get the configuration builder for the given scheme.
- getFileSystemConfigBuilder(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the configuration builder for the given scheme.
- getFileSystemManager() - Method in interface org.apache.commons.vfs2.FileSystem
-
Returns a reference to the FileSytemManager.
- getFileSystemManager() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Return the FileSystemManager used to instantiate this filesystem.
- getFileSystemManager() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
-
Returns the filesystem manager for the current context.
- getFileSystemOptions() - Method in interface org.apache.commons.vfs2.FileSystem
-
Returns the FileSystemOptions used to instantiate this filesystem.
- getFileSystemOptions() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Return the FileSystemOptions used to instantiate this filesystem.
- getFloat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getFloat(FileSystemOptions, String, float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getFloat(FileSystemOptions, String, Float) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getFriendlyURI() - Method in interface org.apache.commons.vfs2.FileName
-
returns a "friendly path", this is a path without a password.
This path can not be used to resolve the path again
- getFriendlyURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
returns a "friendly path", this is a path without a password.
- getFtpsType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
Return the FTPS security mode.
- 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
-
- getIdentities(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getInfo() - Method in exception org.apache.commons.vfs2.FileSystemException
-
Retrieve array of complementary info (context).
- getInputStream() - Method in interface org.apache.commons.vfs2.FileContent
-
Returns an input stream for reading the file's content.
- getInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns an input stream to use to read the content of the file.
- getInputStream() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
-
- getInputStream() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns an input stream for reading the content.
- getInputStream() - 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(TarEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- getInputStream() - Method in interface org.apache.commons.vfs2.RandomAccessContent
-
Get the input stream.
- getInputStream() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
-
- getInstance() - Static method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileNameParser
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileNameParser
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.https.HttpsFileNameParser
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.LayeredFileNameParser
-
Return the Parser.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.local.GenericFileNameParser
-
retrieve a instance to this parser.
- getInstance() - Static method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
-
- getInstance() - Static method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getInteger(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getInteger(FileSystemOptions, String, int) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getInteger(FileSystemOptions, String, Integer) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- 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
-
- getKeys() - Method in class org.apache.commons.vfs2.util.CombinedResources
-
- getKnownHosts(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getLastModified() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- getLastModifiedTime() - Method in interface org.apache.commons.vfs2.FileContent
-
Determines the last-modified timestamp of the file.
- getLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns the last-modified timestamp.
- getLastModTimeAccuracy() - Method in interface org.apache.commons.vfs2.FileSystem
-
Returns the accuracy of the last modification time.
- getLastModTimeAccuracy() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns the accuracy of the last modification time.
- getLastModTimeAccuracy() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
-
last mod time is only a int and in seconds, thus can be off by 999.
- getListener() - Method in class org.apache.commons.vfs2.util.WeakRefFileListener
-
returns the wrapped listener.
- getLocalFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFile
-
Returns the local file that this file object represents.
- getLogger() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Returns the logger used by this manager.
- getLogger() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Returns the logger for this file system to use.
- getLong(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getLong(FileSystemOptions, String, long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getLong(FileSystemOptions, String, Long) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getManager() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
- getManager() - Static method in class org.apache.commons.vfs2.VFS
-
- getManifest() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- getMaxConnectionsPerHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Retrieve the maximum number of connections allowed per host.
- getMaxSize(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder
-
- getMaxTotalConnections(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Retrieve the maximum number of connections allowed.
- getMessage() - Method in exception org.apache.commons.vfs2.FileSystemException
-
retrieve message from bundle.
- getMessage() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
- getModeString() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
-
- getName() - Method in enum org.apache.commons.vfs2.CacheStrategy
-
Returns the name of the scope.
- getName() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns the name of this file.
- getName() - Method in enum org.apache.commons.vfs2.FileType
-
Returns the name of this type.
- getName() - Method in 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
-
Returns the name of this family.
- getOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
-
- getOperation(Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.DefaultFileOperations
-
- getOperation(FileObject, Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperationProvider
-
- getOperation(Class<? extends FileOperation>) - Method in interface org.apache.commons.vfs2.operations.FileOperations
-
- getOperationProviders(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
- 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
-
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.DefaultFilesCache
-
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.LRUFilesCache
-
- getOrCreateFilesystemCache(FileSystem) - Method in class org.apache.commons.vfs2.cache.SoftRefFilesCache
-
- getOuterName() - Method in class org.apache.commons.vfs2.provider.LayeredFileName
-
Returns the URI of the outer file.
- getOutputStream() - Method in interface org.apache.commons.vfs2.FileContent
-
Returns an output stream for writing the file's content.
- getOutputStream(boolean) - Method in interface org.apache.commons.vfs2.FileContent
-
Returns an output stream for writing the file's content.
- getOutputStream() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Prepares this file for writing.
- getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Prepares this file for writing.
- getOutputStream() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns an output stream for writing the content.
- getOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns an output stream for writing the content in append mode.
- getOutputStream() - Method in class org.apache.commons.vfs2.provider.DefaultURLConnection
-
- getOutputStream() - Method in class org.apache.commons.vfs2.provider.jar.JarURLConnectionImpl
-
- getParam(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getParent() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the file name of the parent of this file.
- getParent() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns the folder that contains this file.
- getParent() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getParent() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the name of the parent of the file.
- getParent() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the parent of the file.
- getParentLayer() - Method in interface org.apache.commons.vfs2.FileSystem
-
Returns the parent layer if this is a layered file system.
- getParentLayer() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns the parent layer if this is a layered file system.
- getPassiveMode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getPassiveMode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getPassphrase() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
-
- getPassword() - Method in class org.apache.commons.vfs2.provider.GenericFileName
-
Returns the password part of this name.
- getPassword() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- getPassword() - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
-
- getPath() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the absolute path of this file, within its file system.
- getPath() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
- getPath() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the absolute path of the file, relative to the root of the
file system that the file belongs to.
- getPathDecoded() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the absolute path of this file, within its file system.
- getPathDecoded() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the decoded path.
- getPathQuery() - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Get the path and query string e.g.
- getPathQueryEncoded(String) - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Get the path encoded suitable for url like filesystem e.g.
- getPermissions(CodeSource) - Method in class org.apache.commons.vfs2.impl.VFSClassLoader
-
Calls super.getPermissions both for the code source and also
adds the permissions granted to the parent layers.
- 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
-
- getPreferredAuthentications(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Get authentication order.
- getProviderCapabilities(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Get the capabilities for a given scheme.
- getProviderCapabilities(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the capabilities for a given scheme.
- getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Get the proxy authenticator where the system should get the credentials from.
- getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Get the proxy to use for http connection.
- getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Get the proxy to use for sftp connection.
- getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Get the proxy-port to use for http the connection.
- getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Get the proxy-port to use for sftp the connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
- getProxyType(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Get the proxy type to use for sftp connection.
- getQueryString() - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Get the query string.
- getRandomAccessContent(RandomAccessMode) - Method in interface org.apache.commons.vfs2.FileContent
-
Returns an stream for reading/writing the file's content.
- getRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns an input/output stream to use to read and write the content of the file in and
random manner.
- getRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns an input/output stream to use to read and write the content of the file in an
random manner.
- getRecentDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getRecentDateFormat(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getRelativeName(FileName) - Method in interface org.apache.commons.vfs2.FileName
-
Converts a file name to a relative name, relative to this file name.
- getRelativeName(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Converts a file name to a relative name, relative to this file name.
- getReplicator() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Returns the file replicator.
- getReplicator() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
-
Locates a file replicator for the provider to use.
- getReplyString() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- getResourceName() - Method in class org.apache.commons.vfs2.util.CombinedResources
-
- getRevision() - Method in class org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
- getRoot() - Method in interface org.apache.commons.vfs2.FileName
-
find the root of the filesystem.
- 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 filesystem.
- getRoot() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns the root file of this file system.
- getRootFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
Returns the root file for this file.
- getRootName() - Method in interface org.apache.commons.vfs2.FileSystem
-
Returns the name of the root file of this file system.
- getRootName() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns the name of the root of this file system.
- getRootURI() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the root URI of the file system this file belongs to.
- getRootURI() - Method in interface org.apache.commons.vfs2.FileSystem
-
The root URI passed as a file system option or obtained from the rootName.
- getRootURI(FileSystemOptions) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
Return the root URI of the file system.
- getRootURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the root URI of the file system this file belongs to.
- getRootURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Returns the root URI specified for this file System.
- getScheme() - Method in interface org.apache.commons.vfs2.FileName
-
Returns 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
-
- getSchemes() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Get the schemes currently available.
- getSchemes() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the schemes currently available.
- getSchemes() - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- getSchemes() - Method in class org.apache.commons.vfs2.provider.CompositeFileProvider
-
The schemes to use for resolve
- getSchemes() - Method in class org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
-
- getSchemes() - Method in class org.apache.commons.vfs2.provider.tar.TgzFileProvider
-
- getServerLanguageCode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
get the language code used by the server.
- getServerLanguageCode(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
get the language code used by the server.
- getServerTimeZoneId(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getServerTimeZoneId(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getShort(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getShort(FileSystemOptions, String, short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getShort(FileSystemOptions, String, Short) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getShortMonthNames(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getShortMonthNames(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- getSize() - Method in interface org.apache.commons.vfs2.FileContent
-
Determines the size of the file, in bytes.
- getSize() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Returns the size of the content (in bytes).
- getSoTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getStatus() - Method in enum org.apache.commons.vfs2.operations.vcs.VcsStatus
-
- getStrictHostKeyChecking(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getString(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- getString(FileSystemOptions, String, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- 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
-
Formats a message.
- getString(String, Object[]) - Static method in class org.apache.commons.vfs2.util.Messages
-
Formats a message.
- getTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- getTemporaryFileStore() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Returns the temporary file store.
- getTemporaryFileStore() - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
-
Locates a temporary file store for the provider to use.
- getTimeout(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getType() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- getType() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the requested or current type of this name.
- getType() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns this file's type.
- getType() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getType() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- getType() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the requested or current type of this name.
- getType() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns the file's type.
- getURI() - Method in interface org.apache.commons.vfs2.FileName
-
Returns the absolute URI of this file.
- getURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the absolute URI of the file.
- getURIEncoded(String) - Method in class org.apache.commons.vfs2.provider.URLFileName
-
Encode a URI.
- getUriTrailer() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
- getURL() - Method in interface org.apache.commons.vfs2.FileObject
-
Returns a URL representing this file.
- getURL() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- getURL() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Returns a URL representation of the file.
- getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Set the charset used for url encoding.
- getURLStreamHandlerFactory() - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Returns a streamhandler factory to enable URL lookup using this
FileSystemManager.
- getURLStreamHandlerFactory() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Get the URLStreamHandlerFactory.
- getUserAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
-
- getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
- getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
- getUserDirIsRoot(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getUserInfo(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
- getUserName() - Method in class org.apache.commons.vfs2.provider.GenericFileName
-
Returns the user name part of this name.
- getUserName() - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- getZipFile() - Method in class org.apache.commons.vfs2.provider.jar.JarFileSystem
-
- getZipFile() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
-
- GzipFileObject - Class in org.apache.commons.vfs2.provider.gzip
-
the gzip file.
- GzipFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileObject
-
- GzipFileProvider - Class in org.apache.commons.vfs2.provider.gzip
-
Provides access to the content of gzip compressed files.
- GzipFileProvider() - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileProvider
-
- GzipFileSystem - Class in org.apache.commons.vfs2.provider.gzip
-
Filesytem to handle compressed files using the gzip method.
- GzipFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.gzip.GzipFileSystem
-
- 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.FileFilterSelector
-
Determines if a file or folder should be selected.
- includeFile(FileSelectInfo) - Method in interface org.apache.commons.vfs2.FileSelector
-
Determines if a file or folder should be selected.
- includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.FileTypeSelector
-
Determines if a file or folder should be selected.
- info(Log, Log, String, Throwable) - Static method in class org.apache.commons.vfs2.VfsLog
-
info.
- info(Log, Log, String) - Static method in class org.apache.commons.vfs2.VfsLog
-
info.
- init() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
Initialises this component.
- init() - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Initialises this manager.
- init() - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
-
Initialises 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
-
Initialises this component.
- init() - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Initialises the component.
- init() - Method in class org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem
-
- init() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileProvider
-
Initialises the component.
- init() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- init() - Method in interface org.apache.commons.vfs2.provider.VfsComponent
-
Initialises the component.
- init() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileSystem
-
- init() - Method in class org.apache.commons.vfs2.util.CombinedResources
-
- injectType(FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
- injectType(FileType) - Method in class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- installListener(FileObject, FileListener) - Static method in class org.apache.commons.vfs2.util.WeakRefFileListener
-
This will install the listener
at the given file
.
- instantiateOperation(FileObject, Class<? extends FileOperation>) - Method in class org.apache.commons.vfs2.operations.AbstractFileOperationProvider
-
- isAbsoluteLocalName(String) - Method in class org.apache.commons.vfs2.provider.local.DefaultLocalFileProvider
-
Determines if a name is an absolute file name.
- isAbsoluteLocalName(String) - Method in interface org.apache.commons.vfs2.provider.LocalFileProvider
-
Determines if a name is an absolute file name.
- isAbsoluteName(String) - Method in class org.apache.commons.vfs2.provider.local.LocalFileNameParser
-
Determines if a name is an absolute file name.
- isAncestor(FileName) - Method in interface org.apache.commons.vfs2.FileName
-
Determines if another file name is an ancestor of this file name.
- isAncestor(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Determines if another file name is an ancestor of this file name.
- isArch(String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
architecture.
- isAttached() - Method in interface org.apache.commons.vfs2.FileObject
-
check if the fileObject is attaced.
- 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".
- isConnected() - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- isContentOpen() - Method in interface org.apache.commons.vfs2.FileObject
-
check 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
-
- isDescendent(FileName) - Method in interface org.apache.commons.vfs2.FileName
-
Determines if another file name is a descendent of this file name.
- isDescendent(FileName, NameScope) - Method in interface org.apache.commons.vfs2.FileName
-
Determines if another file name is a descendent of this file name.
- isDescendent(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Determines if another file name is a descendent of this file name.
- isDescendent(FileName, NameScope) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Determines if another file name is a descendent of this file name.
- isFailonerror() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets whether we should fail if there was an error or not.
- isFamily(String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
family.
- isFamily(OsFamily) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
family.
- 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.
- isInstanceOf(FileObject, Class<?>) - Static method in class org.apache.commons.vfs2.util.FileObjectUtils
-
Check if the given FileObject is instance of given class argument.
- isName(String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS name.
- isOpen() - Method in interface org.apache.commons.vfs2.FileContent
-
check if this file has open streams.
- isOpen() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
check if this filesystem has open streams.
- isOpen() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
check if a input and/or output stream is open.
This checks only the scope of the current thread.
- isOpenGlobal() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
check if a input and/or output stream is open.
This checks all threads.
- isOs(String, String, String, String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
family, name, architecture and version.
- isOs(OsFamily, String, String, String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
family, name, architecture and version.
- isOverwrite() - Method in class org.apache.commons.vfs2.tasks.CopyTask
-
- isPreemptiveAuth(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Determines if the FileSystemOptions indicate that preemptive
authentication is requested.
- isPreserveLastModified() - Method in class org.apache.commons.vfs2.tasks.CopyTask
-
- isReadable() - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- isReadable() - Method in interface org.apache.commons.vfs2.FileObject
-
Determines if this file can be read.
- isReadable() - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- isReadable() - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- isReadable() - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Determines if this file can be read.
- isRecursive() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Access method to get the recursive setting when adding files for monitoring.
- isReleaseable() - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
returns true if no file is using this filesystem.
- isSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.AbstractFileObject
-
Checks if this fileObject is the same file as destFile
just with a different
name.
E.g.
- isUriStyle() - Static method in class org.apache.commons.vfs2.VFS
-
- isUrlBased(FileName, String) - Method in class org.apache.commons.vfs2.provider.url.UrlFileNameParser
-
Guess is the given filename is a url with host or not.
- isVersion(String) - Static method in class org.apache.commons.vfs2.util.Os
-
Determines if the OS on which Ant is executing matches the given OS
version.
- 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.
- RamFileObject - Class in org.apache.commons.vfs2.provider.ram
-
A RAM File contains a single RAM FileData instance, it provides methods to
access the data by implementing FileObject interface.
- RamFileObject(AbstractFileName, RamFileSystem) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileObject
-
- RamFileOutputStream - Class in org.apache.commons.vfs2.provider.ram
-
OutputStream to a RamFile.
- RamFileOutputStream(RamFileObject) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileOutputStream
-
- RamFileProvider - Class in org.apache.commons.vfs2.provider.ram
-
RAM File Provider.
- RamFileProvider() - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileProvider
-
Constructor.
- RamFileRandomAccessContent - Class in org.apache.commons.vfs2.provider.ram
-
RAM File Random Access Content.
- RamFileRandomAccessContent(RamFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
-
- RamFileSystem - Class in org.apache.commons.vfs2.provider.ram
-
A RAM File System.
- RamFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.ram.RamFileSystem
-
- RamFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.ram
-
Config Builder for the RAM filesystem.
- RandomAccessContent - Interface in org.apache.commons.vfs2
-
Random Access Content.
- RandomAccessMode - Enum in org.apache.commons.vfs2.util
-
An enumerated type representing the modes of a random access content.
- read() - Method in class org.apache.commons.vfs2.util.MonitorInputStream
-
Reads a character.
- read(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorInputStream
-
Reads bytes from this input stream.
- 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[], int, int) - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
-
- readFully(byte[]) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
-
- readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
-
- readFully(byte[]) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
-
- readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
-
- readInt() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessStreamContent
-
- readInt() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
-
- readInt() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
-
- readLine() - Method in class org.apache.commons.vfs2.provider.AbstractRandomAccessContent
-
Deprecated.
see DataInputStream.readLine()
This method will be removed when it is
removed from the DataInput interface this class implements (which will probably never happen).
- readLine() - Method in class org.apache.commons.vfs2.provider.ram.RamFileRandomAccessContent
-
- readLine() - Method in class org.apache.commons.vfs2.util.MonitorRandomAccessContent
-
- 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
-
- 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
-
- refresh() - Method in interface org.apache.commons.vfs2.FileObject
-
This will prepare the fileObject to get resynchronized with the underlaying filesystem 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 underlaying filesystem 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
-
- refresh() - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileObject
-
- 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
-
- removeComponent(Object) - Method in class org.apache.commons.vfs2.provider.AbstractVfsContainer
-
Removes a sub-component from this component.
- removeDirectory(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- 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(FileObject) - Method in interface org.apache.commons.vfs2.FileMonitor
-
Removes a file from being monitored.
- removeFile(FileSystem, FileName) - Method in interface org.apache.commons.vfs2.FilesCache
-
removes a file from cache.
- removeFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Removes a file from being monitored.
- removeFile() - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
removes a file from the copies list.
- removeFile(Object) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
removes a instance from the list of copies
- removeFileFromCache(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
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
-
- removeUpdateListener(VcsUpdateListener) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
-
- rename(String, String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.FileSystem
-
Creates a temporary local copy of a file and its descendents.
- replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.DefaultFileReplicator
-
Creates a local copy of the file, and all its descendents.
- replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
-
Creates a local copy of the file, and all its descendents.
- replicateFile(FileObject, FileSelector) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Creates a temporary local copy of a file and its descendents.
- replicateFile(FileObject, FileSelector) - Method in interface org.apache.commons.vfs2.provider.FileReplicator
-
Creates a local copy of the file, and all its descendents.
- 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
-
- requestWrite() - Method in enum org.apache.commons.vfs2.util.RandomAccessMode
-
- resetAttributes() - Method in class org.apache.commons.vfs2.provider.DefaultFileContent
-
Used internally to flag situations where the file attributes should be
reretrieved.
- resetTarFile() - Method in class org.apache.commons.vfs2.provider.tar.TarFileSystem
-
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- resolveFile(String) - Method in class org.apache.commons.vfs2.cache.OnCallRefreshFileObject
-
- resolveFile(String, NameScope) - Method in interface org.apache.commons.vfs2.FileObject
-
Finds a file, relative to this file.
- resolveFile(String) - Method in interface org.apache.commons.vfs2.FileObject
-
Finds a file, relative to this file.
- resolveFile(FileName) - Method in interface org.apache.commons.vfs2.FileSystem
-
Finds a file in this file system.
- resolveFile(String) - Method in interface org.apache.commons.vfs2.FileSystem
-
Finds a file in this file system.
- resolveFile(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Locates a file by name.
- resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Locates a file by name.
- resolveFile(FileObject, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
§
Locates a file by name.
- resolveFile(File, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Locates a file by name.
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.DecoratedFileObject
-
- 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, FileSystemOptions) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Locate a file by URI, use the FileSystemOptions for file-system creation.
- resolveFile(File, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Locates a file by URI.
- 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, realtive to a base file with specified FileSystem
configuration.
- resolveFile(String, NameScope) - Method in class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- resolveFile(String) - 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(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(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileSystem
-
Finds a file in this file system.
- resolveFile(FileObject, String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
-
Locate a file by name.
- resolveFile(String, FileSystemOptions) - Method in interface org.apache.commons.vfs2.provider.VfsComponentContext
-
Locate a file by name.
- resolveFile(String) - Method in class org.apache.commons.vfs2.tasks.VfsTask
-
Resolves a URI to a file, relative to the project's base directory.
- resolveName(FileName, String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Resolves a name, relative to this file name.
- resolveName(FileName, String, NameScope) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Resolves a name, relative to the "root" file name.
- resolveName(FileName, String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Resolves a name, relative to the file.
- resolveName(FileName, String, NameScope) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Resolves a name, relative to the root.
- resolveURI(String) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Resolve the uri to a filename.
- resolveURI(String) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Resolve the uri to a filename.
- ResourceFileProvider - Class in org.apache.commons.vfs2.provider.res
-
The Resource provider.
- ResourceFileProvider() - Constructor for class org.apache.commons.vfs2.provider.res.ResourceFileProvider
-
- ResourceFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.res
-
The config BUILDER for various ftp configuration options.
- retrieveFileStream(String) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- retrieveFileStream(String, long) - Method in interface org.apache.commons.vfs2.provider.ftp.FtpClient
-
- 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.
- 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
-
A
FileSelector
that selects the base file/folder, plus all
its descendents.
- SELECT_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
-
A
FileSelector
that selects only the direct children
of the base folder.
- SELECT_FILES - Static variable in class org.apache.commons.vfs2.Selectors
-
- SELECT_FOLDERS - Static variable in class org.apache.commons.vfs2.Selectors
-
- SELECT_SELF - Static variable in class org.apache.commons.vfs2.Selectors
-
- SELECT_SELF_AND_CHILDREN - Static variable in class org.apache.commons.vfs2.Selectors
-
A
FileSelector
that selects the base file/folder and its
direct children.
- Selectors - Class in org.apache.commons.vfs2
-
Several standard file selectors.
- 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.
- 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.
- setBaseFile(FileObject) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the base file to use when resolving relative URI.
- setBaseFile(File) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the base file to use when resolving relative URI.
- setCacheStrategy(CacheStrategy) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Set the cache strategy to use when dealing with file object data.
- setChecksPerRun(int) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
set the number of files to check per run.
- setClassLoader(ClassLoader) - Method in class org.apache.commons.vfs2.impl.StandardFileSystemManager
-
Sets the ClassLoader to use to load the providers.
- setClassLoader(FileSystemOptions, ClassLoader) - Method in class org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
-
- setClassName(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- setCompression(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
configure the compression to use.
e.g.
- setConfigClass(FileSystemOptions, String, String, Class<?>) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
Set a single class value.
The class has to implement a no-args constructor, else the instantiation might fail.
- setConfigClasses(FileSystemOptions, String, String, Class<?>[]) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
Set an array of class values.
The class has to implement a no-args constructor, else the instantiation might fail.
- setConfigString(FileSystemOptions, String, String, String) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
Set a single string value.
- setConfigStrings(FileSystemOptions, String, String, String[]) - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilder
-
Set 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.
- setContext(VfsComponentContext) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
-
Sets the context for the replicator.
- setContext(VfsComponentContext) - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Sets the context for this file system provider.
- setContext(VfsComponentContext) - Method in interface org.apache.commons.vfs2.provider.VfsComponent
-
Sets the context for the component.
- setControlEncoding(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTP.setControlEncoding(java.lang.String)
for details and examples.
- setCookies(FileSystemOptions, Cookie[]) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
The cookies to add to the request.
- 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
-
set a data to this collection.
- setDataTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
set the data timeout for the ftp client.
If you set the dataTimeout to null
no dataTimeout will be set on the
ftp client.
- setDataTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
set the data timeout for the ftp client.
If you set the dataTimeout to null
no dataTimeout will be set on the
ftp client.
- setDefaultDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
set the language code used by the server.
- setDefaultDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
set the language code used by the server.
- setDefaultProvider(FileProvider) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the default provider.
- setDelay(long) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Set the delay between runs.
- setDependency(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- setDestDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets the destination directory.
- setDestFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets the destination file.
- setDir(String) - Method in class org.apache.commons.vfs2.tasks.MkdirTask
-
Sets the directory to create.
- setEndRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
-
- setEntryParser(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
set the FQCN of your FileEntryParser used to parse the directory listing from your server.
If you do not use the default commons-net FTPFileEntryParserFactory e.g.
- setEntryParser(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
set the FQCN of your FileEntryParser used to parse the directory listing from your server.
If you do not use the default commons-net FTPFileEntryParserFactory e.g.
- setEntryParserFactory(FileSystemOptions, FTPFileEntryParserFactory) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
FTPFileEntryParserFactory which will be used for ftp-entry parsing.
- setEntryParserFactory(FileSystemOptions, FTPFileEntryParserFactory) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
FTPFileEntryParserFactory which will be used for ftp-entry parsing.
- setExport(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
-
- setFailonerror(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets whether we should fail if there was an error or not.
- setFile(FileObject) - Method in class org.apache.commons.vfs2.provider.DelegateFileObject
-
Attaches or detaches the target file.
- setFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
-
- setFile(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
-
Sets the file/folder to delete.
- setFile(String) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
-
The URL of the file to display.
- setFileContentInfoFactory(FileContentInfoFactory) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
set the fileContentInfoFactory used to determine the infos of a file
content.
- setFileNameParser(FileNameParser) - Method in class org.apache.commons.vfs2.provider.AbstractFileProvider
-
- setFileObjectDecorator(Class<?>) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Set a fileObject decorator to be used for ALL returned file objects.
- setFilesCache(FilesCache) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the filesCache implementation used to cache files.
- setForce(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsDelete
-
- setFtpsType(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
Set FTPS security mode, either "implicit" or "explicit".
- setHostName(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- setIdentities(FileSystemOptions, File[]) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the identity files (your private key files).
Need to use a java.io.File as JSch cant deal with vfs FileObjects ;-)
- setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets the files to includes.
- setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
-
Sets the files to include.
- setKnownHosts(FileSystemOptions, File) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the known_hosts file.
- 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.
- setLogEntryHandler(VcsLogEntryHandler) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
-
- setLogger(Log) - Method in interface org.apache.commons.vfs2.FileSystemManager
-
Sets the logger to use.
- setLogger(Log) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the logger to use.
- setLogger(Log) - Method in class org.apache.commons.vfs2.impl.PrivilegedFileReplicator
-
Sets the Logger to use for the component.
- setLogger(Log) - Method in class org.apache.commons.vfs2.provider.AbstractVfsComponent
-
Sets the Logger to use for the component.
- setLogger(Log) - Method in interface org.apache.commons.vfs2.provider.VfsComponent
-
Sets the Logger to use for the component.
- setMakedir(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsAdd
-
- setMaxConnectionsPerHost(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
The maximum number of connections allowed to any host.
- setMaxSize(FileSystemOptions, int) - 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
-
The maximum number of connections allowed.
- setMessage(String) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
-
- setOverwrite(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
-
Enable/disable overwriting of up-to-date files.
- setParam(FileSystemOptions, String, Object) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
- setPassiveMode(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
enter into passive mode.
- setPassiveMode(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
Enter into passive mode.
- setPassword(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- setPort(int) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- setPreemptiveAuth(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Sets the given value for preemptive HTTP authentication (using BASIC) on the
given FileSystemOptions object.
- setPreferredAuthentications(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Configure authentication order.
- setPreserveLastModified(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
-
Enable/disable preserving last modified time of copied files.
- setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Set the proxy authenticator where the system should get the credentials from.
- setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Set the proxy to use for http connection.
You have to set the ProxyPort too if you would like to have the proxy really used.
- setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the proxy to use for sftp connection.
You have to set the ProxyPort too if you would like to have the proxy relly used.
- setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Set the proxy-port to use for http connection.
- setProxyPort(FileSystemOptions, int) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the proxy-port to use for sftp connection.
- setProxyType(FileSystemOptions, SftpFileSystemConfigBuilder.ProxyType) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the proxy type to use for sftp connection.
- setRecentDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setRecentDateFormat(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setRecursive(boolean) - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Access method to set the recursive setting when adding files for monitoring.
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsAdd
-
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
-
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCommit
-
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsRevert
-
- setRecursive(boolean) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
-
- setRecursive(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
-
Recursively shows the descendents of the file.
- setReplicator(FileReplicator) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the file replicator to use.
- setRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
-
- setRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsUpdate
-
- setRootURI(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.FileSystemConfigBuilder
-
The root URI of the file system.
- setScheme(String) - Method in class org.apache.commons.vfs2.impl.ProviderConfiguration
-
- setScheme(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- setServerLanguageCode(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
set the language code used by the server.
- setServerLanguageCode(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
set the language code used by the server.
- setServerTimeZoneId(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setServerTimeZoneId(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setShortMonthNames(FileSystemOptions, String[]) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setShortMonthNames(FileSystemOptions, String[]) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
see FTPClientConfig
for details and examples.
- setShowContent(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
-
Shows the content.
- setSoTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
set the socket timeout for the ftp client.
If you set the socketTimeout to null
no socketTimeout will be set on the
ftp client.
- setSrc(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets the source file.
- setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets the source directory.
- setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
-
Sets the source directory.
- setSrcDirIsBase(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
-
Sets whether the source directory should be consider as the base directory.
- setStartRevision(long) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsLog
-
- setStrictHostKeyChecking(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
configure the host key checking to use.
valid arguments are only yes, no and ask.
See the jsch documentation for details.
- setTarEntry(TarEntry) - Method in class org.apache.commons.vfs2.provider.tar.TarFileObject
-
Sets the details for this file object.
- setTargetDirectory(FileObject) - Method in interface org.apache.commons.vfs2.operations.vcs.VcsCheckout
-
- setTemporaryFileStore(TemporaryFileStore) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemManager
-
Sets the temporary file store to use.
- setTimeout(FileSystemOptions, Integer) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
set the timeout value on jsch session.
- setTryRename(boolean) - Method in class org.apache.commons.vfs2.tasks.MoveTask
-
Enable/disable move/rename of file (if possible).
- setupMethod(HttpMethod) - Method in class org.apache.commons.vfs2.provider.http.HttpFileObject
-
Prepares a Method object.
- setUriStyle(boolean) - Static method in class org.apache.commons.vfs2.VFS
-
- setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Set the charset used for url encoding.
- setUserAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
-
Sets the user authenticator to get authentication informations.
- setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder
-
use user directory as root (do not change to fs root).
- setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.ftps.FtpsFileSystemConfigBuilder
-
use user directory as root (do not change to fs root).
- setUserDirIsRoot(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
use user directory as root (do not change to fs root).
- setUserInfo(FileSystemOptions, UserInfo) - Method in class org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
-
Set the userinfo class to use if e.g.
- setUserName(String) - Method in class org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
- setZipEntry(ZipEntry) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
-
Sets the details for this file object.
- SftpCheck - Class in org.apache.commons.vfs2.libcheck
-
Basic check for sftp
- SftpCheck() - Constructor for class org.apache.commons.vfs2.libcheck.SftpCheck
-
- SftpClientFactory - Class in org.apache.commons.vfs2.provider.sftp
-
Create a JSch Session instance.
- SftpFileNameParser - Class in org.apache.commons.vfs2.provider.sftp
-
Implementation for sftp.
- SftpFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileNameParser
-
- 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
-
- 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
-
- SftpFileSystem - Class in org.apache.commons.vfs2.provider.sftp
-
Represents the files on an SFTP server.
- SftpFileSystem(GenericFileName, Session, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.sftp.SftpFileSystem
-
- SftpFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.sftp
-
The config BUILDER for various sftp configuration options.
- SftpFileSystemConfigBuilder.ProxyType - Class in org.apache.commons.vfs2.provider.sftp
-
Proxy type.
- Shell - Class in org.apache.commons.vfs2.example
-
A simple command-line shell for performing file operations.
- ShowFileTask - Class in org.apache.commons.vfs2.tasks
-
An Ant task that writes the details of a file to Ant's log.
- ShowFileTask() - Constructor for class org.apache.commons.vfs2.tasks.ShowFileTask
-
- showMessage(String) - Method in class org.apache.commons.vfs2.provider.sftp.TrustEveryoneUserInfo
-
- ShowProperties - Class in org.apache.commons.vfs2.example
-
A simple that prints the properties of the file passed as first parameter.
- ShowProperties() - Constructor for class org.apache.commons.vfs2.example.ShowProperties
-
- 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 java vm.
- SoftRefFilesCache() - Constructor for class org.apache.commons.vfs2.cache.SoftRefFilesCache
-
- StandardFileSystemManager - Class in org.apache.commons.vfs2.impl
-
A
FileSystemManager
that configures itself
from an XML (Default: providers.xml) configuration file.
Certain providers are only loaded and available if the dependend library is in your
classpath.
- StandardFileSystemManager() - Constructor for class org.apache.commons.vfs2.impl.StandardFileSystemManager
-
- start() - Method in class org.apache.commons.vfs2.impl.DefaultFileMonitor
-
Starts monitoring the files that have been added.
- 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
-
- 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
-
- SynchronizedFileObject - Class in org.apache.commons.vfs2.impl
-
This decorator synchronize all access to the FileObject.
- SynchronizedFileObject(FileObject) - Constructor for class org.apache.commons.vfs2.impl.SynchronizedFileObject
-
- SyncTask - Class in org.apache.commons.vfs2.tasks
-
A task that synchronises the destination folder to look exactly like
the source folder (or folders).
- SyncTask() - Constructor for class org.apache.commons.vfs2.tasks.SyncTask
-