org.apache.maven.plugin.checkstyle.rss
Class CheckstyleRssGeneratorRequest
java.lang.Object
org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest
public class CheckstyleRssGeneratorRequest
- extends Object
- Since:
- 2.4
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckstyleRssGeneratorRequest
public CheckstyleRssGeneratorRequest(MavenProject mavenProject,
String copyright,
File outputDirectory,
Log log)
getMavenProject
public MavenProject getMavenProject()
setMavenProject
public void setMavenProject(MavenProject mavenProject)
getCopyright
public String getCopyright()
setCopyright
public void setCopyright(String copyright)
getOutputDirectory
public File getOutputDirectory()
setOutputDirectory
public void setOutputDirectory(File outputDirectory)
getLog
public Log getLog()
setLog
public void setLog(Log log)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.