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.fsMethods in org.apache.jackrabbit.vault.fs with parameters of type VaultFsConfig Modifier and Type Method Description static 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.apiMethods in org.apache.jackrabbit.vault.fs.api that return VaultFsConfig Modifier and Type Method Description VaultFsConfigAggregateManager. getConfig()Returns the configVaultFsConfigVaultFileSystem. getConfig()Returns the vault configuration that is used
- 
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.configClasses in org.apache.jackrabbit.vault.fs.config that implement VaultFsConfig Modifier and Type Class Description classAbstractVaultFsConfigJcrFsConfig...Methods in org.apache.jackrabbit.vault.fs.config that return VaultFsConfig Modifier and Type Method Description VaultFsConfigDefaultMetaInf. getConfig()Returns the vault config.@Nullable VaultFsConfigMetaInf. getConfig()Returns the vault config.static VaultFsConfigAbstractVaultFsConfig. load(File file)static 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 Modifier and Type Method Description voidDefaultMetaInf. setConfig(VaultFsConfig config)
- 
Uses of VaultFsConfig in org.apache.jackrabbit.vault.fs.implMethods in org.apache.jackrabbit.vault.fs.impl that return VaultFsConfig Modifier and Type Method Description VaultFsConfigAggregateManagerImpl. getConfig()VaultFsConfigVaultFileSystemImpl. 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 VaultFsConfig Modifier and Type Method Description static 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.
 
-