Uses of Class
org.wildfly.testing.tools.module.ModuleDependency
Packages that use ModuleDependency
Package
Description
Utilities for creating and managing WildFly modules programmatically during testing.
-
Uses of ModuleDependency in org.wildfly.testing.tools.module
Methods in org.wildfly.testing.tools.module that return ModuleDependencyModifier and TypeMethodDescriptionModuleDependency.Builder.build()Creates the module dependency.Methods in org.wildfly.testing.tools.module with parameters of type ModuleDependencyModifier and TypeMethodDescriptionModuleBuilder.addDependencies(ModuleDependency... dependencies) Adds the dependencies for the module.xml file.ModuleBuilder.addDependency(ModuleDependency dependency) Adds a dependency for the module.xml file.intModuleDependency.compareTo(ModuleDependency o) Method parameters in org.wildfly.testing.tools.module with type arguments of type ModuleDependencyModifier and TypeMethodDescriptionModuleBuilder.addDependencies(Collection<ModuleDependency> dependencies) Adds the dependencies for the module.xml file.