Uses of Interface
org.eclipse.aether.SyncContext
Packages that use SyncContext
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
-
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.impl
Methods in org.eclipse.aether.impl that return SyncContextModifier and TypeMethodDescriptionSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) Creates a new synchronization context. -
Uses of SyncContext in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement SyncContextModifier and TypeClassDescription(package private) static class
Methods in org.eclipse.aether.internal.impl that return SyncContextModifier and TypeMethodDescriptionDefaultSyncContextFactory.newInstance
(RepositorySystemSession session, boolean shared) DefaultRepositorySystem.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)