Uses of Interface
org.eclipse.aether.SyncContext
Package
Description
The primary API of the
RepositorySystem
and its functionality.The various sub components that collectively implement the repository system.
The contract for synchronization context implementations.
-
Uses of SyncContext in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.newSyncContext
(RepositorySystemSession session, boolean shared) Creates a new synchronization context. -
Uses of SyncContext in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.newSyncContext
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext
Modifier and TypeMethodDescriptionDefaultSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext.named
Modifier and TypeMethodDescriptionNamedLockFactoryAdapter.newInstance
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.spi.synccontext
Modifier and TypeMethodDescriptionSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) Creates a new synchronization context.