FileProvider
, VfsComponent
Tbz2FileProvider
, TgzFileProvider
public abstract class CompositeFileProvider extends AbstractFileProvider
Constructor | Description |
---|---|
CompositeFileProvider() |
Modifier and Type | Method | Description |
---|---|---|
FileObject |
findFile(FileObject baseFile,
java.lang.String uri,
FileSystemOptions fileSystemOptions) |
Locates a file object, by absolute URI.
|
protected abstract java.lang.String[] |
getSchemes() |
The schemes to use for resolve
|
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
getContext, getLogger, init, setContext, setLogger
addComponent, removeComponent
getCapabilities
protected abstract java.lang.String[] getSchemes()
public FileObject findFile(FileObject baseFile, java.lang.String uri, FileSystemOptions fileSystemOptions) throws FileSystemException
baseFile
- The base file to use for resolving the individual parts of
a compound URI.uri
- The absolute URI of the file to find.FileSystemException