Package mireka.filter.local.table
Class AnyDomainRecipient
- Object
-
- mireka.filter.local.table.AnyDomainRecipient
-
- All Implemented Interfaces:
RecipientSpecification
public class AnyDomainRecipient extends Object implements RecipientSpecification
AnyDomainRecipient matches any recipient with the specified local part, irrespective of the remote part. It can even match the special global postmaster address which has no remote part at all.
-
-
Constructor Summary
Constructors Constructor Description AnyDomainRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalPartSpecificationgetLocalPart()booleanisSatisfiedBy(Recipient recipient)voidsetLocalPart(LocalPartSpecification localPart)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
getLocalPart
public LocalPartSpecification getLocalPart()
- Category:
- GETSET
-
setLocalPart
public void setLocalPart(LocalPartSpecification localPart)
- Category:
- GETSET
-
-