Package org.jboss.modules
Class AliasModuleSpec
java.lang.Object
org.jboss.modules.ModuleSpec
org.jboss.modules.AliasModuleSpec
A module specification for a module alias.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.modules.ModuleSpec
ModuleSpec.AliasBuilder, ModuleSpec.Builder
-
Method Summary
Modifier and TypeMethodDescriptionGet the module alias name.Deprecated.Methods inherited from class org.jboss.modules.ModuleSpec
build, build, buildAlias, buildAlias, getModuleIdentifier, getName
-
Method Details
-
getAliasTarget
Deprecated.UsegetAliasName()
instead.Get the module alias target.- Returns:
- the module alias target
-
getAliasName
Get the module alias name.- Returns:
- the module alias name
-
getAliasName()
instead.