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 RecipientSpecification
public String toString()
toString
in class Object
public String getLocalPartRegex()
public void setLocalPartRegex(String localPartRegex)
public String getRemotePart()
public void setRemotePart(String remotePart)