Uses of Interface
org.apache.jackrabbit.vault.fs.api.AggregateManager
Packages that use AggregateManager
-
Uses of AggregateManager in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return AggregateManagerModifier and TypeMethodDescriptionVaultFileSystem.getAggregateManager()Returns the attached artifacts manager.Aggregate.getManager()Returns the artifact manager this node belongs to. -
Uses of AggregateManager in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement AggregateManagerModifier and TypeClassDescriptionclassThe artifact manager exposes an artifact node tree using the configured aggregators and serializers.Methods in org.apache.jackrabbit.vault.fs.impl that return AggregateManagerModifier and TypeMethodDescriptionVaultFileSystemImpl.getAggregateManager()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.