Uses of Class
org.apache.jackrabbit.vault.fs.api.RepositoryAddress
Packages that use RepositoryAddress
Package
Description
-
Uses of RepositoryAddress in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type RepositoryAddressModifier 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 RepositoryAddress in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return RepositoryAddressModifier and TypeMethodDescriptionAggregateManager.getMountpoint()Returns the repository address of the mountpoint of this artifacts node tree.Aggregate.getRepositoryAddress()Returns the (absolute) repository address to the node that this artifact node represents.@NotNull RepositoryAddressReturns a new repository address with the given path.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type RepositoryAddressModifier and TypeMethodDescriptionRepositoryFactory.createRepository(RepositoryAddress address) RepositoryFactory.createRepository(RepositoryAddress address, ConnectionOptions options) -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return RepositoryAddressModifier and TypeMethodDescriptionAggregateManagerImpl.getMountpoint()AggregateImpl.getRepositoryAddress()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type RepositoryAddressModifier 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. -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that return RepositoryAddressMethods in org.apache.jackrabbit.vault.rcp with parameters of type RepositoryAddressModifier and TypeMethodDescriptionRcpTaskManager.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive) RcpTaskManager.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskManager.editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.rcp.impl
Methods in org.apache.jackrabbit.vault.rcp.impl that return RepositoryAddressMethods in org.apache.jackrabbit.vault.rcp.impl with parameters of type RepositoryAddressModifier and TypeMethodDescriptionRcpTaskManagerImpl.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive) RcpTaskManagerImpl.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskManagerImpl.editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) Constructors in org.apache.jackrabbit.vault.rcp.impl with parameters of type RepositoryAddressModifierConstructorDescriptionRcpTaskImpl(@NotNull RcpTaskImpl oldTask, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive) RcpTaskImpl(ClassLoader classLoader, RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive) RcpTaskImpl(ClassLoader dynLoader, RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive) -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util with parameters of type RepositoryAddressModifier and TypeMethodDescriptionvoidRepositoryCopier.copy(RepositoryAddress src, RepositoryAddress dst, boolean recursive) CredentialsProvider.getCredentials(RepositoryAddress mountpoint) RepositoryProvider.getRepository(RepositoryAddress address) RepositoryProvider.getRepository(RepositoryAddress address, ConnectionOptions options) -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return RepositoryAddressMethods in org.apache.jackrabbit.vault.vlt with parameters of type RepositoryAddressModifier and TypeMethodDescriptionConfigCredentialsStore.getCredentials(RepositoryAddress mountpoint) VltContext.getFileSystem(RepositoryAddress mountpoint) VltContext.login(RepositoryAddress mountpoint) voidVltContext.setMountpoint(RepositoryAddress addr) voidConfigCredentialsStore.storeCredentials(RepositoryAddress mountpoint, Credentials creds) voidCredentialsStore.storeCredentials(RepositoryAddress mountpoint, Credentials creds)