Uses of Class
org.apache.jackrabbit.vault.fs.api.RepositoryAddress
- 
- 
Uses of RepositoryAddress in org.apache.jackrabbit.vault.fsMethods in org.apache.jackrabbit.vault.fs with parameters of type RepositoryAddress 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 RepositoryAddress in org.apache.jackrabbit.vault.fs.apiMethods in org.apache.jackrabbit.vault.fs.api that return RepositoryAddress Modifier and Type Method Description RepositoryAddressAggregateManager. getMountpoint()Returns the repository address of the mountpoint of this artifacts node tree.RepositoryAddressAggregate. getRepositoryAddress()Returns the (absolute) repository address to the node that this artifact node represents.@NotNull RepositoryAddressRepositoryAddress. 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 RepositoryRepositoryFactory. createRepository(RepositoryAddress address)RepositoryRepositoryFactory. createRepository(RepositoryAddress address, ConnectionOptions options)
- 
Uses of RepositoryAddress in org.apache.jackrabbit.vault.fs.implMethods in org.apache.jackrabbit.vault.fs.impl that return RepositoryAddress Modifier and Type Method Description RepositoryAddressAggregateManagerImpl. getMountpoint()RepositoryAddressAggregateImpl. getRepositoryAddress()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type RepositoryAddress 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.
- 
Uses of RepositoryAddress in org.apache.jackrabbit.vault.rcpMethods in org.apache.jackrabbit.vault.rcp that return RepositoryAddress Modifier and Type Method Description RepositoryAddressRcpTask. getSource()Methods in org.apache.jackrabbit.vault.rcp with parameters of type RepositoryAddress Modifier and Type Method Description RcpTaskRcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)RcpTaskRcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)RcpTaskRcpTaskManager. 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.implMethods in org.apache.jackrabbit.vault.rcp.impl that return RepositoryAddress Modifier and Type Method Description RepositoryAddressRcpTaskImpl. getSource()Methods in org.apache.jackrabbit.vault.rcp.impl with parameters of type RepositoryAddress Modifier and Type Method Description RcpTaskRcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)RcpTaskRcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, WorkspaceFilter srcFilter, @Nullable Boolean recursive)RcpTaskRcpTaskManagerImpl. 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.utilMethods in org.apache.jackrabbit.vault.util with parameters of type RepositoryAddress Modifier and Type Method Description voidRepositoryCopier. copy(RepositoryAddress src, RepositoryAddress dst, boolean recursive)CredentialsCredentialsProvider. getCredentials(RepositoryAddress mountpoint)RepositoryRepositoryProvider. getRepository(RepositoryAddress address)RepositoryRepositoryProvider. getRepository(RepositoryAddress address, ConnectionOptions options)
- 
Uses of RepositoryAddress in org.apache.jackrabbit.vault.vltMethods in org.apache.jackrabbit.vault.vlt that return RepositoryAddress Modifier and Type Method Description RepositoryAddressVltContext. getMountpoint()Methods in org.apache.jackrabbit.vault.vlt with parameters of type RepositoryAddress Modifier and Type Method Description CredentialsConfigCredentialsStore. getCredentials(RepositoryAddress mountpoint)VaultFileSystemVltContext. getFileSystem(RepositoryAddress mountpoint)SessionVltContext. login(RepositoryAddress mountpoint)voidVltContext. setMountpoint(RepositoryAddress addr)voidConfigCredentialsStore. storeCredentials(RepositoryAddress mountpoint, Credentials creds)voidCredentialsStore. storeCredentials(RepositoryAddress mountpoint, Credentials creds)
 
-