Uses of Interface
org.eclipse.aether.impl.UpdatePolicyAnalyzer
Packages that use UpdatePolicyAnalyzer
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of UpdatePolicyAnalyzer in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement UpdatePolicyAnalyzerFields in org.eclipse.aether.internal.impl declared as UpdatePolicyAnalyzerModifier and TypeFieldDescriptionprivate UpdatePolicyAnalyzer
DefaultRemoteRepositoryManager.updatePolicyAnalyzer
private UpdatePolicyAnalyzer
DefaultUpdateCheckManager.updatePolicyAnalyzer
Methods in org.eclipse.aether.internal.impl with parameters of type UpdatePolicyAnalyzerModifier and TypeMethodDescriptionDefaultRemoteRepositoryManager.setUpdatePolicyAnalyzer
(UpdatePolicyAnalyzer updatePolicyAnalyzer) DefaultUpdateCheckManager.setUpdatePolicyAnalyzer
(UpdatePolicyAnalyzer updatePolicyAnalyzer) Constructors in org.eclipse.aether.internal.impl with parameters of type UpdatePolicyAnalyzerModifierConstructorDescription(package private)
DefaultRemoteRepositoryManager
(UpdatePolicyAnalyzer updatePolicyAnalyzer, ChecksumPolicyProvider checksumPolicyProvider) (package private)
DefaultUpdateCheckManager
(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer)