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

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

public class DefaultCheckstyleRssGenerator
extends Object
implements CheckstyleRssGenerator, Serviceable

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)
           
 void service(ServiceLocator locator)
          
 
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)

service

public void service(ServiceLocator locator)

Specified by:
service in interface Serviceable


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