- 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.
- check() - Method in class com.lf.vfslib.core.VFSLibSettings
-
Performs some simple tests for the caches and configurations and creates log messages.
- 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.
- 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.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.
- 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.
- 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.
- getAccessToken(FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
-
Getter for Dropbox® access token.
- getAccountDisplayName(FileSystemOptions) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
-
Getter for Dropbox® account display name.
- getAppInfo() - Method in class com.lf.vfslib.dropbox.DbxFileProvider
-
Provides the provider's Dropbox® application info.
- getAuthority() - Method in class com.lf.vfslib.net.VFSURI
-
Returns the decoded authority component of this URI.
- 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.
- 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.
- 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.
- getClientURLID(GenericFileName, FileSystemOptions, VFSLib) - Static method in class com.lf.vfslib.dropbox.DbxClientWrapper
-
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.
- getConfigClass() - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
-
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.
- 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.
- 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.
- getFilePointer() - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
-
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.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).
- 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.
- 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.
- 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.
- 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(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.
- 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.
- 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.
- 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.
- getSchemeDropbox() - Method in class com.lf.vfslib.VFSLib
-
Getter method for the VFSLib Dropbox® scheme.
- getSchemeSpecificPart() - Method in class com.lf.vfslib.net.VFSURI
-
Returns the decoded scheme-specific part of this URI.
- 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.net.ClientPool
-
Provides the shared instance of the factory implementation.
- getSharedInstance() - Static method in class com.lf.vfslib.VFSLib
-
Provides the shared instance of the VFSLib
.
- 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 interface com.lf.vfslib.net.ClientWrapper
-
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.
- 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.
- 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.
- seek(long) - Method in class com.lf.vfslib.dropbox.DbxRandomAccessContent
-
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.
- setAccessToken(FileSystemOptions, String) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
-
Setter for Dropbox® access token.
- setAccountDisplayName(FileSystemOptions, String) - Method in class com.lf.vfslib.dropbox.DbxFileSystemConfigBuilder
-
Setter for Dropbox® 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).
- 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.
- setLicenseFile(File) - Method in class com.lf.vfslib.VFSLib
-
Setter method for the VFSLib license key, imported from a local file here.
- setLicenseKey(String) - Method in class com.lf.vfslib.VFSLib
-
Setter method for the VFSLib license key.
- setLicenseURL(URL) - Method in class com.lf.vfslib.VFSLib
-
Setter method for the VFSLib license key, imported from URL/classpath here.
- 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.
- setSchemeDropbox(String) - Method in class com.lf.vfslib.VFSLib
-
Setter method for the VFSLib Dropbox® scheme.
- 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.
- 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.net.ClientPool
-
Shared ClientPool
instance.
- statSelf() - Method in class com.lf.vfslib.dropbox.DbxFileObject
-
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.
- 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 - 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.
- 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.