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.
|
org.eclipse.aether.synccontext |
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 | Method and Description |
---|---|
SyncContext |
DefaultSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared) |
SyncContext |
DefaultRepositorySystem.newSyncContext(RepositorySystemSession session,
boolean shared) |
Modifier and Type | Method and Description |
---|---|
SyncContext |
RedissonSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared) |
SyncContext |
GlobalSyncContextFactory.newInstance(RepositorySystemSession session,
boolean shared) |
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.