Class AliasEntry

    • Method Detail

      • getAliasAddress

        protected PathAddress getAliasAddress()
        Gets the address to which this alias is registered
        Returns:
        the alias address
      • getTargetAddress

        protected PathAddress 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 address
        aliasContext - the context
        Returns:
        the target address