Uses of Enum Class
org.jboss.as.server.deployment.module.ModuleAliasChecker.MessageContext
Packages that use ModuleAliasChecker.MessageContext
-
Uses of ModuleAliasChecker.MessageContext in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that return ModuleAliasChecker.MessageContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ModuleAliasChecker.MessageContext[]ModuleAliasChecker.MessageContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.server.deployment.module with parameters of type ModuleAliasChecker.MessageContextModifier and TypeMethodDescriptionstatic 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.checkModuleAliasesForExclusion(String identifier, ModuleAliasChecker.MessageContext context, String deploymentName) Check whether the module identifier passed as an argument represents an exclusion 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) Deprecated, for removal: This API element is subject to removal in a future version.
ModuleAliasChecker.checkModuleAliasesForExclusion(String, MessageContext, String)