org.apache.james.mailet
Interface DescriptorsExtractor

All Known Implementing Classes:
DefaultDescriptorsExtractor

public interface DescriptorsExtractor


Method Summary
 java.util.List extractDescriptors(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
          Search the source trees for mailets/matchers and returns their descriptors
 

Method Detail

extractDescriptors

java.util.List extractDescriptors(org.apache.maven.project.MavenProject project,
                                  org.apache.maven.plugin.logging.Log log)
Search the source trees for mailets/matchers and returns their descriptors

Returns:
List of MailetMatcherDescriptor objects


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.