- 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.
- 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.
- 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.io.VFSRandomAccessContent
-
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.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.io - package com.lf.vfslib.io
-
Some multi-purpose classes implementing low-level I/O functionality.
- com.lf.vfslib.lang - package com.lf.vfslib.lang
-
Provides support for new language level functions applicable to most applications.
- 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.
- compareContents(FileObject, File) - Static method in class com.lf.vfslib.net.VFSUtils
-
Checks if the given network file contents is equal to the given local file.
- compareTo(VFSURI) - Method in class com.lf.vfslib.net.VFSURI
-
Compares this URI to another object, which must be a URI.
- CONNECT_TIMEOUT_SECONDS - Static variable in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
-
Variable name.
- 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(FileSystemOptions, DbxRequestConfig) - Static method in class com.lf.vfslib.dropbox.DbxClientFactory
-
Creates a new connection to the server.
- createClient(FileSystemOptions, String, GoogleAuthorizationCodeFlow) - Static method in class com.lf.vfslib.gdrive.GDriveClientFactory
-
Creates a new connection to the server.
- createClient(GenericFileName, FileSystemOptions, AwsCredentialsProvider, VFSLib) - Static method in class com.lf.vfslib.s3.S3ClientFactory
-
Creates a new connection to the server.
- 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, Properties, FileSystemOptions) - Static method in class com.lf.vfslib.net.VFSConnection
-
Creates a fresh new connection appropriate for the given VFS scheme/protocol.
- 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, 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.
- 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.
- 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.
- getAWSRegion(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
-
Getter for the AWS region for the bucket.
- getBestConnection(String) - Method in class com.lf.vfslib.net.VFSFileSystemManager
-
Searches the configured connections for an appropriate instance (scheme, host, ...).
- getBucketName(FileSystemOptions) - Method in class com.lf.vfslib.s3.S3FileSystemConfigBuilder
-
Getter for the name of the Amazon S3 bucket.
- 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.
- getClient() - Method in class com.lf.vfslib.dropbox.DbxClientWrapper
-
Provides access to the internal Dropbox client.
- getClient() - Method in class com.lf.vfslib.gdrive.GDriveClientWrapper
-
Provides access to the internal Google Drive client.
- getClient() - Method in class com.lf.vfslib.s3.S3ClientWrapper
-
Provides access to the internal Amazon S3 client.
- 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.
- getConnections() - Method in class com.lf.vfslib.net.VFSFileSystemManager
-
Provides the currently configured network connections for this manager.
- getConnectTimeoutSeconds(FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
-
Getter for connect timeout in seconds.
- 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.
- getDbxClientWrapper() - Method in class com.lf.vfslib.dropbox.DbxFileObject
-
Provides the ClientWrapper
implementation for this file system.
- getDeclaredField(Object, Class, String) - Static method in class com.lf.vfslib.lang.ReflectionUtils
-
Extracts the value of the instance variable via reflection (also protected, private etc.).
- getDeclaredField(Object, String) - Static method in class com.lf.vfslib.lang.ReflectionUtils
-
Extracts the value of the instance variable via reflection (also protected, private etc.).
- 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.
- 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.
- getEncoding(String) - Method in class com.lf.vfslib.net.VFSConnection
-
Provides the expert setting which file system encoding shall be used.
- 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.io.VFSRandomAccessContent
-
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.
- getGDriveClientWrapper() - Method in class com.lf.vfslib.gdrive.GDriveFileObject
-
Provides the ClientWrapper
implementation for this file system.
- 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.
- 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.
- 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.
- getManagerAllProtocols() - Static method in class com.lf.vfslib.core.VFSLibSettings
-
Get a shared instance of the Commons FileSystemManager
with support for all protocols.
- 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.
- 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.dropbox.DbxFileSystem
-
Provides the provider for this filesystem.
- 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.
- getProvider() - Method in class com.lf.vfslib.s3.S3FileSystem
-
Provides the provider for this filesystem.
- 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.
- getReadTimeoutSeconds(FileSystemOptions) - Method in class com.lf.vfslib.gdrive.GDriveFileSystemConfigBuilder
-
Getter for read timeout in seconds.
- 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).
- 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.
- getS3ClientWrapper() - Method in class com.lf.vfslib.s3.S3FileObject
-
Provides the ClientWrapper
implementation for this file system.
- 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.
- getSettings() - Method in class com.lf.vfslib.net.VFSConnection
-
Provides access to the internal cache of settings (driver parameters, expert settings).
- 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
.
- getStaticField(String, String) - Static method in class com.lf.vfslib.lang.ReflectionUtils
-
Extracts the value of the static field via reflection (only public).
- getType(FileObject) - Static method in class com.lf.vfslib.net.VFSUtils
-
Safely gets the entry type.
- 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.
- 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.
- 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.
- getUserText(String) - Static method in class com.lf.vfslib.core.VFSLibSettings
-
Convenience method to get a localized text for the user.
- getUserText(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 permanently.
- 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.S3FileProvider
-
Provides the parental manager object.
- getVFSLib() - Method in class com.lf.vfslib.s3.S3FileSystem
-
Provides the VFSLib instance for this filesystem.