Package mireka.filter.local.table
Class RecipientSpecifications
- Object
-
- mireka.filter.local.table.RecipientSpecifications
-
- All Implemented Interfaces:
RecipientSpecification
public class RecipientSpecifications extends Object implements RecipientSpecification
RecipientSpecifications groupsRecipientSpecificationinstances, it matches a recipient if any of its elements matches it. It is itself a RecipientSpecification.
-
-
Constructor Summary
Constructors Constructor Description RecipientSpecifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)voidsetSpecifications(java.util.List<RecipientSpecification> specifications)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
setSpecifications
public void setSpecifications(java.util.List<RecipientSpecification> specifications)
-
-