Uses of Class
org.apache.commons.vfs2.FileSystemException
-
-
Uses of FileSystemException in org.apache.commons.vfs2
Subclasses of FileSystemException in org.apache.commons.vfs2 Modifier and Type Class Description classFileNotFolderExceptionDelivers a file-not-folder exception which happens when trying to issueFileObject.getChildren()on a file.classFileNotFoundExceptiondelivers a file-not-found exception.classFileTypeHasNoContentExceptiondelivers a file-not-folder exception which happens when trying to issueFileObject.getChildren()on a file.Methods in org.apache.commons.vfs2 that throw FileSystemException Modifier and Type Method Description voidFileSystem. addJunction(java.lang.String junctionPoint, FileObject targetFile)Adds a junction to this file system.voidFileSystemManager. addOperationProvider(java.lang.String[] schemes, FileOperationProvider operationProvider)voidFileSystemManager. addOperationProvider(java.lang.String scheme, FileOperationProvider operationProvider)Adds the specified FileOperationProvider for the specified scheme.booleanFileSystemManager. canCreateFileSystem(FileObject file)Determines if a layered file system can be created for a given file.voidFileContent. close()Closes all resources used by the content, including any open stream.voidFileObject. close()Closes this file, and its content.voidFileObject. copyFrom(FileObject srcFile, FileSelector selector)Copies another file, and all its descendants, to this file.FileContentInfoFileContentInfoFactory. create(FileContent fileContent)Creates a FileContentInfo for a the given FileContent.voidFileObject. createFile()Creates this file, if it does not exist.FileObjectFileSystemManager. createFileSystem(java.lang.String provider, FileObject file)Creates a layered file system.FileObjectFileSystemManager. createFileSystem(FileObject file)Creates a layered file system.voidFileObject. createFolder()Creates this folder, if it does not exist.FileObjectFileSystemManager. createVirtualFileSystem(java.lang.String rootUri)Creates an empty virtual file system.FileObjectFileSystemManager. createVirtualFileSystem(FileObject rootFile)Creates a virtual file system.booleanFileObject. delete()Deletes this file.intFileObject. delete(FileSelector selector)Deletes all descendants of this file that match a selector.intFileObject. deleteAll()Deletes this file and all children.booleanFileObject. exists()Determines if this file exists.FileObject[]FileObject. findFiles(FileSelector selector)Finds the set of matching descendants of this file, in depthwise order.voidFileObject. findFiles(FileSelector selector, boolean depthwise, java.util.List<FileObject> selected)Finds the set of matching descendants of this file.java.lang.ObjectFileContent. getAttribute(java.lang.String attrName)Gets the value of an attribute of the file's content.java.lang.ObjectFileSystem. getAttribute(java.lang.String attrName)Gets the value of an attribute of the file system.java.lang.String[]FileContent. getAttributeNames()Lists the attributes of the file's content.java.util.Map<java.lang.String,java.lang.Object>FileContent. getAttributes()Returns a read-only map of this file's attributes.FileObjectFileSystemManager. getBaseFile()Returns the base file used to resolve relative paths.java.security.cert.Certificate[]FileContent. getCertificates()Retrieves the certificates if any used to sign this file or folder.FileObjectFileObject. getChild(java.lang.String name)Returns a child of this file.FileObject[]FileObject. getChildren()Lists the children of this file.FileContentFileObject. getContent()Returns this file's content.FileContentInfoFileContent. getContentInfo()get the content info.FileOperationsFileObject. getFileOperations()FileSystemConfigBuilderFileSystemManager. getFileSystemConfigBuilder(java.lang.String scheme)Get the configuration builder for the given scheme.java.io.InputStreamFileContent. getInputStream()Returns an input stream for reading the file's content.longFileContent. getLastModifiedTime()Determines the last-modified timestamp of the file.static FileSystemManagerVFS. getManager()Returns the defaultFileSystemManagerinstance.FileOperationProvider[]FileSystemManager. getOperationProviders(java.lang.String scheme)Get Providers for file operations.java.io.OutputStreamFileContent. getOutputStream()Returns an output stream for writing the file's content.java.io.OutputStreamFileContent. getOutputStream(boolean bAppend)Returns an output stream for writing the file's content.FileObjectFileObject. getParent()Returns the folder that contains this file.FileObjectFileSystem. getParentLayer()Returns the parent layer if this is a layered file system.java.lang.StringFileName. getPathDecoded()Returns the absolute path of this file, within its file system.java.util.Collection<Capability>FileSystemManager. getProviderCapabilities(java.lang.String scheme)Get the capabilities for a given scheme.RandomAccessContentFileContent. getRandomAccessContent(RandomAccessMode mode)Returns an stream for reading/writing the file's content.java.lang.StringFileName. getRelativeName(FileName name)Converts a file name to a relative name, relative to this file name.FileObjectFileSystem. getRoot()Returns the root file of this file system.longFileContent. getSize()Determines the size of the file, in bytes.FileTypeFileObject. getType()Returns this file's type.java.net.URLFileObject. getURL()Returns a URL representing this file.booleanFileContent. hasAttribute(java.lang.String attrName)Checks if an attribute of the file's content exists.booleanFileTypeSelector. includeFile(FileSelectInfo fileInfo)Determines if a file or folder should be selected.booleanFileObject. isExecutable()Determines if this file is executable.booleanFileName. isFile()Checks if this file name is a name for a regular file.booleanFileObject. isFile()Checks if this file is a regular file.booleanFileObject. isFolder()Checks if this file is a folder.booleanFileObject. isHidden()Determines if this file is hidden.booleanFileObject. isReadable()Determines if this file can be read.booleanFileObject. isWriteable()Determines if this file can be written to.voidFileObject. moveTo(FileObject destFile)Move this file.voidFileObject. refresh()This will prepare the fileObject to get resynchronized with the underlying file system if required.voidFileContent. removeAttribute(java.lang.String attrName)Removes the value of an attribute of the file's content.voidFileSystem. removeJunction(java.lang.String junctionPoint)Removes a junction from this file system.java.io.FileFileSystem. replicateFile(FileObject file, FileSelector selector)Creates a temporary local copy of a file and its descendants.FileObjectFileObject. resolveFile(java.lang.String path)Finds a file, relative to this file.FileObjectFileObject. resolveFile(java.lang.String name, NameScope scope)Finds a file relative to this file.FileObjectFileSystem. resolveFile(java.lang.String name)Finds a file in this file system.FileObjectFileSystem. resolveFile(FileName name)Finds a file in this file system.FileObjectFileSystemManager. resolveFile(java.io.File baseFile, java.lang.String name)Locates a file by name.FileObjectFileSystemManager. resolveFile(java.lang.String name)Locates a file by name.FileObjectFileSystemManager. resolveFile(java.lang.String name, FileSystemOptions fileSystemOptions)Locates a file by name.FileObjectFileSystemManager. resolveFile(java.net.URI uri)Resolves a URI into aFileObject.FileObjectFileSystemManager. resolveFile(java.net.URL url)Resolves a URL into aFileObject.FileObjectFileSystemManager. resolveFile(FileObject baseFile, java.lang.String name)Locates a file by name.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name)Resolves a name, relative to this file name.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name, NameScope scope)Resolves a name, relative to the "root" file name.FileNameFileSystemManager. resolveURI(java.lang.String uri)Resolve the uri to a filename.voidFileContent. setAttribute(java.lang.String attrName, java.lang.Object value)Sets the value of an attribute of the file's content.voidFileSystem. setAttribute(java.lang.String attrName, java.lang.Object value)Sets the value of an attribute of the file's content.booleanFileObject. setExecutable(boolean executable, boolean ownerOnly)Sets the owner's (or everybody's) write permission.voidFileContent. setLastModifiedTime(long modTime)Sets the last-modified timestamp of the file.booleanFileObject. setReadable(boolean readable, boolean ownerOnly)Sets the owner's (or everybody's) read permission.booleanFileObject. setWritable(boolean writable, boolean ownerOnly)Sets the owner's (or everybody's) write permission.FileObjectFileSystemManager. toFileObject(java.io.File file)Converts a local file into aFileObject. -
Uses of FileSystemException in org.apache.commons.vfs2.cache
Methods in org.apache.commons.vfs2.cache that throw FileSystemException Modifier and Type Method Description voidOnCallRefreshFileObject. close()voidOnCallRefreshFileObject. copyFrom(FileObject srcFile, FileSelector selector)voidOnCallRefreshFileObject. createFile()voidOnCallRefreshFileObject. createFolder()booleanOnCallRefreshFileObject. delete()intOnCallRefreshFileObject. delete(FileSelector selector)booleanOnCallRefreshFileObject. exists()FileObject[]OnCallRefreshFileObject. findFiles(FileSelector selector)voidOnCallRefreshFileObject. findFiles(FileSelector selector, boolean depthwise, java.util.List<FileObject> selected)FileObjectOnCallRefreshFileObject. getChild(java.lang.String name)FileObject[]OnCallRefreshFileObject. getChildren()FileContentOnCallRefreshFileObject. getContent()FileTypeOnCallRefreshFileObject. getType()booleanOnCallRefreshFileObject. isExecutable()booleanOnCallRefreshFileObject. isHidden()booleanOnCallRefreshFileObject. isReadable()booleanOnCallRefreshFileObject. isWriteable()voidOnCallRefreshFileObject. moveTo(FileObject destFile)FileObjectOnCallRefreshFileObject. resolveFile(java.lang.String path)FileObjectOnCallRefreshFileObject. resolveFile(java.lang.String name, NameScope scope)booleanOnCallRefreshFileObject. setExecutable(boolean executable, boolean ownerOnly)booleanOnCallRefreshFileObject. setReadable(boolean readable, boolean ownerOnly)booleanOnCallRefreshFileObject. setWritable(boolean writable, boolean ownerOnly) -
Uses of FileSystemException in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that throw FileSystemException Modifier and Type Method Description voidVirtualFileSystem. addJunction(java.lang.String junctionPoint, FileObject targetFile)Adds a junction to this file system.voidDefaultFileSystemManager. addOperationProvider(java.lang.String[] schemes, FileOperationProvider operationProvider)voidDefaultFileSystemManager. addOperationProvider(java.lang.String scheme, FileOperationProvider operationProvider)Adds the specified FileOperationProvider for the specified scheme.voidDefaultFileSystemManager. addProvider(java.lang.String[] urlSchemes, FileProvider provider)Registers a file system provider.voidDefaultFileSystemManager. addProvider(java.lang.String urlScheme, FileProvider provider)Registers a file system provider.java.io.FileDefaultFileReplicator. allocateFile(java.lang.String baseName)Allocates a new temporary file.booleanDefaultFileSystemManager. canCreateFileSystem(FileObject file)Determines if a layered file system can be created for a given file.voidDecoratedFileObject. close()voidSynchronizedFileObject. close()protected voidStandardFileSystemManager. configurePlugins()Scans the classpath to find any droped plugin.voidDecoratedFileObject. copyFrom(FileObject srcFile, FileSelector selector)voidSynchronizedFileObject. copyFrom(FileObject srcFile, FileSelector selector)protected java.io.FileDefaultFileReplicator. createAndAddFile(java.io.File parent, java.lang.String basename)voidDecoratedFileObject. createFile()protected java.io.FileDefaultFileReplicator. createFile(java.io.File parent, java.lang.String name)Create the temporary file.voidSynchronizedFileObject. createFile()FileObjectDefaultFileSystemManager. createFileSystem(java.lang.String scheme, FileObject file)Creates a layered file system.FileObjectDefaultFileSystemManager. createFileSystem(FileObject file)Creates a layered file system.FileObjectVirtualFileProvider. createFileSystem(java.lang.String rootUri)Creates an empty virtual file system.FileObjectVirtualFileProvider. createFileSystem(FileObject rootFile)Creates a virtual file system, with the supplied file as its root.voidDecoratedFileObject. createFolder()voidSynchronizedFileObject. createFolder()FileObjectDefaultFileSystemManager. createVirtualFileSystem(java.lang.String rootUri)Creates an empty virtual file system.FileObjectDefaultFileSystemManager. createVirtualFileSystem(FileObject rootFile)Creates a virtual file system.booleanDecoratedFileObject. delete()intDecoratedFileObject. delete(FileSelector selector)booleanSynchronizedFileObject. delete()intSynchronizedFileObject. delete(FileSelector selector)intDecoratedFileObject. deleteAll()booleanDecoratedFileObject. exists()booleanSynchronizedFileObject. exists()FileObject[]DecoratedFileObject. findFiles(FileSelector selector)voidDecoratedFileObject. findFiles(FileSelector selector, boolean depthwise, java.util.List<FileObject> selected)FileObject[]SynchronizedFileObject. findFiles(FileSelector selector)voidSynchronizedFileObject. findFiles(FileSelector selector, boolean depthwise, java.util.List<FileObject> selected)FileObjectDefaultFileSystemManager. getBaseFile()Returns the base file used to resolve relative URI.FileObjectDecoratedFileObject. getChild(java.lang.String name)FileObjectSynchronizedFileObject. getChild(java.lang.String name)FileObject[]DecoratedFileObject. getChildren()FileObject[]SynchronizedFileObject. getChildren()FileContentDecoratedFileObject. getContent()FileContentSynchronizedFileObject. getContent()FileOperationsDecoratedFileObject. getFileOperations()FileSystemConfigBuilderDefaultFileSystemManager. getFileSystemConfigBuilder(java.lang.String scheme)Get the configuration builder for the given scheme.FileOperationProvider[]DefaultFileSystemManager. getOperationProviders(java.lang.String scheme)FileObjectDecoratedFileObject. getParent()java.util.Collection<Capability>DefaultFileSystemManager. getProviderCapabilities(java.lang.String scheme)Get the capabilities for a given scheme.FileReplicatorDefaultFileSystemManager. getReplicator()Returns the file replicator.TemporaryFileStoreDefaultFileSystemManager. getTemporaryFileStore()Returns the temporary file store.FileTypeDecoratedFileObject. getType()FileTypeSynchronizedFileObject. getType()java.net.URLDecoratedFileObject. getURL()voidDefaultFileReplicator. init()Initializes this component.voidDefaultFileSystemManager. init()Initializes this manager.voidPrivilegedFileReplicator. init()Initializes the component.voidStandardFileSystemManager. init()Initializes this manager.booleanDecoratedFileObject. isExecutable()booleanSynchronizedFileObject. isExecutable()booleanDecoratedFileObject. isFile()booleanDecoratedFileObject. isFolder()booleanDecoratedFileObject. isHidden()booleanSynchronizedFileObject. isHidden()booleanDecoratedFileObject. isReadable()booleanSynchronizedFileObject. isReadable()booleanDecoratedFileObject. isWriteable()booleanSynchronizedFileObject. isWriteable()voidDecoratedFileObject. moveTo(FileObject destFile)voidSynchronizedFileObject. moveTo(FileObject destFile)voidDecoratedFileObject. refresh()voidVirtualFileSystem. removeJunction(java.lang.String junctionPoint)Removes a junction from this file system.java.io.FileDefaultFileReplicator. replicateFile(FileObject srcFile, FileSelector selector)Creates a local copy of the file, and all its descendants.java.io.FilePrivilegedFileReplicator. replicateFile(FileObject srcFile, FileSelector selector)Creates a local copy of the file, and all its descendants.FileObjectDecoratedFileObject. resolveFile(java.lang.String path)FileObjectDecoratedFileObject. resolveFile(java.lang.String name, NameScope scope)FileObjectDefaultFileSystemManager. resolveFile(java.io.File baseFile, java.lang.String uri)Resolves a URI, relative to base file.FileObjectDefaultFileSystemManager. resolveFile(java.lang.String uri)Locates a file by URI.FileObjectDefaultFileSystemManager. resolveFile(java.lang.String uri, FileSystemOptions fileSystemOptions)Locate a file by URI, use the FileSystemOptions for file-system creation.FileObjectDefaultFileSystemManager. resolveFile(java.net.URI uri)Converts a URI into aFileObject.FileObjectDefaultFileSystemManager. resolveFile(java.net.URL url)Converts a URL into aFileObject.FileObjectDefaultFileSystemManager. resolveFile(FileObject baseFile, java.lang.String uri)Resolves a URI, relative to a base file.FileObjectDefaultFileSystemManager. resolveFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Resolves a URI, relative to a base file with specified FileSystem configuration.FileObjectSynchronizedFileObject. resolveFile(java.lang.String path)FileObjectSynchronizedFileObject. resolveFile(java.lang.String name, NameScope scope)FileNameDefaultFileSystemManager. resolveName(FileName root, java.lang.String path)Resolves a name, relative to the file.FileNameDefaultFileSystemManager. resolveName(FileName base, java.lang.String name, NameScope scope)Resolves a name, relative to the root.FileNameDefaultFileSystemManager. resolveURI(java.lang.String uri)Resolve the uri to a filename.voidDefaultFileSystemManager. setBaseFile(java.io.File baseFile)Sets the base file to use when resolving relative URI.voidDefaultFileSystemManager. setBaseFile(FileObject baseFile)Sets the base file to use when resolving relative URI.voidDefaultFileSystemManager. setCacheStrategy(CacheStrategy fileCacheStrategy)Set the cache strategy to use when dealing with file object data.voidDefaultFileSystemManager. setDefaultProvider(FileProvider provider)Sets the default provider.booleanDecoratedFileObject. setExecutable(boolean executable, boolean ownerOnly)booleanSynchronizedFileObject. setExecutable(boolean executable, boolean ownerOnly)voidDefaultFileSystemManager. setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory)set the fileContentInfoFactory used to determine the infos of a file content.voidDefaultFileSystemManager. setFileObjectDecorator(java.lang.Class<?> fileObjectDecorator)Set a fileObject decorator to be used for ALL returned file objects.voidDefaultFileSystemManager. setFilesCache(FilesCache filesCache)Sets the filesCache implementation used to cache files.booleanDecoratedFileObject. setReadable(boolean readable, boolean ownerOnly)booleanSynchronizedFileObject. setReadable(boolean readable, boolean ownerOnly)voidDefaultFileSystemManager. setReplicator(FileReplicator replicator)Sets the file replicator to use.voidDefaultFileSystemManager. setTemporaryFileStore(TemporaryFileStore tempFileStore)Sets the temporary file store to use.voidDefaultFileSystemConfigBuilder. setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator)Sets the user authenticator to get authentication informations.booleanDecoratedFileObject. setWritable(boolean writable, boolean ownerOnly)booleanSynchronizedFileObject. setWritable(boolean writable, boolean ownerOnly)FileObjectDefaultFileSystemManager. toFileObject(java.io.File file)Converts a local file into aFileObject.Constructors in org.apache.commons.vfs2.impl that throw FileSystemException Constructor Description VFSClassLoader(FileObject[] files, FileSystemManager manager)Constructors a new VFSClassLoader for the given files.VFSClassLoader(FileObject[] files, FileSystemManager manager, java.lang.ClassLoader parent)Constructors a new VFSClassLoader for the given FileObjects.VFSClassLoader(FileObject file, FileSystemManager manager)Constructors a new VFSClassLoader for the given file.VFSClassLoader(FileObject file, FileSystemManager manager, java.lang.ClassLoader parent)Constructors a new VFSClassLoader for the given file. -
Uses of FileSystemException in org.apache.commons.vfs2.operations
Methods in org.apache.commons.vfs2.operations that throw FileSystemException Modifier and Type Method Description protected voidAbstractFileOperationProvider. addOperation(java.lang.Class<? extends FileOperation> operationClass)Add new FileOperation to list of known operations.voidAbstractFileOperationProvider. collectOperations(java.util.Collection<java.lang.Class<? extends FileOperation>> operationsList, FileObject file)Gather available operations for the specified FileObject and put them into specified operationsList.voidFileOperationProvider. collectOperations(java.util.Collection<java.lang.Class<? extends FileOperation>> operationsList, FileObject file)Gather available operations for the specified FileObject and put them into specified operationsList.protected abstract voidAbstractFileOperationProvider. doCollectOperations(java.util.Collection<java.lang.Class<? extends FileOperation>> availableOperations, java.util.Collection<java.lang.Class<? extends FileOperation>> resultList, FileObject file)Gather available operations for the specified FileObject and put them into specified operationsList.FileOperationAbstractFileOperationProvider. getOperation(FileObject file, java.lang.Class<? extends FileOperation> operationClass)FileOperationDefaultFileOperations. getOperation(java.lang.Class<? extends FileOperation> operationClass)FileOperationFileOperationProvider. getOperation(FileObject file, java.lang.Class<? extends FileOperation> operationClass)Get implementation for a given FileObject and FileOperation interface.FileOperationFileOperations. getOperation(java.lang.Class<? extends FileOperation> operationClass)java.lang.Class<? extends FileOperation>[]DefaultFileOperations. getOperations()java.lang.Class<? extends FileOperation>[]FileOperations. getOperations()booleanDefaultFileOperations. hasOperation(java.lang.Class<? extends FileOperation> operationClass)booleanFileOperations. hasOperation(java.lang.Class<? extends FileOperation> operationClass)protected abstract FileOperationAbstractFileOperationProvider. instantiateOperation(FileObject file, java.lang.Class<? extends FileOperation> operationClass)Get operation instance for specified FileOperation subclass.protected java.lang.Class<? extends FileOperation>AbstractFileOperationProvider. lookupOperation(java.lang.Class<? extends FileOperation> operationClass)Find class implementing a specific operation interface.voidFileOperation. process()Performs necessary actions that are related to the concrete implementation of a FileOperation. -
Uses of FileSystemException in org.apache.commons.vfs2.operations.vcs
Methods in org.apache.commons.vfs2.operations.vcs that throw FileSystemException Modifier and Type Method Description voidVcsLogEntryHandler. handleLogEntry(VcsLogEntry entry) -
Uses of FileSystemException in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that throw FileSystemException Modifier and Type Method Description protected voidAbstractVfsContainer. addComponent(java.lang.Object component)Adds a sub-component to this component.protected voidAbstractFileProvider. addFileSystem(java.lang.Comparable<?> key, FileSystem fs)Adds a file system to those cached by this provider.voidAbstractFileSystem. addJunction(java.lang.String junctionPoint, FileObject targetFile)Adds a junction to this file system.java.io.FileTemporaryFileStore. allocateFile(java.lang.String basename)Allocates a new temporary file.static voidUriParser. canonicalizePath(java.lang.StringBuilder buffer, int offset, int length, FileNameParser fileNameParser)Canonicalizes a path.static voidUriParser. checkUriEncoding(java.lang.String uri)Decodes the String.voidAbstractFileObject. close()Closes this file, and its content.voidDefaultFileContent. close()Closes all resources used by the content, including all streams, readers and writers.voidDelegateFileObject. close()Close the delegated file.voidAbstractFileObject. copyFrom(FileObject file, FileSelector selector)Copies another file to this file.voidAbstractFileObject. createFile()Creates this file, if it does not exist.FileObjectAbstractFileProvider. createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions properties)Creates a layered file system.FileObjectAbstractLayeredFileProvider. createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.FileObjectFileProvider. createFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.voidAbstractFileObject. createFolder()Creates this folder, if it does not exist.static java.lang.StringUriParser. decode(java.lang.String encodedStr)Removes %nn encodings from a string.static voidUriParser. decode(java.lang.StringBuilder buffer, int offset, int length)Removes %nn encodings from a string.protected FileObjectAbstractFileSystem. decorateFileObject(FileObject file)booleanAbstractFileObject. delete()Deletes this file.intAbstractFileObject. delete(FileSelector selector)Deletes this file, and all children matching theselector.intAbstractFileObject. deleteAll()Deletes this file and all children.protected FileContentAbstractFileObject. doCreateFileContent()Create a FileContent implementation.protected abstract FileSystemAbstractLayeredFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.protected abstract FileSystemAbstractOriginatingFileProvider. doCreateFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)Creates aFileSystem.protected FileTypeDelegateFileObject. doGetType()Determines the type of the file, returns null if the file does not exist.protected booleanDelegateFileObject. doIsExecutable()Determines if this file is executable.protected booleanDelegateFileObject. doIsHidden()Determines if this file is hidden.protected booleanDelegateFileObject. doIsReadable()Determines if this file can be read.protected booleanAbstractFileObject. doIsSameFile(FileObject destFile)Checks if this fileObject is the same file asdestFilejust with a different name.protected booleanDelegateFileObject. doIsWriteable()Determines if this file can be written to.booleanAbstractFileObject. exists()Determines if the file exists.protected intHostFileNameParser. extractPort(java.lang.StringBuilder name, java.lang.String uri)Extracts the port from a URI.protected java.lang.StringLayeredFileNameParser. extractRootName(java.lang.StringBuilder uri)Pops the root prefix off a URI, which has had the scheme removed.protected HostFileNameParser.AuthorityHostFileNameParser. extractToPath(java.lang.String uri, java.lang.StringBuilder name)Extracts the scheme, userinfo, hostname and port components of a generic URI.FileObjectAbstractLayeredFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI.protected FileObjectAbstractOriginatingFileProvider. findFile(FileName name, FileSystemOptions fileSystemOptions)Locates a file from its parsed URI.FileObjectAbstractOriginatingFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI.FileObjectCompositeFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI.FileObjectFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI.FileObject[]AbstractFileObject. findFiles(FileSelector selector)Finds the set of matching descendants of this file, in depthwise order.voidAbstractFileObject. findFiles(FileSelector selector, boolean depthwise, java.util.List<FileObject> selected)Traverses the descendants of this file, and builds a list of selected files.FileObjectLocalFileProvider. findLocalFile(java.io.File file)Converts from java.io.File to FileObject.FileObjectLocalFileProvider. findLocalFile(java.lang.String name)Finds a local file, from its local name.java.lang.ObjectAbstractFileSystem. getAttribute(java.lang.String attrName)Retrieves the attribute with the specified name.java.lang.ObjectDefaultFileContent. getAttribute(java.lang.String attrName)Gets the value of an attribute.java.lang.String[]DefaultFileContent. getAttributeNames()Lists the attributes of this file.java.util.Map<java.lang.String,java.lang.Object>DefaultFileContent. getAttributes()Returns a read-only map of this file's attributes.java.security.cert.Certificate[]DefaultFileContent. getCertificates()Returns the certificates used to sign this file.FileObjectAbstractFileObject. getChild(java.lang.String name)Returns a child of this file.FileObject[]AbstractFileObject. getChildren()Returns the children of the file.FileContentAbstractFileObject. getContent()Returns the file's content.FileContentInfoDefaultFileContent. getContentInfo()get the content info.FileOperationsAbstractFileObject. getFileOperations()protected FileSystemAbstractOriginatingFileProvider. getFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)Returns the FileSystem associated with the specified root.java.io.InputStreamAbstractFileObject. getInputStream()Returns an input stream to use to read the content of the file.java.io.InputStreamDefaultFileContent. getInputStream()Returns an input stream for reading the content.longDefaultFileContent. getLastModifiedTime()Returns the last-modified timestamp.java.io.OutputStreamAbstractFileObject. getOutputStream()Prepares this file for writing.java.io.OutputStreamAbstractFileObject. getOutputStream(boolean bAppend)Prepares this file for writing.java.io.OutputStreamDefaultFileContent. getOutputStream()Returns an output stream for writing the content.java.io.OutputStreamDefaultFileContent. getOutputStream(boolean bAppend)Returns an output stream for writing the content in append mode.FileObjectAbstractFileObject. getParent()Returns the parent of the file.FileObjectAbstractFileSystem. getParentLayer()Returns the parent layer if this is a layered file system.java.lang.StringAbstractFileName. getPathDecoded()Returns the decoded path.java.lang.StringURLFileName. getPathQueryEncoded(java.lang.String charset)Get the path encoded suitable for url like filesystem e.g.RandomAccessContentAbstractFileObject. getRandomAccessContent(RandomAccessMode mode)Returns an input/output stream to use to read and write the content of the file in and random manner.RandomAccessContentDefaultFileContent. getRandomAccessContent(RandomAccessMode mode)Returns an input/output stream to use to read and write the content of the file in an random manner.java.lang.StringAbstractFileName. getRelativeName(FileName name)Converts a file name to a relative name, relative to this file name.FileReplicatorVfsComponentContext. getReplicator()Locates a file replicator for the provider to use.FileObjectAbstractFileSystem. getRoot()Returns the root file of this file system.longDefaultFileContent. getSize()Returns the size of the content (in bytes).TemporaryFileStoreVfsComponentContext. getTemporaryFileStore()Locates a temporary file store for the provider to use.FileTypeAbstractFileObject. getType()Returns the file's type.java.lang.StringURLFileName. getURIEncoded(java.lang.String charset)Encode a URI.java.net.URLAbstractFileObject. getURL()Returns a URL representation of the file.booleanDefaultFileContent. hasAttribute(java.lang.String attrName)Checks if an attribute exists.voidAbstractFileSystem. init()Initializes this component.voidAbstractVfsComponent. init()Initializes the component.voidVfsComponent. init()Initializes the component.booleanAbstractFileObject. isExecutable()Determines if this file is executable.booleanAbstractFileName. isFile()Checks if this file name is a name for a regular file by using its type.booleanAbstractFileObject. isFile()Checks if this file is a regular file by using its file type.booleanAbstractFileObject. isFolder()Checks if this file is a folder by using its file type.booleanAbstractFileObject. isHidden()Determines if this file can be read.booleanAbstractFileObject. isReadable()Determines if this file can be read.protected booleanAbstractFileObject. isSameFile(FileObject destFile)Checks if this fileObject is the same file asdestFilejust with a different name.booleanAbstractFileObject. isWriteable()Determines if this file can be written to.java.util.List<FileObject>AbstractFileObject. listFiles(FileSelector selector)Lists the set of matching descendants of this file, in depthwise order.voidAbstractFileObject. moveTo(FileObject destFile)Moves (rename) the file to another one.static FileTypeUriParser. normalisePath(java.lang.StringBuilder path)Normalises a path.FileNameAbstractFileProvider. parseUri(FileName base, java.lang.String uri)Parses an absolute URI.FileNameFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)parses a String into a filename.FileNameFileProvider. parseUri(FileName root, java.lang.String uri)Parse the URI into a FileName.FileNameHostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameLayeredFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)Parse the base and name into a FileName.FileNameURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameVfsComponentContext. parseURI(java.lang.String uri)Parse a URI into a FileName.voidAbstractFileObject. refresh()This will prepare the fileObject to get resynchronized with the underlying filesystem if required.voidDelegateFileObject. refresh()Refresh file information.voidDefaultFileContent. removeAttribute(java.lang.String attrName)Removes an attribute.voidAbstractFileSystem. removeJunction(java.lang.String junctionPoint)Removes a junction from this file system.java.io.FileAbstractFileSystem. replicateFile(FileObject file, FileSelector selector)Creates a temporary local copy of a file and its descendants.java.io.FileFileReplicator. replicateFile(FileObject srcFile, FileSelector selector)Creates a local copy of the file, and all its descendants.FileObjectAbstractFileObject. resolveFile(java.lang.String path)Finds a file, relative to this file.FileObjectAbstractFileObject. resolveFile(java.lang.String name, NameScope scope)Returns a child by name.FileObjectAbstractFileSystem. resolveFile(java.lang.String nameStr)Finds a file in this file system.FileObjectAbstractFileSystem. resolveFile(FileName name)Finds a file in this file system.FileObjectVfsComponentContext. resolveFile(java.lang.String name, FileSystemOptions fileSystemOptions)Locate a file by name.FileObjectVfsComponentContext. resolveFile(FileObject baseFile, java.lang.String name, FileSystemOptions fileSystemOptions)Locate a file by name.voidAbstractFileSystem. setAttribute(java.lang.String attrName, java.lang.Object value)Sets the attribute with the specified name.voidDefaultFileContent. setAttribute(java.lang.String attrName, java.lang.Object value)Sets the value of an attribute.booleanAbstractFileObject. setExecutable(boolean readable, boolean ownerOnly)voidDefaultFileContent. setLastModifiedTime(long modTime)Sets the last-modified timestamp.booleanAbstractFileObject. setReadable(boolean readable, boolean ownerOnly)booleanAbstractFileObject. setWritable(boolean readable, boolean ownerOnly)FileObjectVfsComponentContext. toFileObject(java.io.File file)Returns aFileObjectfor a local file.Constructors in org.apache.commons.vfs2.provider that throw FileSystemException Constructor Description DelegateFileObject(AbstractFileName name, AFS fileSystem, FileObject file) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.bzip2
Methods in org.apache.commons.vfs2.provider.bzip2 that throw FileSystemException Modifier and Type Method Description protected FileObjectBzip2FileSystem. createFile(AbstractFileName name)protected FileSystemBzip2FileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.compressed
Methods in org.apache.commons.vfs2.provider.compressed that throw FileSystemException Modifier and Type Method Description voidCompressedFileFileObject. createFile()protected abstract FileObjectCompressedFileFileSystem. createFile(AbstractFileName name)Creates a file object.protected abstract FileSystemCompressedFileFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)protected FileSystemCompressedFileFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.protected FileTypeCompressedFileFileObject. doGetType()Returns the file's type.booleanCompressedFileFileObject. isWriteable()Determines if this file can be written to. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that throw FileSystemException Modifier and Type Method Description protected abstract CFtpClientFactory.ConnectionFactory. createClient(FileSystemOptions fileSystemOptions)protected org.apache.commons.net.ftp.FTPClientFTPClientWrapper. createClient(GenericFileName rootName, UserAuthenticationData authData)CFtpClientFactory.ConnectionFactory. createConnection(java.lang.String hostname, int port, char[] username, char[] password, java.lang.String workingDirectory, FileSystemOptions fileSystemOptions)static org.apache.commons.net.ftp.FTPClientFtpClientFactory. createConnection(java.lang.String hostname, int port, char[] username, char[] password, java.lang.String workingDirectory, FileSystemOptions fileSystemOptions)Creates a new connection to the server.protected FileObjectFtpFileSystem. createFile(AbstractFileName name)Creates a file object.protected FTPClientWrapperFtpFileSystem. createWrapper()Get the wrapper to access this file system.protected FileSystemFtpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem.FileObject[]FtpFileObject. getChildren()Returns the file's list of children.FtpClientFtpFileSystem. getClient()Creates an FTP client to use.booleanFtpClient. isConnected()booleanFTPClientWrapper. isConnected()voidFtpFileObject. refresh()Constructors in org.apache.commons.vfs2.provider.ftp that throw FileSystemException Constructor Description FTPClientWrapper(GenericFileName root, FileSystemOptions fileSystemOptions)FtpFileObject(AbstractFileName name, FtpFileSystem fileSystem, FileName rootName) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.ftps
Methods in org.apache.commons.vfs2.provider.ftps that throw FileSystemException Modifier and Type Method Description static org.apache.commons.net.ftp.FTPSClientFtpsClientFactory. createConnection(java.lang.String hostname, int port, char[] username, char[] password, java.lang.String workingDirectory, FileSystemOptions fileSystemOptions)Creates a new connection to the server.protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapperFtpsFileSystem. createWrapper()protected FileSystemFtpsFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.gzip
Methods in org.apache.commons.vfs2.provider.gzip that throw FileSystemException Modifier and Type Method Description protected FileObjectGzipFileSystem. createFile(AbstractFileName name)protected FileSystemGzipFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that throw FileSystemException Modifier and Type Method Description FileContentInfoHttpFileContentInfoFactory. create(FileContent fileContent)static org.apache.commons.httpclient.HttpClientHttpClientFactory. createConnection(java.lang.String scheme, java.lang.String hostname, int port, java.lang.String username, java.lang.String password, FileSystemOptions fileSystemOptions)static org.apache.commons.httpclient.HttpClientHttpClientFactory. createConnection(HttpFileSystemConfigBuilder builder, java.lang.String scheme, java.lang.String hostname, int port, java.lang.String username, java.lang.String password, FileSystemOptions fileSystemOptions)Creates a new connection to the server.protected FileSystemHttpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates aFileSystem.protected voidHttpFileObject. setupMethod(org.apache.commons.httpclient.HttpMethod method)Prepares a HttpMethod object. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.jar
Methods in org.apache.commons.vfs2.provider.jar that throw FileSystemException Modifier and Type Method Description protected java.util.zip.ZipFileJarFileSystem. createZipFile(java.io.File file)protected ZipFileObjectJarFileSystem. createZipFileObject(AbstractFileName name, java.util.zip.ZipEntry entry)protected FileSystemJarFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.java.lang.ObjectJarFileSystem. getAttribute(java.lang.String attrName)Retrives the attribute with the specified name.protected java.util.zip.ZipFileJarFileSystem. getZipFile()Constructors in org.apache.commons.vfs2.provider.jar that throw FileSystemException Constructor Description JarFileObject(AbstractFileName name, java.util.zip.ZipEntry entry, JarFileSystem fs, boolean zipExists)JarFileSystem(AbstractFileName rootName, FileObject file, FileSystemOptions fileSystemOptions)JarURLConnectionImpl(JarFileObject file, FileContent content) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local that throw FileSystemException Modifier and Type Method Description protected FileObjectLocalFileSystem. createFile(AbstractFileName name)Creates a file object.protected FileSystemDefaultLocalFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem.protected longLocalFile. doGetLastModifiedTime()Gets the last modified time of this file.protected booleanLocalFile. doIsReadable()Determines if this file can be read.protected booleanLocalFile. doIsSameFile(FileObject destFile)protected booleanLocalFile. doIsWriteable()Determines if this file can be written to.protected booleanLocalFile. doSetLastModifiedTime(long modtime)Sets the last modified time of this file.protected java.lang.StringGenericFileNameParser. extractRootPrefix(java.lang.String uri, java.lang.StringBuilder name)Pops the root prefix off a URI, which has had the scheme removed.protected abstract java.lang.StringLocalFileNameParser. extractRootPrefix(java.lang.String uri, java.lang.StringBuilder name)Pops the root prefix off a URI, which has had the scheme removed.protected java.lang.StringWindowsFileNameParser. extractRootPrefix(java.lang.String uri, java.lang.StringBuilder name)Pops the root prefix off a URI, which has had the scheme removed.FileObjectDefaultLocalFileProvider. findLocalFile(java.io.File file)Finds a local file.FileObjectDefaultLocalFileProvider. findLocalFile(java.lang.String name)Finds a local file, from its local name.FileNameLocalFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)Constructors in org.apache.commons.vfs2.provider.local that throw FileSystemException Constructor Description LocalFile(LocalFileSystem fileSystem, java.lang.String rootFile, AbstractFileName name)Creates a non-root file. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.ram
Methods in org.apache.commons.vfs2.provider.ram that throw FileSystemException Modifier and Type Method Description protected FileSystemRamFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)voidRamFileSystem. importTree(java.io.File file)Import a Tree. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.res
Methods in org.apache.commons.vfs2.provider.res that throw FileSystemException Modifier and Type Method Description FileObjectResourceFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that throw FileSystemException Modifier and Type Method Description static com.jcraft.jsch.SessionSftpClientFactory. createConnection(java.lang.String hostname, int port, char[] username, char[] password, FileSystemOptions fileSystemOptions)Creates a new connection to the server.protected FileObjectSftpFileSystem. createFile(AbstractFileName name)Creates a file object.protected FileSystemSftpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates aFileSystem.voidSftpFileProvider. init()Initializes the component.voidSftpFileObject. refresh()voidSftpFileSystemConfigBuilder. setCompression(FileSystemOptions opts, java.lang.String compression)Configures the compression algorithms to use.voidSftpFileSystemConfigBuilder. setIdentities(FileSystemOptions opts, java.io.File... identityFiles)Deprecated.voidSftpFileSystemConfigBuilder. setIdentityInfo(FileSystemOptions opts, IdentityInfo... identites)Sets the identity info (your private key files).voidSftpFileSystemConfigBuilder. setIdentityRepositoryFactory(FileSystemOptions opts, IdentityRepositoryFactory factory)Set the identity repository.voidSftpFileSystemConfigBuilder. setKnownHosts(FileSystemOptions opts, java.io.File knownHosts)Sets the known_hosts file.voidSftpFileSystemConfigBuilder. setStrictHostKeyChecking(FileSystemOptions opts, java.lang.String hostKeyChecking)Configures the host key checking to use.Constructors in org.apache.commons.vfs2.provider.sftp that throw FileSystemException Constructor Description SftpFileObject(AbstractFileName name, SftpFileSystem fileSystem) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.tar
Methods in org.apache.commons.vfs2.provider.tar that throw FileSystemException Modifier and Type Method Description protected FileObjectTarFileSystem. createFile(AbstractFileName name)Creates a file object.protected org.apache.commons.compress.archivers.tar.TarArchiveInputStreamTarFileSystem. createTarFile(java.io.File file)protected TarFileObjectTarFileSystem. createTarFileObject(AbstractFileName name, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)protected FileSystemTarFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.java.io.InputStreamTarFileSystem. getInputStream(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)protected org.apache.commons.compress.archivers.tar.TarArchiveInputStreamTarFileSystem. getTarFile()voidTarFileSystem. init()booleanTarFileObject. isWriteable()Determines if this file can be written to.protected voidTarFileSystem. resetTarFile()Constructors in org.apache.commons.vfs2.provider.tar that throw FileSystemException Constructor Description TarFileObject(AbstractFileName name, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, TarFileSystem fs, boolean tarExists)TarFileSystem(AbstractFileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileSystemException in org.apache.commons.vfs2.provider.temp
Methods in org.apache.commons.vfs2.provider.temp that throw FileSystemException Modifier and Type Method Description FileObjectTemporaryFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions properties)Locates a file object, by absolute URI. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url that throw FileSystemException Modifier and Type Method Description protected java.net.URLUrlFileObject. createURL(FileName name)FileObjectUrlFileProvider. findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions)Locates a file object, by absolute URI.FileNameUrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)Parse a URI. -
Uses of FileSystemException in org.apache.commons.vfs2.provider.zip
Methods in org.apache.commons.vfs2.provider.zip that throw FileSystemException Modifier and Type Method Description protected FileObjectZipFileSystem. createFile(AbstractFileName name)Creates a file object.protected java.util.zip.ZipFileZipFileSystem. createZipFile(java.io.File file)protected ZipFileObjectZipFileSystem. createZipFileObject(AbstractFileName name, java.util.zip.ZipEntry entry)protected FileSystemZipFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.protected java.util.zip.ZipFileZipFileSystem. getZipFile()voidZipFileSystem. init()booleanZipFileObject. isWriteable()Determines if this file can be written to.Constructors in org.apache.commons.vfs2.provider.zip that throw FileSystemException Constructor Description ZipFileObject(AbstractFileName name, java.util.zip.ZipEntry entry, ZipFileSystem fs, boolean zipExists)ZipFileSystem(AbstractFileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileSystemException in org.apache.commons.vfs2.tasks
Methods in org.apache.commons.vfs2.tasks that throw FileSystemException Modifier and Type Method Description protected voidCopyTask. handleOutOfDateFile(FileObject srcFile, FileObject destFile)Handles an out-of-date file.protected voidMoveTask. handleOutOfDateFile(FileObject srcFile, FileObject destFile)Handles a single source file.protected voidCopyTask. handleUpToDateFile(FileObject srcFile, FileObject destFile)Handles an up-to-date file.protected FileObjectVfsTask. resolveFile(java.lang.String uri)Resolves a URI to a file, relative to the project's base directory. -
Uses of FileSystemException in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that throw FileSystemException Modifier and Type Method Description protected voidMonitorOutputStream. assertOpen()Check if file is still open.static AbstractFileObjectFileObjectUtils. getAbstractFileObject(FileObject fileObject)Get access to the base object even if decorated.static booleanFileObjectUtils. isInstanceOf(FileObject fileObject, java.lang.Class<?> wantedClass)Check if the given FileObject is instance of given class argument.voidDelegatingFileSystemOptionsBuilder. setConfigClass(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.Class<?> className)Set a single class value.
The class has to implement a no-args constructor, else the instantiation might fail.voidDelegatingFileSystemOptionsBuilder. setConfigClasses(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.Class<?>[] classNames)Set an array of class values.
The class has to implement a no-args constructor, else the instantiation might fail.voidDelegatingFileSystemOptionsBuilder. setConfigString(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.String value)Set a single string value.voidDelegatingFileSystemOptionsBuilder. setConfigStrings(FileSystemOptions fso, java.lang.String scheme, java.lang.String name, java.lang.String[] values)Set an array of string value.
-