|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatcherConfig
A matcher configuration object used by a mailet container used to pass information to a matcher during initialization.
The configuration information contains an initialization parameter, which is set as a condition String, and a MailetContext object, which gives the mailet information about the mailet container.
Method Summary | |
---|---|
String |
getCondition()
The simple condition defined for this matcher, e.g., for SenderIs=admin@localhost, this would return admin@localhost. |
MailetContext |
getMailetContext()
Returns a reference to the MailetContext in which the matcher is executing |
String |
getMatcherName()
Returns the name of this matcher instance. |
Method Detail |
---|
String getCondition()
MailetContext getMailetContext()
String getMatcherName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |