Interface Address
-
- All Known Implementing Classes:
AddressImpl
public interface AddressUSed to hold a hierarchical style address, delimited by a '.'.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsWildCard()SimpleStringgetAddress()SimpleString[]getAddressParts()booleanmatches(Address add)
-
-
-
Method Detail
-
getAddress
SimpleString getAddress()
-
getAddressParts
SimpleString[] getAddressParts()
-
containsWildCard
boolean containsWildCard()
-
matches
boolean matches(Address add)
-
-