Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.synccontext | |
org.eclipse.aether.internal.impl.synccontext.legacy | |
org.eclipse.aether.internal.impl.synccontext.named | |
org.eclipse.aether.spi.synccontext |
The contract for synchronization context implementations.
|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
SyncContext |
DefaultSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared) |
Modifier and Type | Method and Description |
---|---|
SyncContext |
DefaultSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
private static class |
NamedLockFactoryAdapter.AdaptedLockSyncContext |
Modifier and Type | Method and Description |
---|---|
SyncContext |
NamedLockFactoryAdapter.newInstance(RepositorySystemSession session,
boolean shared) |
Modifier and Type | Method and Description |
---|---|
SyncContext |
SyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared)
Creates a new synchronization context.
|