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

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

@Component(role=CheckstyleRssGenerator.class,
           hint="default")
public class DefaultCheckstyleRssGenerator
extends Object
implements CheckstyleRssGenerator

Since:
2.4
Author:
Olivier Lamy

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 MavenReportException
Specified by:
generateRSS in interface CheckstyleRssGenerator
Throws:
MavenReportException
See Also:
org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGenerator#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults)


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