org.apache.maven.plugin.checkstyle.rss
Class DefaultCheckstyleRssGenerator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCheckstyleRssGenerator
public DefaultCheckstyleRssGenerator()
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.exec.CheckstyleResults)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.