Uses of Class
nl.zerofiftyit.mdepunit.core.validation.InitAnalyzer
-
Packages that use InitAnalyzer Package Description nl.zerofiftyit.mdepunit.core.validation Core validation package for the POM analysis tool. -
-
Uses of InitAnalyzer in nl.zerofiftyit.mdepunit.core.validation
Methods in nl.zerofiftyit.mdepunit.core.validation that return InitAnalyzer Modifier and Type Method Description static InitAnalyzerInitAnalyzer. analyzePom()Analyzes the POM file located at the default path "pom.xml" and returns an instance of PomAnalyzer to facilitate further checks or validations.static InitAnalyzerInitAnalyzer. analyzePom(String pomPath)Analyzes the specified POM file and returns an instance of PomAnalyzer to facilitate further checks or validations on the POM file's content.
-