public interface MatcherLoader
Matcher
instances| Modifier and Type | Method and Description |
|---|---|
org.apache.mailet.Matcher |
getMatcher(org.apache.mailet.MatcherConfig config)
Get a new
Matcher for the given MatcherConfig. |
org.apache.mailet.Matcher getMatcher(org.apache.mailet.MatcherConfig config)
throws javax.mail.MessagingException
Matcher for the given MatcherConfig. The
returned Matcher needs to be fully initialized, so the returned
instance is "read-to-use"config - javax.mail.MessagingException - if an error occursCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.