Uses of Class
org.jboss.as.server.deployment.module.ModuleAliasChecker.MessageContext
-
Packages that use ModuleAliasChecker.MessageContext Package Description org.jboss.as.server.deployment.module -
-
Uses of ModuleAliasChecker.MessageContext in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that return ModuleAliasChecker.MessageContext Modifier and Type Method Description static ModuleAliasChecker.MessageContextModuleAliasChecker.MessageContext. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleAliasChecker.MessageContext[]ModuleAliasChecker.MessageContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.server.deployment.module with parameters of type ModuleAliasChecker.MessageContext Modifier and Type Method Description static voidModuleAliasChecker. checkModuleAliasesForDependencies(List<ModuleDependency> dependencies, ModuleAliasChecker.MessageContext context, String deploymentName)Check whether the identifier passed as an argument represents an Alias and if so, log a warning describing that the alias can be replaced with its target module.static voidModuleAliasChecker. checkModuleAliasesForExclusions(List<org.jboss.modules.ModuleIdentifier> identifiers, ModuleAliasChecker.MessageContext context, String deploymentName)Check whether the identifier passed as an argument represents an Alias and if so, log a warning describing that the alias can be replaced with its target module.
-