Uses of Interface
org.eclipse.aether.SyncContext
Packages that use 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
Methods in org.eclipse.aether that return SyncContextModifier and TypeMethodDescriptionRepositorySystem.newSyncContext
(RepositorySystemSession session, boolean shared) Creates a new synchronization context. -
Uses of SyncContext in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return SyncContextModifier and TypeMethodDescriptionDefaultRepositorySystem.newSyncContext
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext
Methods in org.eclipse.aether.internal.impl.synccontext that return SyncContextModifier and TypeMethodDescriptionDefaultSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext.named
Methods in org.eclipse.aether.internal.impl.synccontext.named that return SyncContextModifier and TypeMethodDescriptionNamedLockFactoryAdapter.newInstance
(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.spi.synccontext
Methods in org.eclipse.aether.spi.synccontext that return SyncContextModifier and TypeMethodDescriptionSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) Creates a new synchronization context.