Uses of Class
nl.zerofiftyit.mdepunit.core.validation.DefaultAnalyzerImpl
-
Packages that use DefaultAnalyzerImpl Package Description nl.zerofiftyit.mdepunit.core.validation Core validation package for the POM analysis tool. -
-
Uses of DefaultAnalyzerImpl in nl.zerofiftyit.mdepunit.core.validation
Subclasses of DefaultAnalyzerImpl in nl.zerofiftyit.mdepunit.core.validation Modifier and Type Class Description classModuleAnalyzerclassPomAnalyzerMethods in nl.zerofiftyit.mdepunit.core.validation that return types with arguments of type DefaultAnalyzerImpl Modifier and Type Method Description Statement<DefaultAnalyzerImpl>DefaultAnalyzerImpl. containValue(@NonNull String value)Checks if the given value exists within the given node of the analyzed POM elements.Statement<DefaultAnalyzerImpl>DefaultAnalyzerImpl. equalsValue(@NonNull String value)Statement<DefaultAnalyzerImpl>DefaultAnalyzerImpl. haveTag(@NonNull String tagName)Checks if the given tag name exists within the given node of the analyzed POM elements.
-