Uses of Class
org.wildfly.testing.tools.module.ModuleDescription
Packages that use ModuleDescription
Package
Description
Utilities for creating and managing WildFly modules programmatically during testing.
-
Uses of ModuleDescription in org.wildfly.testing.tools.module
Methods in org.wildfly.testing.tools.module that return ModuleDescriptionModifier and TypeMethodDescriptionModuleBuilder.build()Creates the module by: Creating the module directory based on the modules name Generating a JAR file for the resource Generating a module.xml filestatic ModuleDescriptionModuleDescription.createAlias(String moduleName, String targetName) Creates a module-alias with the discovered module path.static ModuleDescriptionModuleDescription.createAlias(Path modulePath, String moduleName, String targetName) Creates a module alias based on the module path.Methods in org.wildfly.testing.tools.module with parameters of type ModuleDescription