Uses of Interface
org.eclipse.aether.impl.RepositoryEventDispatcher
Packages that use RepositoryEventDispatcher
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of RepositoryEventDispatcher in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositoryEventDispatcherFields in org.eclipse.aether.internal.impl declared as RepositoryEventDispatcherModifier and TypeFieldDescriptionprivate final RepositoryEventDispatcherDefaultDeployer.EventCatapult.dispatcherprivate RepositoryEventDispatcherDefaultArtifactResolver.repositoryEventDispatcherprivate RepositoryEventDispatcherDefaultDeployer.repositoryEventDispatcherprivate RepositoryEventDispatcherDefaultInstaller.repositoryEventDispatcherprivate RepositoryEventDispatcherDefaultMetadataResolver.repositoryEventDispatcherMethods in org.eclipse.aether.internal.impl with parameters of type RepositoryEventDispatcherModifier and TypeMethodDescriptionDefaultArtifactResolver.setRepositoryEventDispatcher(RepositoryEventDispatcher repositoryEventDispatcher) DefaultDeployer.setRepositoryEventDispatcher(RepositoryEventDispatcher repositoryEventDispatcher) DefaultInstaller.setRepositoryEventDispatcher(RepositoryEventDispatcher repositoryEventDispatcher) DefaultMetadataResolver.setRepositoryEventDispatcher(RepositoryEventDispatcher repositoryEventDispatcher) Constructors in org.eclipse.aether.internal.impl with parameters of type RepositoryEventDispatcherModifierConstructorDescription(package private)DefaultArtifactResolver(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController) (package private)DefaultDeployer(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) (package private)DefaultInstaller(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory) (package private)DefaultMetadataResolver(RepositoryEventDispatcher repositoryEventDispatcher, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController) (package private)EventCatapult(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher)