Uses of Class
nl.zerofiftyit.mdepunit.dsl.Statement
-
Packages that use Statement 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 Statement in nl.zerofiftyit.mdepunit.api
Methods in nl.zerofiftyit.mdepunit.api that return Statement Modifier and Type Method Description Statement<?>DefaultAnalyzer. containValue(String value)Checks whether the specified value is present within the given node of the analyzed POM elements.Statement<?>DefaultAnalyzer. equalsValue(String value)Checks whether the specified value exactly matches the value present in the corresponding node of the analyzed POM elements.Statement<?>DefaultAnalyzer. haveTag(String tagName)Checks if the specified tag name exists within the corresponding node of the analyzed POM elements. -
Uses of Statement in nl.zerofiftyit.mdepunit.core.validation
Methods in nl.zerofiftyit.mdepunit.core.validation that return Statement Modifier and Type Method Description Statement<ModuleAnalyzer>ModuleAnalyzer. allRegisteredModulesExist()Validates the existence of all registered modules listed in the POM elements and checks if they are properly structured with a `pom.xml` file.Statement<ModuleAnalyzer>ModuleAnalyzer. containModuleNode(@NonNull String moduleName)Checks if the specified module node exists within the analyzed POM elements.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<PomAnalyzer>PomAnalyzer. haveProperty(String propertyName)Checks whether the Maven POM contains a specific property.Statement<DefaultAnalyzerImpl>DefaultAnalyzerImpl. haveTag(@NonNull String tagName)Checks if the given tag name exists within the given node of the analyzed POM elements.Statement<ModuleAnalyzer>ModuleAnalyzer. moduleExists(@NonNull String moduleName)Validates if a module with the given name exists and contains a `pom.xml` file.
-