Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
Modifier and Type | Method and Description |
---|---|
SyncContext |
RepositorySystem.newSyncContext(RepositorySystemSession session,
boolean shared)
Creates a new synchronization context.
|
Modifier and Type | Method and Description |
---|---|
SyncContext |
SyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared)
Creates a new synchronization context.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DefaultSyncContextFactory.DefaultSyncContext |
Modifier and Type | Method and Description |
---|---|
SyncContext |
DefaultSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared) |
SyncContext |
DefaultRepositorySystem.newSyncContext(RepositorySystemSession session,
boolean shared) |
Modifier and Type | Method and Description |
---|---|
private DeployResult |
DefaultDeployer.deploy(SyncContext syncContext,
RepositorySystemSession session,
DeployRequest request) |
private InstallResult |
DefaultInstaller.install(SyncContext syncContext,
RepositorySystemSession session,
InstallRequest request) |