Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFileSystem
-
-
Uses of VaultFileSystem in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFileSystem Modifier and Type Method Description VaultFileSystem
VaultFsApp. getVaultFileSystem()
-
Uses of VaultFileSystem in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs that return VaultFileSystem Modifier and Type Method Description static VaultFileSystem
Mounter. mount(VaultFsConfig config, WorkspaceFilter wspFilter, Repository rep, Credentials credentials, RepositoryAddress mountpoint, String rootPath)
Mounts a new Vault filesystem that is rooted at the given path using the provided repository, credentials and workspace to create the session.static VaultFileSystem
Mounter. mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, String rootPath, Session session)
Mounts a new Vault filesystem on the given repository node. -
Uses of VaultFileSystem in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultFileSystem Modifier and Type Method Description VaultFileSystem
VaultFile. getFileSystem()
Returns the underlying file system. -
Uses of VaultFileSystem in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement VaultFileSystem Modifier and Type Class Description class
VaultFileSystemImpl
The Vault filesystem provides an additional abstraction layer on top of the artifacts manager tree.Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFileSystem Modifier and Type Method Description VaultFileSystem
VaultFileImpl. getFileSystem()
Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileSystem Constructor Description TransactionImpl(VaultFileSystem fs)
VaultFileImpl(VaultFileSystem fs, String rootPath, VaultFileNode node)
Internal constructor for the root fileVaultFileImpl(VaultFileSystem fs, String name, VaultFileNode node, Artifact artifact)
Internal constructor -
Uses of VaultFileSystem in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VaultFileSystem Modifier and Type Method Description VaultFileSystem
VltContext. getFileSystem(RepositoryAddress mountpoint)
-