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 classDefaultSyncContextFactoryA factory to create synchronization contexts.Methods in org.eclipse.aether.internal.impl with parameters of type SyncContextFactory Modifier and Type Method Description DefaultArtifactResolverDefaultArtifactResolver. setSyncContextFactory(SyncContextFactory syncContextFactory)DefaultDeployerDefaultDeployer. setSyncContextFactory(SyncContextFactory syncContextFactory)DefaultInstallerDefaultInstaller. setSyncContextFactory(SyncContextFactory syncContextFactory)DefaultMetadataResolverDefaultMetadataResolver. setSyncContextFactory(SyncContextFactory syncContextFactory)DefaultRepositorySystemDefaultRepositorySystem. setSyncContextFactory(SyncContextFactory syncContextFactory)
-