Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFsConfig
-
Packages that use VaultFsConfig Package Description org.apache.jackrabbit.vault.fs org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.config org.apache.jackrabbit.vault.fs.impl -
-
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type VaultFsConfig 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 VaultFsConfig in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultFsConfig Modifier and Type Method Description VaultFsConfig
AggregateManager. getConfig()
Returns the configVaultFsConfig
VaultFileSystem. getConfig()
Returns the vault configuration that is used -
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.config
Classes in org.apache.jackrabbit.vault.fs.config that implement VaultFsConfig Modifier and Type Class Description class
AbstractVaultFsConfig
JcrFsConfig
...Methods in org.apache.jackrabbit.vault.fs.config that return VaultFsConfig Modifier and Type Method Description VaultFsConfig
DefaultMetaInf. getConfig()
Returns the vault config.@Nullable VaultFsConfig
MetaInf. getConfig()
Returns the vault config.static VaultFsConfig
AbstractVaultFsConfig. load(File file)
static VaultFsConfig
AbstractVaultFsConfig. load(InputStream in, String name)
The specified stream remains open after this method returns.Methods in org.apache.jackrabbit.vault.fs.config with parameters of type VaultFsConfig Modifier and Type Method Description void
DefaultMetaInf. setConfig(VaultFsConfig config)
-
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFsConfig Modifier and Type Method Description VaultFsConfig
AggregateManagerImpl. getConfig()
VaultFsConfig
VaultFileSystemImpl. getConfig()
static VaultFsConfig
AggregateManagerImpl. getDefaultBinaryReferencesConfig()
Returns the default configstatic VaultFsConfig
AggregateManagerImpl. getDefaultConfig()
Returns the default configMethods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFsConfig Modifier and Type Method Description static AggregateManager
AggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, Repository rep, Credentials credentials, RepositoryAddress mountpoint)
Creates a new artifact manager that is rooted at the given path using the provided repository, credentials and workspace to create the session.static AggregateManager
AggregateManagerImpl. mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, Session session)
Creates a new artifact manager that is rooted at the given node.
-