Package mireka.filter.local.table
Class GlobalPostmasterSpecification
- Object
-
- mireka.filter.local.table.GlobalPostmasterSpecification
-
- All Implemented Interfaces:
RecipientSpecification
public class GlobalPostmasterSpecification extends Object implements RecipientSpecification
GlobalPostmasterSpecification matches only aGlobalPostmasterrecipient, i.e a recipient case insensitively named "Postmaster" (without any remote part).
-
-
Constructor Summary
Constructors Constructor Description GlobalPostmasterSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
-