Uses of Interface
org.eclipse.aether.impl.SyncContextFactory
-
Packages that use SyncContextFactory Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of SyncContextFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement SyncContextFactory Modifier and Type Class Description class
DefaultSyncContextFactory
A factory to create synchronization contexts.Methods in org.eclipse.aether.internal.impl with parameters of type SyncContextFactory Modifier and Type Method Description DefaultArtifactResolver
DefaultArtifactResolver. setSyncContextFactory(SyncContextFactory syncContextFactory)
DefaultDeployer
DefaultDeployer. setSyncContextFactory(SyncContextFactory syncContextFactory)
DefaultInstaller
DefaultInstaller. setSyncContextFactory(SyncContextFactory syncContextFactory)
DefaultMetadataResolver
DefaultMetadataResolver. setSyncContextFactory(SyncContextFactory syncContextFactory)
DefaultRepositorySystem
DefaultRepositorySystem. setSyncContextFactory(SyncContextFactory syncContextFactory)
-