public abstract class CompositeFileProvider extends AbstractFileProvider
| Constructor and Description |
|---|
CompositeFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
FileObject |
findFile(FileObject baseFile,
String uri,
FileSystemOptions fileSystemOptions)
Locates a file object, by absolute URI.
|
protected abstract String[] |
getSchemes()
The schemes known.
|
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapabilitiesprotected abstract String[] getSchemes()
public FileObject findFile(FileObject baseFile, String uri, FileSystemOptions fileSystemOptions) throws FileSystemException
baseFile - The base FileObject.uri - The file to find.fileSystemOptions - The options for the FileSystem.FileSystemException - if an error occurs.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.