Uses of Interface
org.eclipse.aether.SyncContext
-
Packages that use SyncContext Package Description org.eclipse.aether The primary API of theRepositorySystemand 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. -
-
Uses of SyncContext in org.eclipse.aether
Methods in org.eclipse.aether that return SyncContext Modifier and Type Method Description SyncContextRepositorySystem. 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 SyncContext Modifier and Type Method Description SyncContextSyncContextFactory. 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 SyncContext Modifier and Type Class Description (package private) static classDefaultSyncContextFactory.DefaultSyncContextMethods in org.eclipse.aether.internal.impl that return SyncContext Modifier and Type Method Description SyncContextDefaultSyncContextFactory. newInstance(RepositorySystemSession session, boolean shared)SyncContextDefaultRepositorySystem. newSyncContext(RepositorySystemSession session, boolean shared)Methods in org.eclipse.aether.internal.impl with parameters of type SyncContext Modifier and Type Method Description private DeployResultDefaultDeployer. deploy(SyncContext syncContext, RepositorySystemSession session, DeployRequest request)private InstallResultDefaultInstaller. install(SyncContext syncContext, RepositorySystemSession session, InstallRequest request)
-