|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.james.core.MatcherConfigImpl
The implementation of the configuration object for a Matcher.
Constructor Summary | |
MatcherConfigImpl()
|
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. |
void |
setCondition(java.lang.String newCondition)
|
void |
setMailetContext(MailetContext newContext)
|
void |
setMatcherName(java.lang.String newName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatcherConfigImpl()
Method Detail |
public java.lang.String getCondition()
MatcherConfig
getCondition
in interface MatcherConfig
public void setCondition(java.lang.String newCondition)
public java.lang.String getMatcherName()
MatcherConfig
getMatcherName
in interface MatcherConfig
public void setMatcherName(java.lang.String newName)
public MailetContext getMailetContext()
MatcherConfig
getMailetContext
in interface MatcherConfig
public void setMailetContext(MailetContext newContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |