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) Methods in org.eclipse.aether.internal.impl with parameters of type SyncContextModifier and TypeMethodDescriptionprivate DeployResult
DefaultDeployer.deploy
(SyncContext syncContext, RepositorySystemSession session, DeployRequest request) private InstallResult
DefaultInstaller.install
(SyncContext syncContext, RepositorySystemSession session, InstallRequest request) private List
<ArtifactResult> DefaultArtifactResolver.resolve
(SyncContext shared, SyncContext exclusive, Collection<Artifact> subjects, RepositorySystemSession session, Collection<? extends ArtifactRequest> requests) private List
<MetadataResult> DefaultMetadataResolver.resolve
(SyncContext shared, SyncContext exclusive, Collection<Metadata> subjects, RepositorySystemSession session, Collection<? extends MetadataRequest> requests) -
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.legacy
Methods in org.eclipse.aether.internal.impl.synccontext.legacy that return SyncContextModifier and TypeMethodDescriptionDefaultSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) Deprecated. -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement SyncContextModifier and TypeClassDescriptionprivate static class
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.