Interface Address

All Known Implementing Classes:
AddressImpl

public interface Address
Used to hold a hierarchical style address, delimited by a '.'.
  • Method Details

    • getAddress

      SimpleString getAddress()
    • getAddressParts

      SimpleString[] getAddressParts()
    • containsWildCard

      boolean containsWildCard()
    • matches

      boolean matches(Address add)