Uses of Class
nl.zerofiftyit.mdepunit.core.validation.PomAnalyzer
-
Packages that use PomAnalyzer Package Description nl.zerofiftyit.mdepunit.api API package for the POM analysis tool.nl.zerofiftyit.mdepunit.core.validation Core validation package for the POM analysis tool. -
-
Uses of PomAnalyzer in nl.zerofiftyit.mdepunit.api
Methods in nl.zerofiftyit.mdepunit.api that return types with arguments of type PomAnalyzer Modifier and Type Method Description Inclusion<PomAnalyzer>CheckPom. checking(String givenNode)Analyzes and validates the current context of a Maven POM file using theParentPomAnalyzer. -
Uses of PomAnalyzer in nl.zerofiftyit.mdepunit.core.validation
Methods in nl.zerofiftyit.mdepunit.core.validation that return types with arguments of type PomAnalyzer Modifier and Type Method Description Inclusion<PomAnalyzer>InitAnalyzer. checking(String givenNode)Analyzes the provided POM structure from the given node and returns anInclusionobject containing aPomAnalyzerinstance for further validation or analysis.Statement<PomAnalyzer>PomAnalyzer. haveProperty(String propertyName)Checks whether the Maven POM contains a specific property.
-