Uses of Class
org.wildfly.testing.tools.modules.ModuleDescription
-
Packages that use ModuleDescription Package Description org.wildfly.testing.tools.modules -
-
Uses of ModuleDescription in org.wildfly.testing.tools.modules
Methods in org.wildfly.testing.tools.modules that return ModuleDescription Modifier and Type Method Description ModuleDescriptionModuleBuilder. 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.modules with parameters of type ModuleDescription Modifier and Type Method Description intModuleDescription. compareTo(ModuleDescription o)
-