Uses of Interface
org.eclipse.aether.impl.UpdatePolicyAnalyzer
-
Packages that use UpdatePolicyAnalyzer Package Description org.eclipse.aether.internal.impl 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 UpdatePolicyAnalyzer Modifier and Type Class Description class
DefaultUpdatePolicyAnalyzer
Fields in org.eclipse.aether.internal.impl declared as UpdatePolicyAnalyzer Modifier and Type Field Description private UpdatePolicyAnalyzer
DefaultRemoteRepositoryManager. updatePolicyAnalyzer
private UpdatePolicyAnalyzer
DefaultUpdateCheckManager. updatePolicyAnalyzer
Methods in org.eclipse.aether.internal.impl with parameters of type UpdatePolicyAnalyzer Modifier and Type Method Description DefaultRemoteRepositoryManager
DefaultRemoteRepositoryManager. setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer updatePolicyAnalyzer)
DefaultUpdateCheckManager
DefaultUpdateCheckManager. setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer updatePolicyAnalyzer)
Constructors in org.eclipse.aether.internal.impl with parameters of type UpdatePolicyAnalyzer Constructor Description DefaultRemoteRepositoryManager(UpdatePolicyAnalyzer updatePolicyAnalyzer, ChecksumPolicyProvider checksumPolicyProvider)
DefaultUpdateCheckManager(UpdatePolicyAnalyzer updatePolicyAnalyzer)
-