Uses of Class
nl.zerofiftyit.mdepunit.core.validation.ResultCaller
-
Packages that use ResultCaller Package Description nl.zerofiftyit.mdepunit.core.validation Core validation package for the POM analysis tool. -
-
Uses of ResultCaller in nl.zerofiftyit.mdepunit.core.validation
Constructors in nl.zerofiftyit.mdepunit.core.validation with parameters of type ResultCaller Constructor Description DefaultAnalyzerImpl(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs an instance of DefaultAnalyzer with the given parameters.ModuleAnalyzer(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs a new instance ofModuleAnalyzerwith the specified parameters.PomAnalyzer(String givenNode, List<PomElement> pomElements, ResultCaller resultCaller, NegateNext negateNext, List<String> errorMessages)Constructs a new instance of thePomAnalyzerclass, which extends the functionality ofDefaultAnalyzerwith additional convenience methods for analyzing and validating.
-