org.apache.commons.vfs2.provider
Class CompositeFileProvider
java.lang.Object
org.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.CompositeFileProvider
- All Implemented Interfaces:
- FileProvider, VfsComponent
- Direct Known Subclasses:
- Tbz2FileProvider, TgzFileProvider
public abstract class CompositeFileProvider
- extends AbstractFileProvider
Description.
- Author:
- Commons VFS team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFileProvider
public CompositeFileProvider()
getSchemes
protected abstract String[] getSchemes()
- The schemes to use for resolve
findFile
public FileObject findFile(FileObject baseFile,
String uri,
FileSystemOptions fileSystemOptions)
throws FileSystemException
- Locates a file object, by absolute URI.
- Parameters:
baseFile
- The base FileObject.uri
- The file to find.fileSystemOptions
- The options for the FileSystem.
- Returns:
- A FileObject for the located file.
- Throws:
FileSystemException
- if an error occurs.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.