org.apache.maven.plugin.checkstyle.rss
Class DefaultCheckstyleRssGenerator

java.lang.Object
  extended by org.apache.maven.plugin.checkstyle.rss.DefaultCheckstyleRssGenerator
All Implemented Interfaces:
CheckstyleRssGenerator

public class DefaultCheckstyleRssGenerator
extends Object
implements CheckstyleRssGenerator

Since:
2.4
Author:
Olivier Lamy
Plexus component:
role:
"org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGenerator"
role-hint:
"default"

Constructor Summary
DefaultCheckstyleRssGenerator()
           
 
Method Summary
 void generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCheckstyleRssGenerator

public DefaultCheckstyleRssGenerator()
Method Detail

generateRSS

public void generateRSS(CheckstyleResults results,
                        CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)
                 throws org.apache.maven.reporting.MavenReportException
Specified by:
generateRSS in interface CheckstyleRssGenerator
Throws:
org.apache.maven.reporting.MavenReportException
See Also:
org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGenerator#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults)


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.