Uses of Class
org.apache.jackrabbit.vault.fs.api.RepositoryAddress
-
-
Uses of RepositoryAddress in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type RepositoryAddress 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 RepositoryAddress in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return RepositoryAddress Modifier and Type Method Description RepositoryAddress
AggregateManager. getMountpoint()
Returns the repository address of the mountpoint of this artifacts node tree.RepositoryAddress
Aggregate. getRepositoryAddress()
Returns the (absolute) repository address to the node that this artifact node represents.@NotNull RepositoryAddress
RepositoryAddress. resolve(@Nullable String path)
Returns a new repository address with the given path.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type RepositoryAddress Modifier and Type Method Description Repository
RepositoryFactory. createRepository(RepositoryAddress address)
Repository
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 RepositoryAddress Modifier and Type Method Description RepositoryAddress
AggregateManagerImpl. getMountpoint()
RepositoryAddress
AggregateImpl. getRepositoryAddress()
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type RepositoryAddress 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. -
Uses of RepositoryAddress in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that return RepositoryAddress Modifier and Type Method Description RepositoryAddress
RcpTask. getSource()
Methods in org.apache.jackrabbit.vault.rcp with parameters of type RepositoryAddress Modifier and Type Method Description RcpTask
RcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)
RcpTask
RcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)
RcpTask
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 RepositoryAddress Modifier and Type Method Description RepositoryAddress
RcpTaskImpl. getSource()
Methods in org.apache.jackrabbit.vault.rcp.impl with parameters of type RepositoryAddress Modifier and Type Method Description RcpTask
RcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)
RcpTask
RcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)
RcpTask
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 RepositoryAddress Constructor Description RcpTaskImpl(@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 RepositoryAddress Modifier and Type Method Description void
RepositoryCopier. copy(RepositoryAddress src, RepositoryAddress dst, boolean recursive)
Credentials
CredentialsProvider. getCredentials(RepositoryAddress mountpoint)
Repository
RepositoryProvider. getRepository(RepositoryAddress address)
Repository
RepositoryProvider. getRepository(RepositoryAddress address, ConnectionOptions options)
-
Uses of RepositoryAddress in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return RepositoryAddress Modifier and Type Method Description RepositoryAddress
VltContext. getMountpoint()
Methods in org.apache.jackrabbit.vault.vlt with parameters of type RepositoryAddress Modifier and Type Method Description Credentials
ConfigCredentialsStore. getCredentials(RepositoryAddress mountpoint)
VaultFileSystem
VltContext. getFileSystem(RepositoryAddress mountpoint)
Session
VltContext. login(RepositoryAddress mountpoint)
void
VltContext. setMountpoint(RepositoryAddress addr)
void
ConfigCredentialsStore. storeCredentials(RepositoryAddress mountpoint, Credentials creds)
void
CredentialsStore. storeCredentials(RepositoryAddress mountpoint, Credentials creds)
-