Uses of Class
nl.zerofiftyit.mdepunit.core.validation.ModuleAnalyzer
-
Packages that use ModuleAnalyzer 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 ModuleAnalyzer in nl.zerofiftyit.mdepunit.api
Methods in nl.zerofiftyit.mdepunit.api that return types with arguments of type ModuleAnalyzer Modifier and Type Method Description Inclusion<ModuleAnalyzer>CheckPom. checkingModule()Provides anInclusion<ModuleAnalyzer>instance for analyzing and validating modules defined in a Maven POM file. -
Uses of ModuleAnalyzer in nl.zerofiftyit.mdepunit.core.validation
Methods in nl.zerofiftyit.mdepunit.core.validation that return types with arguments of type ModuleAnalyzer 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.Inclusion<ModuleAnalyzer>InitAnalyzer. checkingModule()Provides anInclusion<ModuleAnalyzer>instance for analyzing and validating modules defined in a Maven POM file.Statement<ModuleAnalyzer>ModuleAnalyzer. containModuleNode(@NonNull String moduleName)Checks if the specified module node exists within 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.
-