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 classDefaultUpdatePolicyAnalyzerFields in org.eclipse.aether.internal.impl declared as UpdatePolicyAnalyzer Modifier and Type Field Description private UpdatePolicyAnalyzerDefaultRemoteRepositoryManager. updatePolicyAnalyzerprivate UpdatePolicyAnalyzerDefaultUpdateCheckManager. updatePolicyAnalyzerMethods in org.eclipse.aether.internal.impl with parameters of type UpdatePolicyAnalyzer Modifier and Type Method Description DefaultRemoteRepositoryManagerDefaultRemoteRepositoryManager. setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer updatePolicyAnalyzer)DefaultUpdateCheckManagerDefaultUpdateCheckManager. 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)
-