public class HttpFileSystem extends AbstractFileSystem implements FileSystem
Modifier | Constructor and Description |
---|---|
protected |
HttpFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
FileSystemOptions fileSystemOptions) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCapabilities(java.util.Collection caps)
Adds the capabilities of this file system.
|
protected FileObject |
createFile(FileName name)
Creates a file object.
|
protected org.apache.commons.httpclient.HttpClient |
getClient() |
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute
getContext, getLogger, setContext, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addJunction, addListener, getAttribute, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute
protected HttpFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
protected void addCapabilities(java.util.Collection caps)
addCapabilities
in class AbstractFileSystem
protected org.apache.commons.httpclient.HttpClient getClient()
protected FileObject createFile(FileName name) throws java.lang.Exception
createFile
in class AbstractFileSystem
java.lang.Exception