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.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.legacy org.eclipse.aether.internal.impl.synccontext.named org.eclipse.aether.spi.synccontext The contract for synchronization context implementations. -
-
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.internal.impl
Methods in org.eclipse.aether.internal.impl that return SyncContext Modifier and Type Method Description 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) -
Uses of SyncContext in org.eclipse.aether.internal.impl.synccontext
Methods in org.eclipse.aether.internal.impl.synccontext that return SyncContext Modifier and Type Method Description SyncContextDefaultSyncContextFactory. 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 SyncContext Modifier and Type Method Description SyncContextDefaultSyncContextFactory. 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 SyncContext Modifier and Type Class Description private static classNamedLockFactoryAdapter.AdaptedLockSyncContextMethods in org.eclipse.aether.internal.impl.synccontext.named that return SyncContext Modifier and Type Method Description SyncContextNamedLockFactoryAdapter. newInstance(RepositorySystemSession session, boolean shared) -
Uses of SyncContext in org.eclipse.aether.spi.synccontext
Methods in org.eclipse.aether.spi.synccontext that return SyncContext Modifier and Type Method Description SyncContextSyncContextFactory. newInstance(RepositorySystemSession session, boolean shared)Creates a new synchronization context.
-