Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFileSystem
Packages that use VaultFileSystem
Package
Description
-
Uses of VaultFileSystem in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFileSystem -
Uses of VaultFileSystem in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs that return VaultFileSystemModifier and TypeMethodDescriptionstatic VaultFileSystemMounter.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 VaultFileSystemMounter.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 -
Uses of VaultFileSystem in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement VaultFileSystemModifier and TypeClassDescriptionclassThe Vault filesystem provides an additional abstraction layer on top of the artifacts manager tree.Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFileSystemConstructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileSystemModifierConstructorDescriptionprotectedVaultFileImpl(VaultFileSystem fs, String rootPath, VaultFileNode node) Internal constructor for the root fileprotectedVaultFileImpl(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