Uses of Interface
org.apache.mailet.MatcherConfig

Uses of MatcherConfig in org.apache.mailet
 

Classes in org.apache.mailet that implement MatcherConfig
 class GenericMatcher
          GenericMatcher implements the Matcher and MatcherConfig interfaces.
 class GenericRecipientMatcher
          GenericMatcher makes writing recipient based matchers easier.
 

Methods in org.apache.mailet that return MatcherConfig
 MatcherConfig GenericMatcher.getMatcherConfig()
          Returns this matcher's MatcherConfig object.
 MatcherConfig Matcher.getMatcherConfig()
          Returns a MatcherConfig object, which contains initialization and startup parameters for this matcher.
 

Methods in org.apache.mailet with parameters of type MatcherConfig
 void GenericMatcher.init(MatcherConfig newConfig)
          Called by the matcher container to indicate to a matcher that the matcher is being placed into service.
 void Matcher.init(MatcherConfig config)
          Called by the mailet container to indicate to a matcher that the matcher is being placed into service.
 



"Copyright © 1999-2003 ASF James Project. All Rights Reserved."