Uses of Interface
org.eclipse.aether.spi.synccontext.SyncContextFactory
-
Packages that use SyncContextFactory Package Description 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.org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.legacy -
-
Uses of SyncContextFactory in org.eclipse.aether.impl
Subinterfaces of SyncContextFactory in org.eclipse.aether.impl Modifier and Type Interface Description interface
SyncContextFactory
Deprecated.For backward compatibility reasons only, do not use this interface. -
Uses of SyncContextFactory in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as SyncContextFactory Modifier and Type Field Description private SyncContextFactory
DefaultArtifactResolver. syncContextFactory
private SyncContextFactory
DefaultDeployer. syncContextFactory
private SyncContextFactory
DefaultInstaller. syncContextFactory
private SyncContextFactory
DefaultMetadataResolver. syncContextFactory
private SyncContextFactory
DefaultRepositorySystem. syncContextFactory
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)
Constructors in org.eclipse.aether.internal.impl with parameters of type SyncContextFactory Constructor Description DefaultArtifactResolver(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController)
DefaultDeployer(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, java.util.Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController)
DefaultInstaller(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, java.util.Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory)
DefaultMetadataResolver(RepositoryEventDispatcher repositoryEventDispatcher, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController)
DefaultRepositorySystem(VersionResolver versionResolver, VersionRangeResolver versionRangeResolver, ArtifactResolver artifactResolver, MetadataResolver metadataResolver, ArtifactDescriptorReader artifactDescriptorReader, DependencyCollector dependencyCollector, Installer installer, Deployer deployer, LocalRepositoryProvider localRepositoryProvider, SyncContextFactory syncContextFactory, RemoteRepositoryManager remoteRepositoryManager)
-
Uses of SyncContextFactory in org.eclipse.aether.internal.impl.synccontext
Classes in org.eclipse.aether.internal.impl.synccontext that implement SyncContextFactory Modifier and Type Class Description class
DefaultSyncContextFactory
DefaultSyncContextFactory
implementation that uses named locks. -
Uses of SyncContextFactory in org.eclipse.aether.internal.impl.synccontext.legacy
Classes in org.eclipse.aether.internal.impl.synccontext.legacy that implement SyncContextFactory Modifier and Type Class Description class
DefaultSyncContextFactory
Deprecated.Use the proper class from SPI module.Fields in org.eclipse.aether.internal.impl.synccontext.legacy declared as SyncContextFactory Modifier and Type Field Description private SyncContextFactory
DefaultSyncContextFactory. delegate
Deprecated.Constructors in org.eclipse.aether.internal.impl.synccontext.legacy with parameters of type SyncContextFactory Constructor Description DefaultSyncContextFactory(SyncContextFactory delegate)
Deprecated.
-