Uses of Class
org.apache.commons.vfs.FileSystemOptions

Packages that use FileSystemOptions
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.provider.bzip2 The BZIP2 File Provider 
org.apache.commons.vfs.provider.compressed The compressed file provider 
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.gzip The GZIP File Provider 
org.apache.commons.vfs.provider.http The HTTP File Provider 
org.apache.commons.vfs.provider.jar The Jar File Provider. 
org.apache.commons.vfs.provider.local The Local File Provider. 
org.apache.commons.vfs.provider.mime   
org.apache.commons.vfs.provider.ram The RAM File Provider. 
org.apache.commons.vfs.provider.res The Resource File Provider 
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File Provider. 
org.apache.commons.vfs.provider.tar The Tar File Provider. 
org.apache.commons.vfs.provider.temp The Temporary Filespace Provider. 
org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL. 
org.apache.commons.vfs.provider.webdav The WebDAV File Provider 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of FileSystemOptions in org.apache.commons.vfs
 

Methods in org.apache.commons.vfs that return FileSystemOptions
 FileSystemOptions FileSystem.getFileSystemOptions()
          Returns the FileSystemOptions used to instantiate this filesystem.
 

Methods in org.apache.commons.vfs with parameters of type FileSystemOptions
 int FileSystemOptions.compareTo(FileSystemOptions other)
           
protected  java.lang.Boolean FileSystemConfigBuilder.getBoolean(FileSystemOptions opts, java.lang.String name)
           
protected  boolean FileSystemConfigBuilder.getBoolean(FileSystemOptions opts, java.lang.String name, boolean defaultValue)
           
protected  java.lang.Boolean FileSystemConfigBuilder.getBoolean(FileSystemOptions opts, java.lang.String name, java.lang.Boolean defaultValue)
           
protected  java.lang.Byte FileSystemConfigBuilder.getByte(FileSystemOptions opts, java.lang.String name)
           
protected  byte FileSystemConfigBuilder.getByte(FileSystemOptions opts, java.lang.String name, byte defaultValue)
           
protected  java.lang.Byte FileSystemConfigBuilder.getByte(FileSystemOptions opts, java.lang.String name, java.lang.Byte defaultValue)
           
protected  java.lang.Character FileSystemConfigBuilder.getCharacter(FileSystemOptions opts, java.lang.String name)
           
protected  char FileSystemConfigBuilder.getCharacter(FileSystemOptions opts, java.lang.String name, char defaultValue)
           
protected  java.lang.Character FileSystemConfigBuilder.getCharacter(FileSystemOptions opts, java.lang.String name, java.lang.Character defaultValue)
           
protected  java.lang.Double FileSystemConfigBuilder.getDouble(FileSystemOptions opts, java.lang.String name)
           
protected  double FileSystemConfigBuilder.getDouble(FileSystemOptions opts, java.lang.String name, double defaultValue)
           
protected  java.lang.Double FileSystemConfigBuilder.getDouble(FileSystemOptions opts, java.lang.String name, java.lang.Double defaultValue)
           
protected  java.lang.Float FileSystemConfigBuilder.getFloat(FileSystemOptions opts, java.lang.String name)
           
protected  float FileSystemConfigBuilder.getFloat(FileSystemOptions opts, java.lang.String name, float defaultValue)
           
protected  java.lang.Float FileSystemConfigBuilder.getFloat(FileSystemOptions opts, java.lang.String name, java.lang.Float defaultValue)
           
protected  java.lang.Integer FileSystemConfigBuilder.getInteger(FileSystemOptions opts, java.lang.String name)
           
protected  int FileSystemConfigBuilder.getInteger(FileSystemOptions opts, java.lang.String name, int defaultValue)
           
protected  java.lang.Integer FileSystemConfigBuilder.getInteger(FileSystemOptions opts, java.lang.String name, java.lang.Integer defaultValue)
           
protected  java.lang.Long FileSystemConfigBuilder.getLong(FileSystemOptions opts, java.lang.String name)
           
protected  long FileSystemConfigBuilder.getLong(FileSystemOptions opts, java.lang.String name, long defaultValue)
           
protected  java.lang.Long FileSystemConfigBuilder.getLong(FileSystemOptions opts, java.lang.String name, java.lang.Long defaultValue)
           
protected  java.lang.Object FileSystemConfigBuilder.getParam(FileSystemOptions opts, java.lang.String name)
           
 java.lang.String FileSystemConfigBuilder.getRootURI(FileSystemOptions opts)
          Return the root URI of the file system.
protected  java.lang.Short FileSystemConfigBuilder.getShort(FileSystemOptions opts, java.lang.String name)
           
protected  short FileSystemConfigBuilder.getShort(FileSystemOptions opts, java.lang.String name, short defaultValue)
           
protected  java.lang.Short FileSystemConfigBuilder.getShort(FileSystemOptions opts, java.lang.String name, java.lang.Short defaultValue)
           
protected  java.lang.String FileSystemConfigBuilder.getString(FileSystemOptions opts, java.lang.String name)
           
protected  java.lang.String FileSystemConfigBuilder.getString(FileSystemOptions opts, java.lang.String name, java.lang.String defaultValue)
           
protected  boolean FileSystemConfigBuilder.hasObject(FileSystemOptions opts, java.lang.String name)
           
protected  boolean FileSystemConfigBuilder.hasParam(FileSystemOptions opts, java.lang.String name)
           
 FileObject FileSystemManager.resolveFile(java.lang.String name, FileSystemOptions fileSystemOptions)
          Locates a file by name.
protected  void FileSystemConfigBuilder.setParam(FileSystemOptions opts, java.lang.String name, java.lang.Object value)
           
 void FileSystemConfigBuilder.setRootURI(FileSystemOptions opts, java.lang.String rootURI)
          The root URI of the file system.
 

Uses of FileSystemOptions in org.apache.commons.vfs.impl
 

Methods in org.apache.commons.vfs.impl with parameters of type FileSystemOptions
 UserAuthenticator DefaultFileSystemConfigBuilder.getUserAuthenticator(FileSystemOptions opts)
           
 FileObject DefaultFileSystemManager.resolveFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Resolves a URI, realtive to a base file with specified FileSystem configuration.
 FileObject DefaultFileSystemManager.resolveFile(java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locate a file by URI, use the FileSystemOptions for file-system creation.
 void DefaultFileSystemConfigBuilder.setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator)
          Sets the user authenticator to get authentication informations.
 

Constructors in org.apache.commons.vfs.impl with parameters of type FileSystemOptions
VirtualFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider
 

Methods in org.apache.commons.vfs.provider that return FileSystemOptions
 FileSystemOptions AbstractFileSystem.getFileSystemOptions()
          Return the FileSystemOptions used to instantiate this filesystem.
 

Methods in org.apache.commons.vfs.provider with parameters of type FileSystemOptions
 FileObject AbstractFileProvider.createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions properties)
          Creates a layered file system.
 FileObject FileProvider.createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
 FileObject AbstractLayeredFileProvider.createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
protected abstract  FileSystem AbstractOriginatingFileProvider.doCreateFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
          Creates a FileSystem.
protected abstract  FileSystem AbstractLayeredFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
protected  FileObject AbstractOriginatingFileProvider.findFile(FileName name, FileSystemOptions fileSystemOptions)
          Locates a file from its parsed URI.
 FileObject CompositeFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locates a file object, by absolute URI.
 FileObject AbstractOriginatingFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locates a file object, by absolute URI.
 FileObject FileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locates a file object, by absolute URI.
 FileObject AbstractLayeredFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions properties)
          Locates a file object, by absolute URI.
protected  FileSystem AbstractFileProvider.findFileSystem(java.lang.Comparable key, FileSystemOptions fileSystemProps)
          Locates a cached file system
protected  FileSystem AbstractOriginatingFileProvider.getFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
          Returns the FileSystem associated with the specified root.
 FileObject VfsComponentContext.resolveFile(FileObject baseFile, java.lang.String name, FileSystemOptions fileSystemOptions)
          Locate a file by name.
 FileObject VfsComponentContext.resolveFile(java.lang.String name, FileSystemOptions fileSystemOptions)
          Locate a file by name.
 

Constructors in org.apache.commons.vfs.provider with parameters of type FileSystemOptions
AbstractFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
DefaultURLStreamHandler(VfsComponentContext context, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.bzip2
 

Methods in org.apache.commons.vfs.provider.bzip2 with parameters of type FileSystemOptions
protected  FileSystem Bzip2FileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)
           
 

Constructors in org.apache.commons.vfs.provider.bzip2 with parameters of type FileSystemOptions
Bzip2FileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.compressed
 

Methods in org.apache.commons.vfs.provider.compressed with parameters of type FileSystemOptions
protected abstract  FileSystem CompressedFileFileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)
           
protected  FileSystem CompressedFileFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
 

Constructors in org.apache.commons.vfs.provider.compressed with parameters of type FileSystemOptions
CompressedFileFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.ftp
 

Methods in org.apache.commons.vfs.provider.ftp with parameters of type FileSystemOptions
static org.apache.commons.net.ftp.FTPClient FtpClientFactory.createConnection(java.lang.String hostname, int port, char[] username, char[] password, java.lang.String workingDirectory, FileSystemOptions fileSystemOptions)
          Creates a new connection to the server.
protected  FileSystem FtpFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates the filesystem.
 java.lang.Integer FtpFileSystemConfigBuilder.getDataTimeout(FileSystemOptions opts)
           
 java.lang.String FtpFileSystemConfigBuilder.getDefaultDateFormat(FileSystemOptions opts)
          get the language code used by the server.
 java.lang.String FtpFileSystemConfigBuilder.getEntryParser(FileSystemOptions opts)
           
 org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory FtpFileSystemConfigBuilder.getEntryParserFactory(FileSystemOptions opts)
           
 java.lang.Boolean FtpFileSystemConfigBuilder.getPassiveMode(FileSystemOptions opts)
           
 java.lang.String FtpFileSystemConfigBuilder.getRecentDateFormat(FileSystemOptions opts)
          see FTPClientConfig for details and examples.
 java.lang.String FtpFileSystemConfigBuilder.getServerLanguageCode(FileSystemOptions opts)
          get the language code used by the server.
 java.lang.String FtpFileSystemConfigBuilder.getServerTimeZoneId(FileSystemOptions opts)
          see FTPClientConfig for details and examples.
 java.lang.String[] FtpFileSystemConfigBuilder.getShortMonthNames(FileSystemOptions opts)
          see FTPClientConfig for details and examples.
 java.lang.Integer FtpFileSystemConfigBuilder.getSoTimeout(FileSystemOptions opts)
           
 java.lang.Boolean FtpFileSystemConfigBuilder.getUserDirIsRoot(FileSystemOptions opts)
           
 void FtpFileSystemConfigBuilder.setDataTimeout(FileSystemOptions opts, java.lang.Integer dataTimeout)
          set the data timeout for the ftp client.
If you set the dataTimeout to null no dataTimeout will be set on the ftp client.
 void FtpFileSystemConfigBuilder.setDefaultDateFormat(FileSystemOptions opts, java.lang.String defaultDateFormat)
          set the language code used by the server.
 void FtpFileSystemConfigBuilder.setEntryParser(FileSystemOptions opts, java.lang.String key)
          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.
 void FtpFileSystemConfigBuilder.setEntryParserFactory(FileSystemOptions opts, org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory factory)
          FTPFileEntryParserFactory which will be used for ftp-entry parsing.
 void FtpFileSystemConfigBuilder.setPassiveMode(FileSystemOptions opts, boolean passiveMode)
          enter into passive mode.
 void FtpFileSystemConfigBuilder.setRecentDateFormat(FileSystemOptions opts, java.lang.String recentDateFormat)
          see FTPClientConfig for details and examples.
 void FtpFileSystemConfigBuilder.setServerLanguageCode(FileSystemOptions opts, java.lang.String serverLanguageCode)
          set the language code used by the server.
 void FtpFileSystemConfigBuilder.setServerTimeZoneId(FileSystemOptions opts, java.lang.String serverTimeZoneId)
          see FTPClientConfig for details and examples.
 void FtpFileSystemConfigBuilder.setShortMonthNames(FileSystemOptions opts, java.lang.String[] shortMonthNames)
          see FTPClientConfig for details and examples.
 void FtpFileSystemConfigBuilder.setSoTimeout(FileSystemOptions opts, java.lang.Integer soTimeout)
          set the socket timeout for the ftp client.
If you set the socketTimeout to null no socketTimeout will be set on the ftp client.
 void FtpFileSystemConfigBuilder.setUserDirIsRoot(FileSystemOptions opts, boolean userDirIsRoot)
          use user directory as root (do not change to fs root).
 

Constructors in org.apache.commons.vfs.provider.ftp with parameters of type FileSystemOptions
FtpFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.gzip
 

Methods in org.apache.commons.vfs.provider.gzip with parameters of type FileSystemOptions
protected  FileSystem GzipFileProvider.createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)
           
 

Constructors in org.apache.commons.vfs.provider.gzip with parameters of type FileSystemOptions
GzipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.http
 

Methods in org.apache.commons.vfs.provider.http with parameters of type FileSystemOptions
static org.apache.commons.httpclient.HttpClient HttpClientFactory.createConnection(HttpFileSystemConfigBuilder builder, java.lang.String scheme, java.lang.String hostname, int port, java.lang.String username, java.lang.String password, FileSystemOptions fileSystemOptions)
          Creates a new connection to the server.
static org.apache.commons.httpclient.HttpClient HttpClientFactory.createConnection(java.lang.String scheme, java.lang.String hostname, int port, java.lang.String username, java.lang.String password, FileSystemOptions fileSystemOptions)
           
protected  FileSystem HttpFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates a FileSystem.
 org.apache.commons.httpclient.Cookie[] HttpFileSystemConfigBuilder.getCookies(FileSystemOptions opts)
          The cookies to add to the reqest
 int HttpFileSystemConfigBuilder.getMaxConnectionsPerHost(FileSystemOptions opts)
          Retrieve the maximum number of connections allowed per host.
 int HttpFileSystemConfigBuilder.getMaxTotalConnections(FileSystemOptions opts)
          Retrieve the maximum number of connections allowed.
 UserAuthenticator HttpFileSystemConfigBuilder.getProxyAuthenticator(FileSystemOptions opts)
          Get the proxy authenticator where the system should get the credentials from
 java.lang.String HttpFileSystemConfigBuilder.getProxyHost(FileSystemOptions opts)
          Get the proxy to use for http connection You have to set the ProxyPort too if you would like to have the proxy relly used.
 int HttpFileSystemConfigBuilder.getProxyPort(FileSystemOptions opts)
          Get the proxy-port to use for http the connection You have to set the ProxyHost too if you would like to have the proxy relly used.
 java.lang.String HttpFileSystemConfigBuilder.getUrlCharset(FileSystemOptions opts)
          Set the charset used for url encoding
 void HttpFileSystemConfigBuilder.setCookies(FileSystemOptions opts, org.apache.commons.httpclient.Cookie[] cookies)
          The cookies to add to the reqest
 void HttpFileSystemConfigBuilder.setMaxConnectionsPerHost(FileSystemOptions opts, int maxHostConnections)
          The maximum number of connections allowed to any host
 void HttpFileSystemConfigBuilder.setMaxTotalConnections(FileSystemOptions opts, int maxTotalConnections)
          The maximum number of connections allowed
 void HttpFileSystemConfigBuilder.setProxyAuthenticator(FileSystemOptions opts, UserAuthenticator authenticator)
          Set the proxy authenticator where the system should get the credentials from
 void HttpFileSystemConfigBuilder.setProxyHost(FileSystemOptions opts, java.lang.String proxyHost)
          Set the proxy to use for http connection.
You have to set the ProxyPort too if you would like to have the proxy relly used.
 void HttpFileSystemConfigBuilder.setProxyPort(FileSystemOptions opts, int proxyPort)
          Set the proxy-port to use for http connection You have to set the ProxyHost too if you would like to have the proxy relly used.
 void HttpFileSystemConfigBuilder.setUrlCharset(FileSystemOptions opts, java.lang.String chaset)
          Set the charset used for url encoding
 

Constructors in org.apache.commons.vfs.provider.http with parameters of type FileSystemOptions
HttpFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.jar
 

Methods in org.apache.commons.vfs.provider.jar with parameters of type FileSystemOptions
protected  FileSystem JarFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
 

Constructors in org.apache.commons.vfs.provider.jar with parameters of type FileSystemOptions
JarFileSystem(FileName rootName, FileObject file, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.local
 

Methods in org.apache.commons.vfs.provider.local with parameters of type FileSystemOptions
protected  FileSystem DefaultLocalFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates the filesystem.
 

Constructors in org.apache.commons.vfs.provider.local with parameters of type FileSystemOptions
LocalFileSystem(FileName rootName, java.lang.String rootFile, FileSystemOptions opts)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.mime
 

Methods in org.apache.commons.vfs.provider.mime with parameters of type FileSystemOptions
protected  FileSystem MimeFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates the filesystem.
 

Constructors in org.apache.commons.vfs.provider.mime with parameters of type FileSystemOptions
MimeFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.ram
 

Methods in org.apache.commons.vfs.provider.ram with parameters of type FileSystemOptions
protected  FileSystem RamFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
           
 int RamFileSystemConfigBuilder.getMaxSize(FileSystemOptions opts)
           
 void RamFileSystemConfigBuilder.setMaxSize(FileSystemOptions opts, int sizeInBytes)
          sets the maximum size of the file system
 

Constructors in org.apache.commons.vfs.provider.ram with parameters of type FileSystemOptions
RamFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.res
 

Methods in org.apache.commons.vfs.provider.res with parameters of type FileSystemOptions
 FileObject ResourceFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locates a file object, by absolute URI.
 java.lang.ClassLoader ResourceFileSystemConfigBuilder.getClassLoader(FileSystemOptions opts)
           
 void ResourceFileSystemConfigBuilder.setClassLoader(FileSystemOptions opts, java.lang.ClassLoader classLoader)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.sftp
 

Methods in org.apache.commons.vfs.provider.sftp with parameters of type FileSystemOptions
static com.jcraft.jsch.Session SftpClientFactory.createConnection(java.lang.String hostname, int port, char[] username, char[] password, FileSystemOptions fileSystemOptions)
          Creates a new connection to the server.
protected  FileSystem SftpFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates a FileSystem.
 java.lang.String SftpFileSystemConfigBuilder.getCompression(FileSystemOptions opts)
           
 java.io.File[] SftpFileSystemConfigBuilder.getIdentities(FileSystemOptions opts)
           
 java.io.File SftpFileSystemConfigBuilder.getKnownHosts(FileSystemOptions opts)
           
 java.lang.String SftpFileSystemConfigBuilder.getPreferredAuthentications(FileSystemOptions opts)
          Get authentication order
 java.lang.String SftpFileSystemConfigBuilder.getProxyHost(FileSystemOptions opts)
          Get the proxy to use for sftp connection You have to set the ProxyPort too if you would like to have the proxy relly used.
 int SftpFileSystemConfigBuilder.getProxyPort(FileSystemOptions opts)
          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.
 SftpFileSystemConfigBuilder.ProxyType SftpFileSystemConfigBuilder.getProxyType(FileSystemOptions opts)
          Get the proxy type to use for sftp connection.
 java.lang.String SftpFileSystemConfigBuilder.getStrictHostKeyChecking(FileSystemOptions opts)
           
 java.lang.Integer SftpFileSystemConfigBuilder.getTimeout(FileSystemOptions opts)
           
 java.lang.Boolean SftpFileSystemConfigBuilder.getUserDirIsRoot(FileSystemOptions opts)
           
 com.jcraft.jsch.UserInfo SftpFileSystemConfigBuilder.getUserInfo(FileSystemOptions opts)
           
 void SftpFileSystemConfigBuilder.setCompression(FileSystemOptions opts, java.lang.String compression)
          configure the compression to use.
e.g.
 void SftpFileSystemConfigBuilder.setIdentities(FileSystemOptions opts, java.io.File[] identities)
          Set the identity files (your private key files).
Need to use a java.io.File as JSch cant deal with vfs FileObjects ;-)
 void SftpFileSystemConfigBuilder.setKnownHosts(FileSystemOptions opts, java.io.File sshdir)
          Set the known_hosts file.
 void SftpFileSystemConfigBuilder.setPreferredAuthentications(FileSystemOptions opts, java.lang.String preferredAuthentications)
          Configure authentication order
 void SftpFileSystemConfigBuilder.setProxyHost(FileSystemOptions opts, java.lang.String proxyHost)
          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.
 void SftpFileSystemConfigBuilder.setProxyPort(FileSystemOptions opts, int proxyPort)
          Set the proxy-port to use for sftp connection You have to set the ProxyHost too if you would like to have the proxy relly used.
 void SftpFileSystemConfigBuilder.setProxyType(FileSystemOptions opts, SftpFileSystemConfigBuilder.ProxyType proxyType)
          Set the proxy type to use for sftp connection.
 void SftpFileSystemConfigBuilder.setStrictHostKeyChecking(FileSystemOptions opts, java.lang.String hostKeyChecking)
          configure the host key checking to use.
valid arguments are only yes, no and ask.
See the jsch documentation for details.
 void SftpFileSystemConfigBuilder.setTimeout(FileSystemOptions opts, java.lang.Integer timeout)
          set the timeout value on jsch session
 void SftpFileSystemConfigBuilder.setUserDirIsRoot(FileSystemOptions opts, boolean userDirIsRoot)
          use user directory as root (do not change to fs root)
 void SftpFileSystemConfigBuilder.setUserInfo(FileSystemOptions opts, com.jcraft.jsch.UserInfo info)
          Set the userinfo class to use if e.g.
 

Constructors in org.apache.commons.vfs.provider.sftp with parameters of type FileSystemOptions
SftpFileSystem(GenericFileName rootName, com.jcraft.jsch.Session session, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.smb
 

Methods in org.apache.commons.vfs.provider.smb with parameters of type FileSystemOptions
protected  FileSystem SmbFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates the filesystem.
 

Constructors in org.apache.commons.vfs.provider.smb with parameters of type FileSystemOptions
SmbFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.tar
 

Methods in org.apache.commons.vfs.provider.tar with parameters of type FileSystemOptions
protected  FileSystem TarFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
 

Constructors in org.apache.commons.vfs.provider.tar with parameters of type FileSystemOptions
TarFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.temp
 

Methods in org.apache.commons.vfs.provider.temp with parameters of type FileSystemOptions
 FileObject TemporaryFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions properties)
          Locates a file object, by absolute URI.
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.url
 

Methods in org.apache.commons.vfs.provider.url with parameters of type FileSystemOptions
 FileObject UrlFileProvider.findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)
          Locates a file object, by absolute URI.
 

Constructors in org.apache.commons.vfs.provider.url with parameters of type FileSystemOptions
UrlFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.webdav
 

Methods in org.apache.commons.vfs.provider.webdav with parameters of type FileSystemOptions
protected  FileSystem WebdavFileProvider.doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates a FileSystem.
 java.lang.String WebdavFileSystemConfigBuilder.getCreatorName(FileSystemOptions opts)
          Return the user name to be associated with changes to the file.
 boolean WebdavFileSystemConfigBuilder.isVersioning(FileSystemOptions opts)
          The cookies to add to the request.
 void WebdavFileSystemConfigBuilder.setCreatorName(FileSystemOptions opts, java.lang.String creatorName)
          The user name to be associated with changes to the file.
 void WebdavFileSystemConfigBuilder.setVersioning(FileSystemOptions opts, boolean versioning)
          Whether to use versioning.
 

Constructors in org.apache.commons.vfs.provider.webdav with parameters of type FileSystemOptions
WebdavFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.provider.zip
 

Methods in org.apache.commons.vfs.provider.zip with parameters of type FileSystemOptions
protected  FileSystem ZipFileProvider.doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
          Creates a layered file system.
 

Constructors in org.apache.commons.vfs.provider.zip with parameters of type FileSystemOptions
ZipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
           
 

Uses of FileSystemOptions in org.apache.commons.vfs.util
 

Methods in org.apache.commons.vfs.util with parameters of type FileSystemOptions
static UserAuthenticationData UserAuthenticatorUtils.authenticate(FileSystemOptions opts, UserAuthenticationData.Type[] authenticatorTypes)
          if there is a authenticator the authentication will take place, else null will be reutrned.
 void DelegatingFileSystemOptionsBuilder.setConfigClass(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.Class className)
          Set a single class value.
The class has to implement a no-args constructor, else the instantiation might fail.
 void DelegatingFileSystemOptionsBuilder.setConfigClasses(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.Class[] classNames)
          Set an array of class values.
The class has to implement a no-args constructor, else the instantiation might fail.
 void DelegatingFileSystemOptionsBuilder.setConfigString(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.String value)
          Set a single string value.
 void DelegatingFileSystemOptionsBuilder.setConfigStrings(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.String[] values)
          Set an array of string value.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.