public abstract class CompositeFileProvider extends AbstractFileProvider
Constructor and Description |
---|
CompositeFileProvider()
Constructs a new instance.
|
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, setFileNameParser
addComponent, removeComponent
getContext, getLogger, init, setContext, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCapabilities
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.protected abstract String[] getSchemes()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.