public class DavexFsProvider extends AbstractJackrabbitFsProvider
| Constructor and Description |
|---|
DavexFsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.FileSystem |
getFileSystem(java.net.URI uri) |
java.nio.file.Path |
getPath(java.net.URI uri) |
java.lang.String |
getScheme() |
static void |
main(java.lang.String[] args) |
java.nio.file.FileSystem |
newFileSystem(java.net.URI uri,
java.util.Map<java.lang.String,?> env) |
checkAccess, copy, createDirectory, delete, discardChanges, getFileAttributeView, getFileStore, getUserHome, isHidden, isSameFile, move, newByteChannel, newDirectoryStream, readAttributes, readAttributes, save, setAttribute, toNodepublic java.lang.String getScheme()
getScheme in class java.nio.file.spi.FileSystemProviderpublic java.nio.file.FileSystem newFileSystem(java.net.URI uri,
java.util.Map<java.lang.String,?> env)
throws java.io.IOException
newFileSystem in class java.nio.file.spi.FileSystemProviderjava.io.IOExceptionpublic java.nio.file.FileSystem getFileSystem(java.net.URI uri)
getFileSystem in class java.nio.file.spi.FileSystemProviderpublic java.nio.file.Path getPath(java.net.URI uri)
getPath in class java.nio.file.spi.FileSystemProviderpublic static void main(java.lang.String[] args)
Copyright © 2007–2020. All rights reserved.