Package org.jboss.as.controller.registry
Class AliasEntry
java.lang.Object
org.jboss.as.controller.registry.AliasEntry
- Author:
- Kabir Khan
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA wrapper aroundOperationContextfor the requested alias address, allowing extra contextual information when converting alias addresses. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PathAddressconvertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext) Convert the alias address to the target address.protected PathAddressGets the address to which this alias is registeredprotected PathAddressGets the address to which this alias should convert
-
Constructor Details
-
AliasEntry
-
-
Method Details
-
getAliasAddress
Gets the address to which this alias is registered- Returns:
- the alias address
-
getTargetAddress
Gets the address to which this alias should convert- Returns:
- the target address
-
convertToTargetAddress
public abstract PathAddress convertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext) Convert the alias address to the target address.- Parameters:
aliasAddress- the alias addressaliasContext- the context- Returns:
- the target address
-