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

java.lang.Object
  extended by org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest

public class CheckstyleRssGeneratorRequest
extends Object

Since:
2.4
Author:
Olivier Lamy

Constructor Summary
CheckstyleRssGeneratorRequest(org.apache.maven.project.MavenProject mavenProject, String copyright, File outputDirectory, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 String getCopyright()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 org.apache.maven.project.MavenProject getMavenProject()
           
 File getOutputDirectory()
           
 void setCopyright(String copyright)
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 void setMavenProject(org.apache.maven.project.MavenProject mavenProject)
           
 void setOutputDirectory(File outputDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleRssGeneratorRequest

public CheckstyleRssGeneratorRequest(org.apache.maven.project.MavenProject mavenProject,
                                     String copyright,
                                     File outputDirectory,
                                     org.apache.maven.plugin.logging.Log log)
Method Detail

getMavenProject

public org.apache.maven.project.MavenProject getMavenProject()

setMavenProject

public void setMavenProject(org.apache.maven.project.MavenProject mavenProject)

getCopyright

public String getCopyright()

setCopyright

public void setCopyright(String copyright)

getOutputDirectory

public File getOutputDirectory()

setOutputDirectory

public void setOutputDirectory(File outputDirectory)

getLog

public org.apache.maven.plugin.logging.Log getLog()

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)


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