A B C D E F G H I L M N O P R S T U V W 

A

ACCESS_KEY_ID - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Variable name.
ACCESS_TOKEN - Static variable in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Variable name.
ACCESS_TOKEN - Static variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Variable name.
addCapabilities(Collection<Capability>) - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Adds the capabilities of this file system.
addCapabilities(Collection<Capability>) - Method in class com.lf.vfslib.s3.S3FileSystem
Adds the capabilities of this file system.
addClient(ClientWrapper) - Method in class com.lf.vfslib.net.ClientPool
Adds a new client for the pool, normally added by the provider client factories.
addConnection(VFSConnection) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Adds a new network connections for this manager.
addMissingCredentials(String, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Convenience to automatically apply user and password defined for a connection.
addProviderAmazonS3(DefaultFileSystemManager) - Method in class com.lf.vfslib.VFSLib
Configures the given file system manager to use the VFSLib provider for Amazon S3 (convenience method).
addProviderDropbox(DefaultFileSystemManager, String, String, String, String) - Method in class com.lf.vfslib.VFSLib
Configures the given file system manager to use the VFSLib provider for Dropbox (convenience method).
addProviderDropbox(DefaultFileSystemManager, Object, Object) - Method in class com.lf.vfslib.VFSLib
Configures the given file system manager to use the VFSLib provider for Dropbox.
addProviderGoogleDrive(DefaultFileSystemManager, String, String, String, String) - Method in class com.lf.vfslib.VFSLib
Configures the given file system manager to use the VFSLib provider for Google Drive (convenience method).
addProviderGoogleDrive(DefaultFileSystemManager, Object, String, String) - Method in class com.lf.vfslib.VFSLib
Configures the given file system manager to use the VFSLib provider for Google Drive.
ATTR_CONTENT_LENGTH - Static variable in class com.lf.vfslib.core.VFSLibConstants
Represents the "Content-Length" attribute required for proper uploading (cloud file systems).
attributes - Variable in class com.lf.vfslib.dropbox.DbxFileObject
The attributes specific for cloud file systems (e.g.
attributes - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
The attributes specific for cloud file systems (e.g.
attributes - Variable in class com.lf.vfslib.s3.S3FileObject
The attributes specific for cloud file systems (e.g.
autoWarnSeconds - Variable in class com.lf.vfslib.net.VFSFileSystemManager
If monitoring is enabled this is the time period to automatically warn the user (dialog/log messages).
available(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is currently available (like a PING check).

B

BUCKET_NAME - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Variable name.
BUCKET_URI - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Variable name.

C

cachePool - Variable in class com.lf.vfslib.net.ClientPool
Remembers all clients currently managed by this factory, managed object is ClientWrapper.
canRead(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL can be read.
canRead(FileObject, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL can be read.
canRelease(Object) - Method in class com.lf.vfslib.net.ClientPool
Checks whether a factory shared object can be released or not.
canWrite(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL can be written.
canWrite(FileObject, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL can be written.
capabilities - Static variable in class com.lf.vfslib.dropbox.DbxFileProvider
The provider's capabilities.
capabilities - Static variable in class com.lf.vfslib.gdrive.GDriveFileProvider
The provider's capabilities.
capabilities - Static variable in class com.lf.vfslib.s3.S3FileProvider
The provider's capabilities.
check() - Method in class com.lf.vfslib.core.VFSLibSettings
Performs some simple tests for the caches and configurations and creates log messages.
checkUniqueName(Vector<VFSConnection>) - Method in class com.lf.vfslib.net.VFSConnection
Checks if the name for the given connection is unique over all connections.
checkUniqueUser(Vector<VFSConnection>) - Method in class com.lf.vfslib.net.VFSConnection
Checks if the user for the given connection is unique over all connections of the same scheme.
CHUNK_SIZE - Static variable in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Variable name.
cleanup(Object) - Method in class com.lf.vfslib.net.ClientPool
Perform optional cleanup tasks like closing network connections or disposing dialogs.
clearDirectory(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Tries to remove all directories and files from a given directory.
ClientPool - Class in com.lf.vfslib.net
Handles multiple network connections to be recycled.
ClientPool() - Constructor for class com.lf.vfslib.net.ClientPool
Default constructor.
ClientWrapper - Interface in com.lf.vfslib.net
Simple interface for client objects generated for FTP and SFTP connections (clients).
clone() - Method in class com.lf.vfslib.net.VFSConnection
Makes a copy of this object.
close() - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Closes this random access content.
close() - Method in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Closes this random access content.
close() - Method in class com.lf.vfslib.s3.S3RandomAccessContent
Closes this random access content.
collectEntries(FileObject, Vector<FileObject>) - Static method in class com.lf.vfslib.net.VFSUtils
Searches the given directory recursively for files and directories adds the results to the container.
com.lf.vfslib - package com.lf.vfslib
VFSLib is a library implementing various providers for Apache Commons VFS 2.0.
com.lf.vfslib.core - package com.lf.vfslib.core
Provides build information like the version as well as global settings for the package.
com.lf.vfslib.core.i18n.eng_US - package com.lf.vfslib.core.i18n.eng_US
English package localization.
com.lf.vfslib.core.i18n.ger_DE - package com.lf.vfslib.core.i18n.ger_DE
German package localization.
com.lf.vfslib.dropbox - package com.lf.vfslib.dropbox
Bundles the classes and resources to access Dropbox® via a Commons VFS 2.0 provider.
com.lf.vfslib.gdrive - package com.lf.vfslib.gdrive
Bundles the classes and resources to access Google® Drive via a Commons VFS 2.0 provider.
com.lf.vfslib.net - package com.lf.vfslib.net
Classes with common networking functionality for Apache Commons VFS 2.0 and VFSLib.
com.lf.vfslib.resource - package com.lf.vfslib.resource
This is the place for resources like images used by the package.
com.lf.vfslib.s3 - package com.lf.vfslib.s3
Bundles the classes and resources to access Amazon® S3 via a Commons VFS 2.0 provider.
com.lf.vfslib.web.servlet - package com.lf.vfslib.web.servlet
Subclasses of HttpServlet used by web services.
compareTo(VFSURI) - Method in class com.lf.vfslib.net.VFSURI
Compares this URI to another object, which must be a URI.
config - Variable in class com.lf.vfslib.net.VFSConnection
Cache for the settings (driver parameters, expert settings).
configureUnit(String, Configuration) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Restores values from persistent data stores.
connections - Variable in class com.lf.vfslib.net.VFSFileSystemManager
Cache for the currently configured VFS connections.
contains(Vector<FileObject>, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Checks, if the given container holds the given URL.
create(String) - Static method in class com.lf.vfslib.net.VFSURI
Creates a URI by parsing the given string.
createClient(GenericFileName, FileSystemOptions, DbxRequestConfig, VFSLib) - Static method in class com.lf.vfslib.dropbox.DbxClientFactory
Creates a new connection to the server.
createClient() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
Establish connection to Dropbox based on the configured options.
createClient(GenericFileName, FileSystemOptions, String, GoogleAuthorizationCodeFlow, VFSLib) - Static method in class com.lf.vfslib.gdrive.GDriveClientFactory
Creates a new connection to the server.
createClient() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Establish connection to Google Drive based on the configured options.
createClient(GenericFileName, FileSystemOptions, BasicAWSCredentials, VFSLib) - Static method in class com.lf.vfslib.s3.S3ClientFactory
Creates a new connection to the server.
createClient() - Method in class com.lf.vfslib.s3.S3ClientWrapper
Establish connection to Amazon S3 based on the configured options.
createConnection(VFSFileSystemManager, String, String) - Static method in class com.lf.vfslib.net.VFSConnection
Creates a fresh new connection appropriate for the given VFS scheme/protocol.
createConnection(VFSFileSystemManager, String, String, Configuration, FileSystemOptions) - Static method in class com.lf.vfslib.net.VFSConnection
Creates a fresh new connection appropriate for the given VFS scheme/protocol.
createFile(AbstractFileName) - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Creates a file object.
createFile(AbstractFileName) - Method in class com.lf.vfslib.s3.S3FileSystem
Creates a file object.

D

dataInputStream - Variable in class com.lf.vfslib.dropbox.DbxRandomAccessContent
The data input stream.
dataInputStream - Variable in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
The data input stream.
dataInputStream - Variable in class com.lf.vfslib.s3.S3RandomAccessContent
The data input stream.
DATE_FORMAT_LAST_MODIFIED - Static variable in class com.lf.vfslib.dropbox.DbxFileObject
The format of the "lastModified" attribute.
dbxClient - Variable in class com.lf.vfslib.dropbox.DbxClientWrapper
The low-level client.
DbxClientFactory - Class in com.lf.vfslib.dropbox
Factory for Dropbox clients.
DbxClientFactory() - Constructor for class com.lf.vfslib.dropbox.DbxClientFactory
Constructor method (do not use).
DbxClientWrapper - Class in com.lf.vfslib.dropbox
Wraps a Dropbox client.
DbxClientWrapper() - Constructor for class com.lf.vfslib.dropbox.DbxClientWrapper
Constructor method (do not use).
dbxEntry - Variable in class com.lf.vfslib.dropbox.DbxFileObject
The underlying Dropbox file/folder.
DbxFileNameParser - Class in com.lf.vfslib.dropbox
Implementation for Dropbox.
DbxFileNameParser() - Constructor for class com.lf.vfslib.dropbox.DbxFileNameParser
Constructor method.
DbxFileObject - Class in com.lf.vfslib.dropbox
Represents a Dropbox file or folder.
DbxFileObject(AbstractFileName, DbxFileSystem) - Constructor for class com.lf.vfslib.dropbox.DbxFileObject
Constructor method.
DbxFileProvider - Class in com.lf.vfslib.dropbox
A provider to access the files hosted by Dropbox.
DbxFileProvider() - Constructor for class com.lf.vfslib.dropbox.DbxFileProvider
Constructor method (do not use).
DbxFileProvider(Object, Object, VFSLib) - Constructor for class com.lf.vfslib.dropbox.DbxFileProvider
Constructor method.
DbxFileSystem - Class in com.lf.vfslib.dropbox
Represents the files hosted by Dropbox.
DbxFileSystem(GenericFileName, FileSystemOptions, VFSLib, DbxFileProvider) - Constructor for class com.lf.vfslib.dropbox.DbxFileSystem
The constructor method for this file system.
DbxFileSystemConfigBuilder - Class in com.lf.vfslib.dropbox
The config builder for the various Dropbox configuration options.
DbxFileSystemConfigBuilder() - Constructor for class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Constructor method.
DbxFileSystemConfigBuilder(VFSLib) - Constructor for class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Constructor method.
dbxInputStream - Variable in class com.lf.vfslib.dropbox.DbxRandomAccessContent
The original Dropbox input stream.
DbxRandomAccessContent - Class in com.lf.vfslib.dropbox
Random access content.
debugPrint() - Method in class com.lf.vfslib.net.ClientPool
Convenience method to show the current client pool.
debugPrint(FileSystemOptions) - Static method in class com.lf.vfslib.net.VFSUtils
Prints file system specific options for a connection.
debugPrintFileName(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
delete(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Tries to delete the given network file/directory.
disconnectClient() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
Let's the underlying client disconnect from the server.
disconnectClient() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Let's the underlying client disconnect from the server.
disconnectClient() - Method in interface com.lf.vfslib.net.ClientWrapper
Let's the underlying client disconnect from the server.
disconnectClient() - Method in class com.lf.vfslib.s3.S3ClientWrapper
Let's the underlying client disconnect from the server.
DISPLAY_NAME - Static variable in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Variable name.
DISPLAY_NAME - Static variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Variable name.
DISPLAY_NAME - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Variable name.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileProvider
Creates a Dropbox file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Creates a Google Drive file system.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileProvider
Creates a Amazon file system.
doCreateFolder() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Creates this file as a folder.
doCreateFolder() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Creates this file as a folder.
doCreateFolder() - Method in class com.lf.vfslib.s3.S3FileObject
Creates this file as a folder.
doDelete() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Deletes the file.
doDelete() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Deletes the file.
doDelete() - Method in class com.lf.vfslib.s3.S3FileObject
Deletes the file.
doDetach() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Detach from the file system.
doDetach() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Detach from the file system.
doDetach() - Method in class com.lf.vfslib.s3.S3FileObject
Detach from the file system.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.lf.vfslib.web.servlet.IndexServlet
Generates the response via HTTP GET.
doGetAttributes() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Returns the attributes specific for cloud file systems (e.g.
doGetAttributes() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Returns the attributes specific for cloud file systems (e.g.
doGetAttributes() - Method in class com.lf.vfslib.s3.S3FileObject
Returns the attributes specific for cloud file systems (e.g.
doGetContentSize() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Returns the size of the file content (in bytes).
doGetContentSize() - Method in class com.lf.vfslib.s3.S3FileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Creates an input stream to read the file content from.
doGetInputStream() - Method in class com.lf.vfslib.s3.S3FileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Gets the last modification date and time.
doGetLastModifiedTime() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Gets the last modification date and time.
doGetLastModifiedTime() - Method in class com.lf.vfslib.s3.S3FileObject
Gets the last modification date and time.
doGetOutputStream(boolean) - Method in class com.lf.vfslib.dropbox.DbxFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Creates an output stream to write the file content to.
doGetOutputStream(boolean) - Method in class com.lf.vfslib.s3.S3FileObject
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class com.lf.vfslib.dropbox.DbxFileObject
Provides the instance to model random access for files.
doGetRandomAccessContent(RandomAccessMode) - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Provides the instance to model random access for files.
doGetRandomAccessContent(RandomAccessMode) - Method in class com.lf.vfslib.s3.S3FileObject
Provides the instance to model random access for files.
doGetType() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Determines the type of this file, returns null if the file does not exist.
doGetType() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Determines the type of this file, returns null if the file does not exist.
doGetType() - Method in class com.lf.vfslib.s3.S3FileObject
Determines the type of this file, returns null if the file does not exist.
doListChildren() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Lists the children of this file.
doListChildren() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Lists the children of this file.
doListChildren() - Method in class com.lf.vfslib.s3.S3FileObject
Lists the children of this file.
doListChildrenResolved() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Lists the children of this file.
doListChildrenResolved() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Lists the children of this file.
doListChildrenResolved() - Method in class com.lf.vfslib.s3.S3FileObject
Lists the children of this file.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.lf.vfslib.web.servlet.IndexServlet
Generates the response via HTTP POST.
doRename(FileObject) - Method in class com.lf.vfslib.dropbox.DbxFileObject
Rename the file.
doRename(FileObject) - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Rename the file.
doRename(FileObject) - Method in class com.lf.vfslib.s3.S3FileObject
Rename the file.
doSetAttribute(String, Object) - Method in class com.lf.vfslib.dropbox.DbxFileObject
Sets an attribute of this cloud file.
doSetAttribute(String, Object) - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Sets an attribute of this cloud file.
doSetAttribute(String, Object) - Method in class com.lf.vfslib.s3.S3FileObject
Sets an attribute of this cloud file.
doSetLastModifiedTime(long) - Method in class com.lf.vfslib.dropbox.DbxFileObject
Sets the last modified time of this file (not supported by Dropbox).
doSetLastModifiedTime(long) - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Sets the last modified time of this file.
doSetLastModifiedTime(long) - Method in class com.lf.vfslib.s3.S3FileObject
Sets the last modified time of this file (not supported by Amazon S3).
driveClient - Variable in class com.lf.vfslib.gdrive.GDriveClientWrapper
The low-level client.
driveInputStream - Variable in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
The original Google Drive input stream.

E

equals(Object) - Method in class com.lf.vfslib.net.VFSURI
Tests this URI for equality with another object.
exists(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL exists.
exists(FileObject, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL exists.
extractLocalization(Object) - Static method in class com.lf.vfslib.core.VFSLibSettings
Searches for localization patterns and reads the object texts into the configuration.

F

fileObject - Variable in class com.lf.vfslib.dropbox.DbxRandomAccessContent
The underlying file object.
fileObject - Variable in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
The underlying file object.
fileObject - Variable in class com.lf.vfslib.s3.S3RandomAccessContent
The underlying file object.
filePointer - Variable in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Position in file.
filePointer - Variable in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Position in file.
filePointer - Variable in class com.lf.vfslib.s3.S3RandomAccessContent
Position in file.
fileSystem - Variable in class com.lf.vfslib.dropbox.DbxFileObject
The underlying file system.
fileSystem - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
The underlying file system.
fileSystem - Variable in class com.lf.vfslib.s3.S3FileObject
The underlying file system.
fileSystemOptions - Variable in class com.lf.vfslib.dropbox.DbxClientWrapper
The file system options.
fileSystemOptions - Variable in class com.lf.vfslib.gdrive.GDriveClientWrapper
The file system options.
fileSystemOptions - Variable in class com.lf.vfslib.s3.S3ClientWrapper
The file system options.
finalize() - Method in class com.lf.vfslib.core.VFSLibSettings
Cares for proper cleanup when is not needed any longer (helps gc).
finalize() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Clean-up method to help the gc.
finalize() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Clean-up method to help the gc.
finalize() - Method in class com.lf.vfslib.net.ClientPool
Clean-up method to help the gc.
finalize() - Method in class com.lf.vfslib.net.VFSFileSystemManager
Cares for proper cleanup after releasing the object.
finalize() - Method in class com.lf.vfslib.s3.S3FileObject
Clean-up method to help the gc.
findVFSConnection(VFSFileSystemManager, String) - Static method in class com.lf.vfslib.net.VFSUtils
Determines the VFS connection associated with the given ID.
findVFSConnections(VFSFileSystemManager, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Determines the VFS connections which can be used to show the given network file.
findVFSConnections(VFSFileSystemManager, String) - Static method in class com.lf.vfslib.net.VFSUtils
Determines the VFS connections which can be used to show the given network file.

G

GDriveClientFactory - Class in com.lf.vfslib.gdrive
Factory for Google Drive clients.
GDriveClientFactory() - Constructor for class com.lf.vfslib.gdrive.GDriveClientFactory
Constructor method (do not use).
GDriveClientWrapper - Class in com.lf.vfslib.gdrive
Wraps a Google Drive client.
GDriveClientWrapper() - Constructor for class com.lf.vfslib.gdrive.GDriveClientWrapper
Constructor method (do not use).
GDriveFileNameParser - Class in com.lf.vfslib.gdrive
Implementation for Google Drive.
GDriveFileNameParser() - Constructor for class com.lf.vfslib.gdrive.GDriveFileNameParser
Constructor method.
GDriveFileObject - Class in com.lf.vfslib.gdrive
Represents a Google Drive file or folder.
GDriveFileObject(AbstractFileName, GDriveFileSystem) - Constructor for class com.lf.vfslib.gdrive.GDriveFileObject
Constructor method.
GDriveFileProvider - Class in com.lf.vfslib.gdrive
A provider to access the files hosted by Google Drive.
GDriveFileProvider() - Constructor for class com.lf.vfslib.gdrive.GDriveFileProvider
Constructor method (do not use).
GDriveFileProvider(Object, String, String, VFSLib) - Constructor for class com.lf.vfslib.gdrive.GDriveFileProvider
Constructor method.
GDriveFileSystem - Class in com.lf.vfslib.gdrive
Represents the files hosted by Google Drive.
GDriveFileSystem(GenericFileName, FileSystemOptions, VFSLib, GDriveFileProvider) - Constructor for class com.lf.vfslib.gdrive.GDriveFileSystem
The constructor method for this file system.
GDriveFileSystemConfigBuilder - Class in com.lf.vfslib.gdrive
The config builder for the various Google Drive configuration options.
GDriveFileSystemConfigBuilder() - Constructor for class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Constructor method.
GDriveFileSystemConfigBuilder(VFSLib) - Constructor for class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Constructor method.
GDriveRandomAccessContent - Class in com.lf.vfslib.gdrive
Random access content.
getAccessKeyID(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Getter for Amazon S3 access key ID.
getAccessToken(FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Getter for Dropbox access token.
getAccessToken(FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Getter for Google Drive access token.
getAccountDisplayName(FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Getter for Dropbox account display name.
getAccountDisplayName(FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Getter for Google Drive account display name.
getAccountDisplayName(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Getter for Amazon S3 account display name.
getAppInfo() - Method in class com.lf.vfslib.dropbox.DbxFileProvider
Provides the provider's Dropbox application info.
getApplicationName() - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Return the name of the application.
getAuthFlow() - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Provides the provider's Google Drive authorization flow.
getAuthority() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded authority component of this URI.
getBaseURL() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the log prefix like "http://devel.al11.net/javinfo" used by Web Start applications.
getBestConnection(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Searches the configured connections for an appropriate instance (scheme, host, ...).
getBestFileSystemOptions(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Searches the configured connections for an appropriate instance (scheme, host, ...) and provides its options.
getBucketName(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Getter for the name of the Amazon S3 bucket.
getCache() - Method in class com.lf.vfslib.net.VFSConnection
Provides access to the internal cache with properties.
getCapabilities() - Method in class com.lf.vfslib.dropbox.DbxFileProvider
Provides the provider's capabilities.
getCapabilities() - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Provides the provider's capabilities.
getCapabilities() - Method in class com.lf.vfslib.s3.S3FileProvider
Provides the provider's capabilities.
getCapabilityDescription(Capability) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the user language description of the given file system capability.
getChildren(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the children found in a directory.
getChildren(FileObject, FileObject[]) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the children found in a directory.
getChunkSize(FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Getter for the chunk size in bytes used for uploading.
getClient() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
Provides access to the internal Dropbox client.
getClient() - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Returns a Dropbox client to the server.
getClient() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Provides access to the internal Google Drive client.
getClient() - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Returns a Google Drive client to the server.
getClient() - Method in class com.lf.vfslib.s3.S3ClientWrapper
Provides access to the internal Amazon S3 client.
getClient() - Method in class com.lf.vfslib.s3.S3FileSystem
Returns a Amazon S3 client to the server.
getClientURLID(GenericFileName, FileSystemOptions, VFSLib) - Static method in class com.lf.vfslib.dropbox.DbxClientWrapper
Provides a textual representation for this connection.
getClientURLID(GenericFileName, FileSystemOptions, VFSLib) - Static method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Provides a textual representation for this connection.
getClientURLID(GenericFileName, FileSystemOptions, VFSLib) - Static method in class com.lf.vfslib.s3.S3ClientWrapper
Provides a textual representation for this connection.
getConfigBuilder() - Method in class com.lf.vfslib.dropbox.DbxFileProvider
Provides the builder instance responsible for proper file system options.
getConfigBuilder() - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Provides the builder instance responsible for proper file system options.
getConfigBuilder() - Method in class com.lf.vfslib.s3.S3FileProvider
Provides the builder instance responsible for proper file system options.
getConfigClass() - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Provides the file system class to be configured by this builder.
getConfigClass() - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Provides the file system class to be configured by this builder.
getConfigClass() - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Provides the file system class to be configured by this builder.
getConnections() - Method in class com.lf.vfslib.net.VFSFileSystemManager
Provides the currently configured network connections for this manager.
getDataInputStream() - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Creates an input stream at the current position.
getDataInputStream() - Method in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Creates an input stream at the current position.
getDataInputStream() - Method in class com.lf.vfslib.s3.S3RandomAccessContent
Creates an input stream at the current position.
getDbxClientWrapper(GenericFileName, FileSystemOptions, VFSLib, DbxFileProvider) - Static method in class com.lf.vfslib.dropbox.DbxClientWrapper
Gets an idle client from the pool or creates a fresh new instance.
getDefaultFileSystemOptions(String, String) - Static method in class com.lf.vfslib.net.VFSConnection
Provides the default options for a certain protocol.
getDefaultPort(String) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the numerical port number appropriate for the given VFS protocol/scheme.
getDeploymentDescriptor() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the basename of the deloyment descriptor files for Web Start applications.
getDeploymentRoot() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the absolute path to access the web applications (normally 'webapps').
getDeployProps() - Method in class com.lf.vfslib.core.VFSLibSettings
Gets the global version information.
getDisplayBaseName(FileObject, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the base name of the given URL (without path, credentials etc.).
getDisplayBefore(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting if settings shall be displayed before connection is established.
getDisplayPath(FileObject, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the path of the given URL.
getDisplayURI() - Method in class com.lf.vfslib.net.VFSConnection
Assembles the URI which can be displayed safely (no cleartext passwords).
getDisplayURIObfuscated(FileObject, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDisplayURIUsernameOnly(FileObject, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDisplayURIUsernameOnly(VFSURI, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDisplayURIUsernameOnly(String, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDisplayURIWithoutCredentials(FileObject, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDisplayURIWithoutCredentials(VFSURI, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Provides a name without passwords to be displayed, logged etc.
getDownloadFile(File, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Assembles the preferred target file name for downloads.
getDRWX(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Generates the accessibility string ("drwx") for files and directories.
getDummyURL() - Static method in class com.lf.vfslib.net.VFSUtils
Creates a VFS network resource object which always exists (e.g. local user's home).
getDummyURL(String) - Static method in class com.lf.vfslib.net.VFSUtils
Creates a VFS network resource object which name is empty.
getEncoding(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting which file system encoding shall be used.
getEnglishMessage(String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a localized official message for the user.
getEnglishText(Class, String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get the original (English) text.
getEnglishText(Class, String, String[], String[]) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get the original (English) text.
getEnglishTexts() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the English texts for the GUI (labels, tooltips etc.).
getEntryType(FileObject, FileTypeFactory) - Static method in class com.lf.vfslib.net.VFSUtils
Determines the type of the given file or directory.
getFileObjectComparator() - Static method in class com.lf.vfslib.net.VFSUtils
Creates a new comparator used together with TreeMap to handle FileObject's properly.
getFilePointer() - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Provides the current position in file.
getFilePointer() - Method in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Provides the current position in file.
getFilePointer() - Method in class com.lf.vfslib.s3.S3RandomAccessContent
Provides the current position in file.
getFileSystemManager() - Method in class com.lf.vfslib.net.VFSConnection
Provides the file system manager.
getFileSystemOptions() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Returns the options for this file system.
getFileSystemOptions() - Method in class com.lf.vfslib.net.VFSConnection
The file system specific options for this connection.
getFileType() - Method in class com.lf.vfslib.net.VFSURI
Getter for the VFS type (file, folder, ...).
getFragment() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded fragment component of this URI.
getFreeClient(String) - Method in class com.lf.vfslib.net.ClientPool
Provides an open client for the network, recycled from the pool if possible (convenience).
getGDriveClientWrapper(GenericFileName, FileSystemOptions, VFSLib, GDriveFileProvider) - Static method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Gets an idle client from the pool or creates a fresh new instance.
getHost(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the URL host part.
getHost() - Method in class com.lf.vfslib.net.VFSURI
Returns the host component of this URI.
getI18NBase() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the global resource path for internationalization resources.
getI18NTexts() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the global localized texts for the user.
getID(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the unique connection identifier.
getKeepAlive(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting if connection is kept alive automatically.
getKeepAlivePing(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting if connection is kept alive with ping.
getKeepAliveResolve(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting if connection is kept alive with entry resolves.
getKeepAliveSeconds(int) - Method in class com.lf.vfslib.net.VFSConnection
Provides the keep alive interval.
getLastModTimeAccuracy() - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Last mod time is only a int and in seconds, thus can be off by 999.
getLastModTimeAccuracy() - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Last mod time is only a int and in seconds, thus can be off by 999.
getLastModTimeAccuracy() - Method in class com.lf.vfslib.s3.S3FileSystem
Last mod time is only a int and in seconds, thus can be off by 999.
getLength(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL content length.
getLength(FileObject, long) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL content length.
getLocale() - Method in class com.lf.vfslib.core.i18n.eng_US.Localization_eng_US
Provides the locale supported by this localization service.
getLocale() - Method in class com.lf.vfslib.core.i18n.ger_DE.Localization_ger_DE
Provides the locale supported by this localization service.
getLogDateFormat() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the log date format like "yyyy-MM-dd HH:mm:ss.SSS" used by Web Start applications.
getLogger() - Method in class com.lf.vfslib.core.VFSLibSettings
Gets the global logging instance.
getLogLocale() - Method in class com.lf.vfslib.core.VFSLibSettings
Gets the global locale used for logging.
getLogPrefix() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the log prefix like "[javinfo]" used by Web Start applications.
getManagerNetwork() - Static method in class com.lf.vfslib.core.VFSLibSettings
Get a shared instance of the Commons FileSystemManager holding the network connections.
getMaxWait(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the expert setting if to wait for connect.
getMaxWaitSeconds(int) - Method in class com.lf.vfslib.net.VFSConnection
Provides the maximum number of seconds to wait for connect.
getMessageCodes() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the global message codes handlers.
getName(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the connection name.
getParent(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL parent folder.
getParent(VFSURI) - Static method in class com.lf.vfslib.net.VFSUtils
Provides the parent directory of the given URL.
getParents(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Extracts the parent paths of the given URL.
getPassword(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the URL password part.
getPath(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the URL path part.
getPath() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded path component of this URI.
getPort(int) - Method in class com.lf.vfslib.net.VFSConnection
Provides the URL port part.
getPort() - Method in class com.lf.vfslib.net.VFSURI
Returns the port number of this URI.
getProtocol(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the type of protocol (aka scheme like "sftp").
getProtocol(String) - Static method in class com.lf.vfslib.net.VFSUtils
Extracts the scheme part of the given URI.
getProvider() - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Provides the provider for this filesystem.
getProvider(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Provides the provider for the given scheme/protocol.
getProviders() - Method in class com.lf.vfslib.net.VFSFileSystemManager
Provides the cache with scheme providers.
getQuery() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded query component of this URI.
getRawAuthority() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw authority component of this URI.
getRawFragment() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw fragment component of this URI.
getRawPath() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw path component of this URI.
getRawQuery() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw query component of this URI.
getRawSchemeSpecificPart() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw scheme-specific part of this URI.
getRawUserInfo() - Method in class com.lf.vfslib.net.VFSURI
Returns the raw user-information component of this URI.
getRedirectURI() - Method in class com.lf.vfslib.gdrive.GDriveFileProvider
Provides the provider's Google Drive redirect URI.
getRegisteredObjects() - Method in class com.lf.vfslib.net.ClientPool
Provides the currently managed objects.
getRelativeFileURL(FileSystemManager, FileObject, String) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL assembled of parent and relative path.
getReleaseNotes() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the locale specific release notes (core package).
getReleaseNotesURL() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the locale specific release notes (core package).
getRequestConfig() - Method in class com.lf.vfslib.dropbox.DbxFileProvider
Provides the provider's Dropbox request configuration.
getRootURI() - Method in class com.lf.vfslib.net.VFSConnection
Assembles the root URI which can be used for VFS resolves etc.
getRootURI(String, String) - Method in class com.lf.vfslib.net.VFSConnection
Assembles the root URI which can be used for VFS resolves etc.
getRWX(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Generates the accessibility string ("rwx") for network files and directories.
getS3ClientWrapper(GenericFileName, FileSystemOptions, VFSLib, S3FileProvider) - Static method in class com.lf.vfslib.s3.S3ClientWrapper
Gets an idle client from the pool or creates a fresh new instance.
getSavePassword(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if the password should be remembered.
getScheme() - Method in class com.lf.vfslib.net.VFSURI
Returns the scheme component of this URI.
getSchemeAmazonS3() - Method in class com.lf.vfslib.VFSLib
Getter method for the VFSLib Amazon S3 scheme.
getSchemeDropbox() - Method in class com.lf.vfslib.VFSLib
Getter method for the VFSLib Dropbox scheme.
getSchemeGoogleDrive() - Method in class com.lf.vfslib.VFSLib
Getter method for the VFSLib Google Drive scheme.
getSchemeSpecificPart() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded scheme-specific part of this URI.
getSecretKey(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Getter for Amazon S3 secret key.
getSharedInstance() - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a shared instance.
getSharedInstance() - Static method in class com.lf.vfslib.dropbox.DbxFileNameParser
Provides the shared instance of the parser.
getSharedInstance() - Static method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Provides the shared instance of the factory implementation.
getSharedInstance() - Static method in class com.lf.vfslib.gdrive.GDriveFileNameParser
Provides the shared instance of the parser.
getSharedInstance() - Static method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Provides the shared instance of the factory implementation.
getSharedInstance() - Static method in class com.lf.vfslib.net.ClientPool
Provides the shared instance of the factory implementation.
getSharedInstance() - Static method in class com.lf.vfslib.s3.S3FileNameParser
Provides the shared instance of the parser.
getSharedInstance() - Static method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Provides the shared instance of the factory implementation.
getSharedInstance() - Static method in class com.lf.vfslib.VFSLib
Provides the shared instance of the VFSLib.
getStartDate() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the info when the service was started.
getSupportedLocales(boolean) - Method in class com.lf.vfslib.core.VFSLibSettings
Returns the locales currently supported by the package.
getUniqueConnectionID(Vector<VFSConnection>) - Static method in class com.lf.vfslib.net.VFSConnection
Provides the next connection identifier unique for this instance.
getURI() - Method in class com.lf.vfslib.net.VFSConnection
Assembles the URI which can be used for VFS resolves etc.
getURI(String, String) - Method in class com.lf.vfslib.net.VFSConnection
Assembles the URI which can be used for VFS resolves etc.
getURIHost() - Method in class com.lf.vfslib.net.VFSConnection
Convenience to get the host/IP address represented by this connection.
getURL(FileSystemManager, String) - Static method in class com.lf.vfslib.net.VFSUtils
Creates a VFS network resource object for the given path which should be a URL.
getURL(VFSFileSystemManager, String, VFSConnection) - Static method in class com.lf.vfslib.net.VFSUtils
Creates a VFS network resource object for the given path which should be a URL.
getURLIcon(FileObject, TypeProvider) - Static method in class com.lf.vfslib.net.VFSUtils
Tries to determine the icon which the system would use for a downloaded URL.
getURLIcon(VFSURI, TypeProvider) - Static method in class com.lf.vfslib.net.VFSUtils
Tries to determine the icon which the system would use for a downloaded URL.
getURLID() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
Provides the unique URL identifier used to manage this client instance.
getURLID() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Provides the unique URL identifier used to manage this client instance.
getURLID() - Method in interface com.lf.vfslib.net.ClientWrapper
Provides the unique URL identifier used to manage this client instance.
getURLID() - Method in class com.lf.vfslib.s3.S3ClientWrapper
Provides the unique URL identifier used to manage this client instance.
getURLType(FileObject, TypeProvider) - Static method in class com.lf.vfslib.net.VFSUtils
Tries to determine the file type which the system would use for a downloaded URL.
getUseBucketURI(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Getter for URI mode: use bucket name or host.
getUser(String) - Method in class com.lf.vfslib.net.VFSConnection
Provides the URL user part.
getUserInfo() - Method in class com.lf.vfslib.net.VFSURI
Returns the decoded user-information component of this URI.
getUserLocale() - Method in class com.lf.vfslib.core.VFSLibSettings
Gets the global user locale.
getUserMessage(String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a localized official message for the user.
getUserMessage(String, boolean) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a localized official message for the user.
getUserMessage(String, String[], String[], boolean) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a localized official message.
getUserText(Class, String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a localized text for the user.
getUserText(Class, String, String[], String[]) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to get a localized text for the user.
getUseTrash(FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Getter for delete mode: put into trash (may be restored) or delete permanantly.
getVFSLib() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Provides the VFSLib instance for this filesystem.
getVFSLib() - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Provides the VFSLib instance for this filesystem.
getVFSLib() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Provides the VFSLib instance for this filesystem.
getVFSLib() - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Provides the VFSLib instance for this filesystem.
getVFSLib() - Method in class com.lf.vfslib.s3.S3FileObject
Provides the VFSLib instance for this filesystem.
getVFSLib() - Method in class com.lf.vfslib.s3.S3FileSystem
Provides the VFSLib instance for this filesystem.
getXMLEncoding() - Method in class com.lf.vfslib.core.VFSLibSettings
Provides the XML encoding like "UTF-8" used by Web Start applications.
googleFile - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
The underlying Google Drive file/folder.

H

hasCapability(FileObject, Capability) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL file system has a certain capability.
hasCapability(FileObject, Capability, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL file system has a certain capability.
hasFileSystemOptions() - Method in class com.lf.vfslib.net.VFSConnection
Any file system specific options for this connection available (internal cache not empty)?
hasFileSystemOptions(FileSystemOptions) - Static method in class com.lf.vfslib.net.VFSUtils
Any file system specific options available (internal cache not empty)?
hashCode() - Method in class com.lf.vfslib.net.VFSURI
Returns a hash-code value for this URI.
hasSharedInstance(Object) - Method in class com.lf.vfslib.net.ClientPool
Create the factory shared object, recycle if already existing.

I

IndexServlet - Class in com.lf.vfslib.web.servlet
Entry servlet for the VFSLib web application with navigation (log etc.).
IndexServlet() - Constructor for class com.lf.vfslib.web.servlet.IndexServlet
Constructor method.
inRefresh - Variable in class com.lf.vfslib.dropbox.DbxFileObject
Helper to avoid multiple refreshing.
inRefresh - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
Helper to avoid multiple refreshing.
inRefresh - Variable in class com.lf.vfslib.s3.S3FileObject
Helper to avoid multiple refreshing.
isAbsolute() - Method in class com.lf.vfslib.net.VFSURI
Tells whether or not this URI is absolute.
isApplicable(String, boolean) - Method in class com.lf.vfslib.net.VFSConnection
Checks if the given entry can be processed/listed by this connection instance.
isAvailable() - Method in class com.lf.vfslib.net.VFSConnection
Convenience method to get the info if the underlying VFS scheme is available.
isCacheEmpty() - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if the internal cache is empty.
isChildOf(FileObject, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Determines whether the given URL is a child of the given parent.
isChildOf(VFSURI, VFSURI) - Static method in class com.lf.vfslib.net.VFSUtils
Determines whether the given URL is a child of the given parent.
isConnected() - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if this connection is currently alive.
isContentLengthRequired(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Checks if the given protocol requires setting the VFSLibConstants.ATTR_CONTENT_LENGTH attribute.
isDirectory(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a folder/directory.
isDirectory(FileObject, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a folder/directory.
isDirectory(VFSURI, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a folder/directory.
isExistingFile(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Convenience to check if a given URL exists and is a regular file.
isFile(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a file.
isFile(FileObject, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a file.
isFile(VFSURI, boolean) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the info if the URL is a file.
isOpaque() - Method in class com.lf.vfslib.net.VFSURI
Tells whether or not this URI is opaque.
isParentOf(FileObject, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Determines whether the given URL is a the parent of the given child.
isReachable() - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if the connection host can be reached (connection test).
isReadOnly(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if connection parameters are read-only.
isRoot(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Checks if the given URL is a root directory.
isSameServer(FileObject, FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Checks if the given network files are on the same server.
isStateful(String) - Static method in class com.lf.vfslib.net.VFSUtils
Is the given VFS protocol/scheme stateful?.
isValid(Vector<VFSConnection>) - Method in class com.lf.vfslib.net.VFSConnection
Provides the info if this connection is configured properly and can therefore be used.

L

lastModified(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL's last modifcation time.
lastModified(FileObject, long) - Static method in class com.lf.vfslib.net.VFSUtils
Safely gets the URL's last modifcation time.
length() - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Provides the total length of the underlying file.
length() - Method in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Provides the total length of the underlying file.
length() - Method in class com.lf.vfslib.s3.S3RandomAccessContent
Provides the total length of the underlying file.
Localization_eng_US - Class in com.lf.vfslib.core.i18n.eng_US
Used for finding localization resources from separate JAR files.
Localization_eng_US() - Constructor for class com.lf.vfslib.core.i18n.eng_US.Localization_eng_US
Constructor method.
Localization_ger_DE - Class in com.lf.vfslib.core.i18n.ger_DE
Used for finding localization resources from separate JAR files.
Localization_ger_DE() - Constructor for class com.lf.vfslib.core.i18n.ger_DE.Localization_ger_DE
Constructor method.
localize(Object, Class) - Static method in class com.lf.vfslib.core.VFSLibSettings
Provides the info whether to enable object localization or not.
log(Level, String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a message.
LOG_PREFIX - Static variable in class com.lf.vfslib.core.VFSLibSettings
Prefix used for the log messages created by this module.
logMessage(Level, String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a message.
logMessage(String, Level) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a localized official message.
logMessage(String, Level, String, String) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a localized official message.
logMessage(String, Level, String[], String[]) - Static method in class com.lf.vfslib.core.VFSLibSettings
Convenience method to log a localized official message.

M

mainWindow - Variable in class com.lf.vfslib.net.VFSFileSystemManager
Set for GUI applications, dialog is displayed automatically if resolving takes very long.
monitored - Variable in class com.lf.vfslib.net.VFSFileSystemManager
If enabled this manager shows a dialog or prints log messages for long running resolves.
moveToArchive(FileObject, String) - Static method in class com.lf.vfslib.net.VFSUtils
Moves the given network file into the archive subfolder.
MSG_PREFIX - Static variable in class com.lf.vfslib.core.VFSLibSettings
Prefix used for the log messages like "VFSLIB-0001".

N

normalize() - Method in class com.lf.vfslib.net.VFSURI
Normalizes this URI's path.

O

onChange() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Called when the type or content of this file changes.
onChange() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Called when the type or content of this file changes.
onChange() - Method in class com.lf.vfslib.s3.S3FileObject
Called when the type or content of this file changes.
openCachedURL(FileObject, TreeMap<FileObject, byte[]>, long) - Static method in class com.lf.vfslib.net.VFSUtils
Opens an input stream to read URL data either from cache or directly.
options - Variable in class com.lf.vfslib.net.VFSConnection
Cache for the scheme specific options like FtpFileSystemConfigBuilder.getInstance().setPassiveMode().

P

PARAM_HOST - Static variable in class com.lf.vfslib.net.VFSConnection
The ip address or the name of the host (String).
PARAM_PATH - Static variable in class com.lf.vfslib.net.VFSConnection
The (absolute) path on the host (String).
PARAM_PORT - Static variable in class com.lf.vfslib.net.VFSConnection
The port number for the host access (int).
PARAM_SAVE_PASSWORD - Static variable in class com.lf.vfslib.net.VFSConnection
Save the password for the user (boolean)?
PARAM_USER - Static variable in class com.lf.vfslib.net.VFSConnection
The name of the user (String).
PARAM_USER_PASSWORD - Static variable in class com.lf.vfslib.net.VFSConnection
The password for the user (String).
parseServerAuthority() - Method in class com.lf.vfslib.net.VFSURI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
props - Variable in class com.lf.vfslib.dropbox.DbxFileObject
The parsed metadata from DbxEntry.
provider - Variable in class com.lf.vfslib.dropbox.DbxClientWrapper
The file provider.
provider - Variable in class com.lf.vfslib.dropbox.DbxFileSystem
The file provider.
provider - Variable in class com.lf.vfslib.gdrive.GDriveClientWrapper
The file provider.
provider - Variable in class com.lf.vfslib.gdrive.GDriveFileSystem
The file provider.
provider - Variable in class com.lf.vfslib.s3.S3ClientWrapper
The file provider.
provider - Variable in class com.lf.vfslib.s3.S3FileSystem
The file provider.
putClient(DbxClientWrapper) - Method in class com.lf.vfslib.dropbox.DbxFileSystem
Returns a Dropbox client to the pool.
putClient(GDriveClientWrapper) - Method in class com.lf.vfslib.gdrive.GDriveFileSystem
Returns a Google Drive client to the pool.
putClient(S3ClientWrapper) - Method in class com.lf.vfslib.s3.S3FileSystem
Returns a Amazon S3 client to the pool.

R

refresh() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Refresh this file.
refresh() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Refresh this file.
refresh() - Method in class com.lf.vfslib.s3.S3FileObject
Refresh this file.
relativize(VFSURI) - Method in class com.lf.vfslib.net.VFSURI
Relativizes the given URI against this URI.
release(Object) - Method in class com.lf.vfslib.net.ClientPool
Releases the given shared objects immediately (free clients here).
releaseByStrategy() - Method in class com.lf.vfslib.net.ClientPool
Release managed shared objects according to the configured strategy (free clients here).
releaseForced() - Method in class com.lf.vfslib.net.ClientPool
Releases all managed shared objects immediately (free clients here).
relPath - Variable in class com.lf.vfslib.dropbox.DbxFileObject
The relative path on the Dropbox server.
relPath - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
The relative path on the Google Drive server.
relPath - Variable in class com.lf.vfslib.s3.S3FileObject
The relative path on the Amazon S3 server without leading slash, folders end with '/'.
removeOperationProvider(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Removes the FileOperationProvider for the specified scheme.
request(Object) - Method in class com.lf.vfslib.net.ClientPool
Provides an open client for the network, recycled from the pool (same as getFreeClient()).
resolve(VFSURI) - Method in class com.lf.vfslib.net.VFSURI
Resolves the given URI against this URI.
resolve(String) - Method in class com.lf.vfslib.net.VFSURI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolveFile(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Locates a file by URI.
resolveFile(String, VFSConnection) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Locates a file by URI.
resolveFile(String, FileSystemOptions) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Locates a file by URI and file system options.
resolveFile(String, FileSystemOptions, VFSConnection) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Locates a file by URI.
resolveFile(File, String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Resolves a URI, relative to a base file.
resolveFile(File, String, VFSConnection) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Resolves a URI, relative to a base file.
resolveFile(FileObject, String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Resolves a URI, relative to a base file.
resolveFile(FileObject, String, VFSConnection) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Resolves a URI, relative to a base file.
ResourceLocator - Class in com.lf.vfslib.resource
Used for supporting the ProGuard obfuscator.
ResourceLocator() - Constructor for class com.lf.vfslib.resource.ResourceLocator
 
root - Variable in class com.lf.vfslib.dropbox.DbxClientWrapper
The root file name.
root - Variable in class com.lf.vfslib.gdrive.GDriveClientWrapper
The root file name.
root - Variable in class com.lf.vfslib.s3.S3ClientWrapper
The root file name.
rootID - Variable in class com.lf.vfslib.gdrive.GDriveFileObject
The shared ID of the Google Drive root folder.

S

s3Bucket - Variable in class com.lf.vfslib.s3.S3FileObject
The underlying Amazon S3 parent container.
s3Client - Variable in class com.lf.vfslib.s3.S3ClientWrapper
The low-level client.
S3ClientFactory - Class in com.lf.vfslib.s3
Factory for Amazon S3 clients.
S3ClientFactory() - Constructor for class com.lf.vfslib.s3.S3ClientFactory
Constructor method (do not use).
S3ClientWrapper - Class in com.lf.vfslib.s3
Wraps a Amazon S3 client.
S3ClientWrapper() - Constructor for class com.lf.vfslib.s3.S3ClientWrapper
Constructor method (do not use).
S3FileNameParser - Class in com.lf.vfslib.s3
Implementation for Amazon S3.
S3FileNameParser() - Constructor for class com.lf.vfslib.s3.S3FileNameParser
Constructor method.
S3FileObject - Class in com.lf.vfslib.s3
Represents a Amazon S3 file or folder.
S3FileObject(AbstractFileName, S3FileSystem) - Constructor for class com.lf.vfslib.s3.S3FileObject
Constructor method.
S3FileProvider - Class in com.lf.vfslib.s3
A provider to access the files hosted by Amazon S3.
S3FileProvider() - Constructor for class com.lf.vfslib.s3.S3FileProvider
Constructor method (do not use).
S3FileProvider(VFSLib) - Constructor for class com.lf.vfslib.s3.S3FileProvider
Constructor method.
S3FileSystem - Class in com.lf.vfslib.s3
Represents the files hosted by Amazon S3.
S3FileSystem(GenericFileName, FileSystemOptions, VFSLib, S3FileProvider) - Constructor for class com.lf.vfslib.s3.S3FileSystem
The constructor method for this file system.
S3FileSystemConfigBuilder - Class in com.lf.vfslib.s3
The config builder for the various Amazon S3 configuration options.
S3FileSystemConfigBuilder() - Constructor for class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Constructor method.
S3FileSystemConfigBuilder(VFSLib) - Constructor for class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Constructor method.
s3InputStream - Variable in class com.lf.vfslib.s3.S3FileObject
Input streams are recycled by the S3 API, implement workaround for this.
s3InputStream - Variable in class com.lf.vfslib.s3.S3RandomAccessContent
The original Amazon S3 input stream.
s3Object - Variable in class com.lf.vfslib.s3.S3FileObject
The underlying Amazon S3 object, null for folders.
S3RandomAccessContent - Class in com.lf.vfslib.s3
Random access content.
SECRET_KEY - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Variable name.
seek(long) - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
Seeks the given position in file.
seek(long) - Method in class com.lf.vfslib.gdrive.GDriveRandomAccessContent
Seeks the given position in file.
seek(long) - Method in class com.lf.vfslib.s3.S3RandomAccessContent
Seeks the given position in file.
set(Object, Object) - Method in class com.lf.vfslib.net.ClientPool
Sets an object for an existing managed object.
setAccessKeyID(FileSystemOptions, String) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Setter for Amazon S3 access key ID.
setAccessToken(FileSystemOptions, String) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Setter for Dropbox access token.
setAccessToken(FileSystemOptions, String) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Setter for Google Drive access token.
setAccountDisplayName(FileSystemOptions, String) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Setter for Dropbox account display name.
setAccountDisplayName(FileSystemOptions, String) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Setter for Google Drive account display name.
setAccountDisplayName(FileSystemOptions, String) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Setter for Amazon S3 account display name.
setAutoWarnSeconds(int) - Method in class com.lf.vfslib.net.VFSFileSystemManager
If monitoring is enabled this is the time period to automatically warn the user (dialog/log messages).
setBucketName(FileSystemOptions, String) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Setter for the name of the Amazon S3 bucket.
setChunkSize(FileSystemOptions, Integer) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Setter for the chunk size in bytes used for uploading.
setConnections(Vector<VFSConnection>) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Sets the currently configured network connections for this manager.
setFileSystemOptions(FileSystemOptions) - Method in class com.lf.vfslib.net.VFSConnection
The file system specific options for this connection.
setFileType(FileType) - Method in class com.lf.vfslib.net.VFSURI
Setter for the VFS type (file, folder, ...).
setLastModified(FileObject, long) - Static method in class com.lf.vfslib.net.VFSUtils
Safely sets the URL's last modifcation time.
setLogger(Logger) - Method in class com.lf.vfslib.core.VFSLibSettings
Sets the global logging instance.
setMainWindow(JFrame) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Set for GUI applications, dialog is displayed automatically if resolving takes very long.
setMonitored(boolean) - Method in class com.lf.vfslib.net.VFSFileSystemManager
If enabled this manager shows a dialog or prints log messages for long running resolves.
setName(String) - Method in class com.lf.vfslib.net.VFSConnection
Sets the connection name.
setPassword(String) - Method in class com.lf.vfslib.net.VFSConnection
Sets the URL password part.
setProtocol(String) - Method in class com.lf.vfslib.net.VFSConnection
Sets the type of protocol (aka scheme like "sftp").
setReadOnly(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Sets the info if connection parameters are read-only.
setSavePassword(boolean) - Method in class com.lf.vfslib.net.VFSConnection
Sets the info if the password should be remembered.
setSchemeAmazonS3(String) - Method in class com.lf.vfslib.VFSLib
Setter method for the VFSLib Amazon S3 scheme.
setSchemeDropbox(String) - Method in class com.lf.vfslib.VFSLib
Setter method for the VFSLib Dropbox scheme.
setSchemeGoogleDrive(String) - Method in class com.lf.vfslib.VFSLib
Setter method for the VFSLib Google Drive scheme.
setSecretKey(FileSystemOptions, String) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Setter for Amazon S3 secret key.
setUseBucketURI(FileSystemOptions, Boolean) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Setter for URI mode: use bucket name or host.
setUser(String) - Method in class com.lf.vfslib.net.VFSConnection
Sets the URL user part.
setUserLocale(Locale) - Method in class com.lf.vfslib.core.VFSLibSettings
Sets the global user locale.
setUseTrash(FileSystemOptions, Boolean) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Setter for delete mode: put into trash (may be restored) or delete permanantly.
sharedInstance - Static variable in class com.lf.vfslib.core.VFSLibSettings
Shared VFSLibSettings instance.
sharedInstance - Static variable in class com.lf.vfslib.dropbox.DbxFileNameParser
The shared parser instance.
sharedInstance - Static variable in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
Shared DbxFileSystemConfigBuilder instance.
sharedInstance - Static variable in class com.lf.vfslib.gdrive.GDriveFileNameParser
The shared parser instance.
sharedInstance - Static variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Shared DbxFileSystemConfigBuilder instance.
sharedInstance - Static variable in class com.lf.vfslib.net.ClientPool
Shared ClientPool instance.
sharedInstance - Static variable in class com.lf.vfslib.s3.S3FileNameParser
The shared parser instance.
sharedInstance - Static variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
Shared DbxFileSystemConfigBuilder instance.
statSelf() - Method in class com.lf.vfslib.dropbox.DbxFileObject
Determines the type of this file.
statSelf() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
Determines the type of this file.
statSelf() - Method in class com.lf.vfslib.s3.S3FileObject
Determines the type of this file.
storeUnit(String, Configuration) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Stores the current configuration values persistently.
STRATEGY - Static variable in class com.lf.vfslib.net.ClientPool
Recycled strategy instance.

T

toASCIIString() - Method in class com.lf.vfslib.net.VFSURI
Returns the content of this URI as a US-ASCII string.
toString() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
Provides a textual representation.
toString() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Provides a textual representation.
toString() - Method in class com.lf.vfslib.net.VFSConnection
Provides the characteristic textual representation of this connection (identifier).
toString() - Method in class com.lf.vfslib.net.VFSURI
Returns the content of this URI as a string.
toString() - Method in class com.lf.vfslib.s3.S3ClientWrapper
Provides a textual representation.
toURL() - Method in class com.lf.vfslib.net.VFSURI
Constructs a URL from this URI.

U

unitRegistered(ApplicationModel, String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Informs the configurable unit that it was registered with a model.
unitUnregistered(ApplicationModel, String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
Informs the configurable unit that it was unregistered with a model.
unlockClient(ClientWrapper) - Method in class com.lf.vfslib.net.ClientPool
Releases an occupied client so that it can be re-used.
unlockDbxClientWrapper(DbxClientWrapper) - Static method in class com.lf.vfslib.dropbox.DbxClientWrapper
Releases the given client from the pool.
unlockGDriveClientWrapper(GDriveClientWrapper) - Static method in class com.lf.vfslib.gdrive.GDriveClientWrapper
Releases the given client from the pool.
unlockS3ClientWrapper(S3ClientWrapper) - Static method in class com.lf.vfslib.s3.S3ClientWrapper
Releases the given client from the pool.
USE_TRASH - Static variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
Variable name.

V

VAR_CONNECTION_ID - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (String).
VAR_CONNECTION_NAME - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (String).
VAR_EXPERT_DISPLAY_BEFORE - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VAR_EXPERT_ENCODING - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (String).
VAR_EXPERT_KEEP_ALIVE - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VAR_EXPERT_KEEP_ALIVE_PING - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VAR_EXPERT_KEEP_ALIVE_RESOLVE - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VAR_EXPERT_KEEP_ALIVE_SECONDS - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (int).
VAR_EXPERT_MAX_WAIT - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VAR_EXPERT_MAX_WAIT_SECONDS - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (int).
VAR_PROTOCOL - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (String).
VAR_READONLY - Static variable in class com.lf.vfslib.net.VFSConnection
Configuration variable name (boolean).
VFSConnection - Class in com.lf.vfslib.net
Data holder class representing VFS (virtual file system) connections based on URLs.
VFSConnection() - Constructor for class com.lf.vfslib.net.VFSConnection
Constructor method for i18n purposes only.
VFSConnection(VFSFileSystemManager, String) - Constructor for class com.lf.vfslib.net.VFSConnection
Constructor method setting default values.
VFSConnection(VFSFileSystemManager, String, Configuration, FileSystemOptions) - Constructor for class com.lf.vfslib.net.VFSConnection
Constructor method setting the container.
VFSFileSystemManager - Class in com.lf.vfslib.net
Commons specific FileSystemManager managing protocol options etc.
VFSFileSystemManager() - Constructor for class com.lf.vfslib.net.VFSFileSystemManager
Constructor method using the default configuration.
VFSFileSystemManager(URL) - Constructor for class com.lf.vfslib.net.VFSFileSystemManager
Constructor method using the given configuration.
vfsLib - Variable in class com.lf.vfslib.dropbox.DbxClientWrapper
The parental object.
vfsLib - Variable in class com.lf.vfslib.dropbox.DbxFileSystem
The parental object.
vfsLib - Variable in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
The parental object.
vfsLib - Variable in class com.lf.vfslib.gdrive.GDriveClientWrapper
The parental object.
vfsLib - Variable in class com.lf.vfslib.gdrive.GDriveFileSystem
The parental object.
vfsLib - Variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
The parental object.
vfsLib - Variable in class com.lf.vfslib.s3.S3ClientWrapper
The parental object.
vfsLib - Variable in class com.lf.vfslib.s3.S3FileSystem
The parental object.
vfsLib - Variable in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
The parental object.
VFSLib - Class in com.lf.vfslib
Configures and activates the VFSLib providers to access network file systems via Commons VFS.
VFSLib() - Constructor for class com.lf.vfslib.VFSLib
Constructor method.
VFSLibCodes - Class in com.lf.vfslib.core
Holds all message codes for this package to be extracted by the I18NExtractor.
VFSLibCodes() - Constructor for class com.lf.vfslib.core.VFSLibCodes
Constructor method.
VFSLibConstants - Class in com.lf.vfslib.core
Provides constants for the VFSLib classes.
VFSLibConstants() - Constructor for class com.lf.vfslib.core.VFSLibConstants
Constructor method for i18n purposes only.
VFSLibSettings - Class in com.lf.vfslib.core
Global settings for the VFSLib package.
VFSLibSettings() - Constructor for class com.lf.vfslib.core.VFSLibSettings
Constructor method.
vfsManager - Variable in class com.lf.vfslib.net.VFSConnection
The file system manager.
vfsManagerNetwork - Static variable in class com.lf.vfslib.core.VFSLibSettings
Shared FileSystemManager instance holding the network connections.
VFSURI - Class in com.lf.vfslib.net
Variant of java.net.URI which allows special characters like SPACE in paths.
VFSURI() - Constructor for class com.lf.vfslib.net.VFSURI
Constructor method for i18n purposes only.
VFSURI(String) - Constructor for class com.lf.vfslib.net.VFSURI
Constructs a URI by parsing the given string.
VFSURI(String, String, String, int, String, String, String) - Constructor for class com.lf.vfslib.net.VFSURI
Constructs a hierarchical URI from the given components.
VFSURI(String, String, String, String, String) - Constructor for class com.lf.vfslib.net.VFSURI
Constructs a hierarchical URI from the given components.
VFSURI(String, String, String, String) - Constructor for class com.lf.vfslib.net.VFSURI
Constructs a hierarchical URI from the given components.
VFSURI(String, String, String) - Constructor for class com.lf.vfslib.net.VFSURI
Constructs a URI from the given components.
VFSUtils - Class in com.lf.vfslib.net
This class holds various methods for common use with Apache Commons VFS networking.
VFSUtils() - Constructor for class com.lf.vfslib.net.VFSUtils
Constructor method for i18n purposes only.

W

writeFile(FileObject, InputStream, long) - Static method in class com.lf.vfslib.net.VFSUtils
Writes binary data into a network file.
A B C D E F G H I L M N O P R S T U V W 

 Copyright © 2005-2023 Leisenfels GmbH. All rights reserved.