public class RegexAddressSpecification extends Object implements RecipientSpecification
| Constructor and Description |
|---|
RegexAddressSpecification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalPartRegex() |
String |
getRemotePart() |
boolean |
isSatisfiedBy(Recipient recipient) |
void |
setLocalPartRegex(String localPartRegex) |
void |
setRemotePart(String remotePart) |
String |
toString() |
public boolean isSatisfiedBy(Recipient recipient)
isSatisfiedBy in interface RecipientSpecificationpublic String toString()
toString in class Objectpublic String getLocalPartRegex()
public void setLocalPartRegex(String localPartRegex)
public String getRemotePart()
public void setRemotePart(String remotePart)