public abstract class GenericCompositeMatcher extends org.apache.mailet.base.GenericMatcher implements CompositeMatcher
Constructor and Description |
---|
GenericCompositeMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
add(org.apache.mailet.Matcher matcher)
This lets the SpoolManager configuration code build up the composition
(which might be composed of other composites).
|
Iterator |
iterator() |
destroy, getCondition, getMailetContext, getMatcherConfig, getMatcherInfo, getMatcherName, init, init, log, log, match
public void add(org.apache.mailet.Matcher matcher)
add
in interface CompositeMatcher
matcher
- Matcher child of the CompositeMatcher.public Iterator iterator()
iterator
in interface CompositeMatcher
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.