Uses of Interface
org.eclipse.aether.impl.RemoteRepositoryManager
Packages that use RemoteRepositoryManager
Package
Description
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
-
Uses of RemoteRepositoryManager in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RemoteRepositoryManagerMethods in org.eclipse.aether.internal.impl with parameters of type RemoteRepositoryManagerModifier and TypeMethodDescriptionDefaultArtifactResolver.setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager) DefaultDeployer.setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager) DefaultMetadataResolver.setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager) DefaultRepositorySystem.setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager) -
Uses of RemoteRepositoryManager in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as RemoteRepositoryManagerModifier and TypeFieldDescriptionprotected RemoteRepositoryManagerDependencyCollectorDelegate.remoteRepositoryManagerMethods in org.eclipse.aether.internal.impl.collect with parameters of type RemoteRepositoryManagerModifier and TypeMethodDescriptionDependencyCollectorDelegate.setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager) Constructors in org.eclipse.aether.internal.impl.collect with parameters of type RemoteRepositoryManagerModifierConstructorDescriptionprotectedDependencyCollectorDelegate(RemoteRepositoryManager remoteRepositoryManager, ArtifactDescriptorReader artifactDescriptorReader, VersionRangeResolver versionRangeResolver)