Class HttpFileSystemProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
org.broadinstitute.http.nio.HttpAbstractFileSystemProvider
org.broadinstitute.http.nio.HttpFileSystemProvider
Read-only
FileSystemProvider for HTTP.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HttpAbstractFileSystemProvider
checkAccess, copy, createDirectory, delete, getFileAttributeView, getFileStore, getFileSystem, getPath, getSettings, isHidden, isSameFile, move, newByteChannel, newDirectoryStream, newFileSystem, readAttributes, readAttributes, setAttribute, setSettings, toStringMethods inherited from class FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
-
Field Details
-
SCHEME
-
-
Constructor Details
-
HttpFileSystemProvider
public HttpFileSystemProvider()
-
-
Method Details
-
getScheme
- Specified by:
getSchemein classHttpAbstractFileSystemProvider- Returns:
SCHEME.
-