|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.james.transport.Loader org.apache.james.transport.JamesMatcherLoader
public class JamesMatcherLoader
Loads Matchers for use inside James.
Field Summary |
---|
Fields inherited from class org.apache.james.transport.Loader |
---|
baseDirectory, MAILET_PACKAGE, mailetContext, MATCHER_PACKAGE, packages |
Fields inherited from interface org.apache.james.services.MatcherLoader |
---|
ROLE |
Constructor Summary | |
---|---|
JamesMatcherLoader()
|
Method Summary | |
---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration conf)
|
Matcher |
getMatcher(java.lang.String matchName)
Get a new Matcher with the specified name acting in the specified context. |
Methods inherited from class org.apache.james.transport.Loader |
---|
contextualize, getPackages, initialize, service |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JamesMatcherLoader()
Method Detail |
---|
public void configure(org.apache.avalon.framework.configuration.Configuration conf) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
configure
in class Loader
org.apache.avalon.framework.configuration.ConfigurationException
Configurable.configure(Configuration)
public Matcher getMatcher(java.lang.String matchName) throws javax.mail.MessagingException
MatcherLoader
getMatcher
in interface MatcherLoader
matchName
- the name of the matcher to be loaded
javax.mail.MessagingException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |