Index

A C D E F G H I K L M N O P R S V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.mime.MimeFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.smb.SmbFileSystem
Returns the capabilities of this file system.
addCapabilities(Collection) - Method in class org.apache.commons.vfs.provider.webdav.WebDavFileSystem
Adds the capabilities of this file system.
appendCredentials(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
put domain before username if both are set
appendRootUri(StringBuffer, boolean) - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
Builds the root URI for this file name.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs.provider.smb.SmbFileProvider
 
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
 

C

calcFilePosition(long) - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
capabilities - Static variable in class org.apache.commons.vfs.provider.mime.MimeFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.smb.SmbFileProvider
 
capabilities - Static variable in class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
 
clear() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
close() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
close() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
closeAll() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
closeHttpClientConnection() - Method in class org.apache.commons.vfs.provider.webdav.WebDavFileSystem
 
closeIdleConnections(long) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
configureMethod(HttpMethodBase) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
containsKey(Object) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
containsValue(Object) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
create(FileContent) - Method in class org.apache.commons.vfs.provider.mime.MimeFileContentInfoFactory
 
createCommunicationLink() - Method in class org.apache.commons.vfs.provider.mime.MimeFileSystem
 
createConnection(String, int, char[], char[], FileSystemOptions) - Static method in class org.apache.commons.vfs.provider.webdav.WebdavClientFactory
Creates a new connection to the server.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.mime.MimeFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.smb.SmbFileSystem
Creates a file object.
createFile(FileName) - Method in class org.apache.commons.vfs.provider.webdav.WebDavFileSystem
Creates a file object.
createName(String, FileType) - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
Factory method for creating name instances.

D

doAttach() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Attaches this file object to its file resource.
doAttach() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Attaches this file object to its file resource.
doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.mime.MimeFileSystem
 
doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.mime.MimeFileProvider
Creates the filesystem.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.smb.SmbFileProvider
Creates the filesystem.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
Creates a filesystem.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Creates this file as a folder.
doCreateFolder() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Creates this file as a folder.
doDelete() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Deletes the file.
doDelete() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Deletes the file.
doDetach() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
 
doDetach() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
 
doDetach() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
doGetAttributes() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Returns all headers of this part.
The map key is a java.lang.String and the value is a:
java.lang.Strings for single entries or a java.utils.List of java.lang.Strings for entries with multiple values
doGetAttributes() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Returns the properties of the Webdav resource.
doGetContentSize() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Returns the last modified time of this file.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Returns the last modified time of this file.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
random access
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
doGetType() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Determines the type of the file, returns null if the file does not exist.
doGetType() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Determines the type of the file, returns null if the file does not exist.
doIsHidden() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Determines if this file is hidden.
doIsReadable() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
doIsWriteable() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
doListChildren() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
 
doListChildren() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
Lists the children of the file.
doListChildren() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Lists the children of the file.
doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
Lists the children of the file.
doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Lists the children of the file.
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
 
doRename(FileObject) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
Rename the file.

E

entrySet() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 

F

FileObjectDataSource - Class in org.apache.commons.vfs.util
Provide access to a FileObject as DataSource
FileObjectDataSource(FileObject) - Constructor for class org.apache.commons.vfs.util.FileObjectDataSource
 
filePointer - Variable in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 

G

get(Object) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
getAllHeaders() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.mime.MimeFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.smb.SmbFileProvider
 
getCapabilities() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
 
getClient() - Method in class org.apache.commons.vfs.provider.webdav.WebDavFileSystem
Returns the client for this file system.
getConfigClass() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
 
getConnection(HostConfiguration) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
getConnection(HostConfiguration, long) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
Deprecated.
Use #getConnectionWithTimeout(HostConfiguration, long)
getConnectionWithTimeout(HostConfiguration, long) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
getContentType() - Method in class org.apache.commons.vfs.util.FileObjectDataSource
 
getDataInputStream() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
getDomain() - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
returns the domain name
getFileContentInfoFactory() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
 
getFilePointer() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
getFilePosition() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
getIdleStartTime() - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
getInputStream() - Method in class org.apache.commons.vfs.util.FileObjectDataSource
 
getInstance() - Static method in class org.apache.commons.vfs.provider.smb.SmbFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
 
getInstance() - Static method in class org.apache.commons.vfs.provider.webdav.WebdavMethodRetryHandler
 
getLocalHttpConnection() - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
getName() - Method in class org.apache.commons.vfs.util.FileObjectDataSource
 
getOutputStream() - Method in class org.apache.commons.vfs.util.FileObjectDataSource
 
getParams() - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
getPart() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
 
getPosition() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
getProxyAuthenticator(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Get the proxy authenticator where the system should get the credentials from
getProxyHost(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Get the proxy to use for webdav connection You have to set the ProxyPort too if you would like to have the proxy relly used.
getProxyPort(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Get the proxy-port to use for webdav the connection You have to set the ProxyHost too if you would like to have the proxy relly used.
getShare() - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
Returns the share name.
getUriWithoutAuth() - Method in class org.apache.commons.vfs.provider.smb.SmbFileName
Construct the path suitable for SmbFile when used with NtlmPasswordAuthentication
getUrlCharset(FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Set the charset used for url encoding

H

handleCreate(FileType) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 

I

isConnectionStaleCheckingEnabled() - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
Gets the staleCheckingEnabled value to be set on HttpConnections that are created.
isEmpty() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 

K

keySet() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 

L

length() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
localHttpConnection - Variable in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
The thread data

M

mark(int) - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
MimeAttributesMap - Class in org.apache.commons.vfs.provider.mime
A map which tries to allow access to the various aspects of the mail
MimeAttributesMap(Part) - Constructor for class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
MimeFileContentInfoFactory - Class in org.apache.commons.vfs.provider.mime
get access to the content info stuff for mime objects
MimeFileContentInfoFactory() - Constructor for class org.apache.commons.vfs.provider.mime.MimeFileContentInfoFactory
 
MimeFileObject - Class in org.apache.commons.vfs.provider.mime
A part of a MIME message.
MimeFileObject(FileName, Part, AbstractFileSystem) - Constructor for class org.apache.commons.vfs.provider.mime.MimeFileObject
 
MimeFileProvider - Class in org.apache.commons.vfs.provider.mime
A provider for MIME Message.
MimeFileProvider() - Constructor for class org.apache.commons.vfs.provider.mime.MimeFileProvider
 
MimeFileSystem - Class in org.apache.commons.vfs.provider.mime
An MIME file system.
MimeFileSystem(FileName, FileObject, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.mime.MimeFileSystem
 

N

newStream(long, long) - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
NULL_BP_NAME - Static variable in class org.apache.commons.vfs.provider.mime.MimeFileSystem
 

O

org.apache.commons.vfs.provider.mime - package org.apache.commons.vfs.provider.mime
 
org.apache.commons.vfs.provider.smb - package org.apache.commons.vfs.provider.smb
The SMB/CIFS File Provider.
org.apache.commons.vfs.provider.webdav - package org.apache.commons.vfs.provider.webdav
The WebDAV Provider.
org.apache.commons.vfs.util - package org.apache.commons.vfs.util
 

P

parseUri(VfsComponentContext, FileName, String) - Method in class org.apache.commons.vfs.provider.smb.SmbFileNameParser
 
PREAMBLE_CHARSET - Static variable in class org.apache.commons.vfs.provider.mime.MimeFileSystem
 
put(Object, Object) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
putAll(Map) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 

R

read() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
releaseConnection(HttpConnection) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
releaseLocalConnection() - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
release the connection of the current thread
remove(Object) - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
reset() - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
retryMethod(HttpMethod, HttpConnection, HttpRecoverableException, int, boolean) - Method in class org.apache.commons.vfs.provider.webdav.WebdavMethodRetryHandler
 

S

seek(long) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
setConnectionStaleCheckingEnabled(boolean) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
Sets the staleCheckingEnabled value to be set on HttpConnections that are created.
setIdleStartTime(long) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
setLocalHttpConnection(HttpConnection) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
setParams(HttpConnectionManagerParams) - Method in class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
setProxyAuthenticator(FileSystemOptions, UserAuthenticator) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Set the proxy authenticator where the system should get the credentials from
setProxyHost(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Set the proxy to use for webdav 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.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Set the proxy-port to use for webdav connection You have to set the ProxyHost too if you would like to have the proxy relly used.
setUrlCharset(FileSystemOptions, String) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Set the charset used for url encoding
SharedRandomContentInputStream - Class in org.apache.commons.vfs.util
A wrapper to an FileObject to get a SharedInputStream
SharedRandomContentInputStream(FileObject) - Constructor for class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
size() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 
skip(long) - Method in class org.apache.commons.vfs.util.SharedRandomContentInputStream
 
SmbFileName - Class in org.apache.commons.vfs.provider.smb
An SMB URI.
SmbFileName(String, String, int, String, String, String, String, String, FileType) - Constructor for class org.apache.commons.vfs.provider.smb.SmbFileName
 
SmbFileNameParser - Class in org.apache.commons.vfs.provider.smb
Implementation for sftp.
SmbFileNameParser() - Constructor for class org.apache.commons.vfs.provider.smb.SmbFileNameParser
 
SmbFileObject - Class in org.apache.commons.vfs.provider.smb
A file in an SMB file system.
SmbFileObject(FileName, SmbFileSystem) - Constructor for class org.apache.commons.vfs.provider.smb.SmbFileObject
 
SmbFileProvider - Class in org.apache.commons.vfs.provider.smb
A provider for SMB (Samba, Windows share) file systems.
SmbFileProvider() - Constructor for class org.apache.commons.vfs.provider.smb.SmbFileProvider
 
SmbFileSystem - Class in org.apache.commons.vfs.provider.smb
An SMB file system.
SmbFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.smb.SmbFileSystem
 

V

values() - Method in class org.apache.commons.vfs.provider.mime.MimeAttributesMap
 

W

WebdavClientFactory - Class in org.apache.commons.vfs.provider.webdav
Create a HttpClient instance
WebdavConnectionManager - Class in org.apache.commons.vfs.provider.webdav
A connection manager that provides access to a single HttpConnection.
WebdavConnectionManager() - Constructor for class org.apache.commons.vfs.provider.webdav.WebdavConnectionManager
 
WebdavFileObject - Class in org.apache.commons.vfs.provider.webdav
A WebDAV file.
WebdavFileObject(GenericFileName, WebDavFileSystem) - Constructor for class org.apache.commons.vfs.provider.webdav.WebdavFileObject
 
WebdavFileObject.WebdavRandomAccesContent - Class in org.apache.commons.vfs.provider.webdav
 
WebdavFileProvider - Class in org.apache.commons.vfs.provider.webdav
A provider for WebDAV.
WebdavFileProvider() - Constructor for class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
 
WebDavFileSystem - Class in org.apache.commons.vfs.provider.webdav
A WebDAV file system.
WebDavFileSystem(GenericFileName, HttpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs.provider.webdav.WebDavFileSystem
 
WebdavFileSystemConfigBuilder - Class in org.apache.commons.vfs.provider.webdav
Configuration options for WebDav
WebdavMethodRetryHandler - Class in org.apache.commons.vfs.provider.webdav
A retry handler which will retry a failed webdav method one time.
Now that webdavlib didnt support adding a MethodRetryHandler only a few operations are restartable yet.
WebdavRandomAccesContent(WebdavFileObject, RandomAccessMode) - Constructor for class org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
 
A C D E F G H I K L M N O P R S V W 
All Classes and Interfaces|All Packages|Constant Field Values