public class JackrabbitMemoryFsProvider extends AbstractJackrabbitFsProvider
| Constructor and Description |
|---|
JackrabbitMemoryFsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.FileSystem |
getFileSystem(java.net.URI uri) |
java.nio.file.Path |
getPath(java.net.URI uri) |
Repository |
getRepository() |
java.lang.String |
getScheme() |
Session |
login() |
java.nio.file.FileSystem |
newFileSystem(java.net.URI uri,
java.util.Map<java.lang.String,?> env) |
protected void |
postRepositoryCreation(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl)
Called after the repository has been created and before the file system is
created.
|
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 Repository getRepository()
public Session login() throws RepositoryException
RepositoryExceptionprotected void postRepositoryCreation(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl)
throws RepositoryException
RepositoryExceptionCopyright © 2007–2020. All rights reserved.