|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
java.lang.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 |
java.lang.String |
getMatcherName()
Returns the name of this matcher instance. |
Method Detail |
public java.lang.String getCondition()
public MailetContext getMailetContext()
public java.lang.String getMatcherName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |