Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFsConfig
Packages that use VaultFsConfig
Package
Description
-
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type VaultFsConfigModifier 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 VaultFsConfig in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultFsConfig -
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.config
Classes in org.apache.jackrabbit.vault.fs.config that implement VaultFsConfigMethods in org.apache.jackrabbit.vault.fs.config that return VaultFsConfigModifier and TypeMethodDescriptionDefaultMetaInf.getConfig()Returns the vault config.@Nullable VaultFsConfigMetaInf.getConfig()Returns the vault config.static VaultFsConfigstatic VaultFsConfigAbstractVaultFsConfig.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 -
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFsConfigModifier and TypeMethodDescriptionAggregateManagerImpl.getConfig()VaultFileSystemImpl.getConfig()static VaultFsConfigAggregateManagerImpl.getDefaultBinaryReferencesConfig()Returns the default configstatic VaultFsConfigAggregateManagerImpl.getDefaultConfig()Returns the default configMethods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFsConfigModifier and TypeMethodDescriptionstatic AggregateManagerAggregateManagerImpl.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 AggregateManagerAggregateManagerImpl.mount(VaultFsConfig config, WorkspaceFilter wspFilter, RepositoryAddress mountpoint, Session session) Creates a new artifact manager that is rooted at the given node.