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, matchpublic void add(org.apache.mailet.Matcher matcher)
add in interface CompositeMatchermatcher - Matcher child of the CompositeMatcher.public Iterator iterator()
iterator in interface CompositeMatcherCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.