Uses of Interface
org.eclipse.aether.SyncContext
-
Packages that use SyncContext Package Description org.eclipse.aether The primary API of theRepositorySystem
and 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 SyncContext
RepositorySystem. 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 SyncContext
DefaultRepositorySystem. newSyncContext(RepositorySystemSession session, boolean shared)
Methods in org.eclipse.aether.internal.impl with parameters of type SyncContext Modifier and Type Method Description private DeployResult
DefaultDeployer. deploy(SyncContext syncContext, RepositorySystemSession session, DeployRequest request)
private InstallResult
DefaultInstaller. install(SyncContext syncContext, RepositorySystemSession session, InstallRequest request)
private java.util.List<ArtifactResult>
DefaultArtifactResolver. resolve(SyncContext shared, SyncContext exclusive, java.util.Collection<Artifact> subjects, RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)
private java.util.List<MetadataResult>
DefaultMetadataResolver. resolve(SyncContext shared, SyncContext exclusive, java.util.Collection<Metadata> subjects, RepositorySystemSession session, java.util.Collection<? extends MetadataRequest> requests)
-
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 SyncContext
DefaultSyncContextFactory. 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 SyncContext
DefaultSyncContextFactory. 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 class
NamedLockFactoryAdapter.AdaptedLockSyncContext
Methods in org.eclipse.aether.internal.impl.synccontext.named that return SyncContext Modifier and Type Method Description SyncContext
NamedLockFactoryAdapter. 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 SyncContext
SyncContextFactory. newInstance(RepositorySystemSession session, boolean shared)
Creates a new synchronization context.
-