Class DefaultCheckstyleRssGenerator
java.lang.Object
org.apache.maven.plugins.checkstyle.rss.DefaultCheckstyleRssGenerator
- All Implemented Interfaces:
CheckstyleRssGenerator
@Component(role=CheckstyleRssGenerator.class,
hint="default")
public class DefaultCheckstyleRssGenerator
extends Object
implements CheckstyleRssGenerator
- Since:
- 2.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.codehaus.plexus.velocity.VelocityComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateRSS
(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest)
-
Field Details
-
velocityComponent
@Requirement private org.codehaus.plexus.velocity.VelocityComponent velocityComponent
-
-
Constructor Details
-
DefaultCheckstyleRssGenerator
public DefaultCheckstyleRssGenerator()
-
-
Method Details
-
generateRSS
public void generateRSS(CheckstyleResults results, CheckstyleRssGeneratorRequest checkstyleRssGeneratorRequest) throws org.apache.maven.reporting.MavenReportException - Specified by:
generateRSS
in interfaceCheckstyleRssGenerator
- Throws:
org.apache.maven.reporting.MavenReportException
-