public class ReportTask extends AbstractTask
cmdLineArgs| Constructor and Description |
|---|
ReportTask()
Create ReportTask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Run the task.
|
File |
getDataFile() |
File |
getOutputDirectory() |
String |
getOutputFormat() |
String |
getSourceEncoding() |
void |
setCompileSourceRoots(List<String> compileSourceRoots)
Set the list of compile source roots.
|
void |
setDataFile(File dataFile) |
void |
setOutputDirectory(File outputDirectory) |
void |
setOutputFormat(String outputFormat) |
void |
setSourceEncoding(String sourceEncoding) |
createClasspath, executeJava, getCmdLineArgs, getLog, getMaxmem, getPluginClasspathList, isQuiet, setCmdLineArgs, setLog, setMaxmem, setPluginClasspathList, setQuietpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in class AbstractTaskorg.apache.maven.plugin.MojoExecutionException - for a full-out execution problem.public File getDataFile()
public File getOutputDirectory()
public String getOutputFormat()
public String getSourceEncoding()
public void setDataFile(File dataFile)
dataFile - The dataFile to set.public void setOutputDirectory(File outputDirectory)
outputDirectory - The outputDirectory to set.public void setOutputFormat(String outputFormat)
outputFormat - The outputFormat to set.public void setSourceEncoding(String sourceEncoding)
sourceEncoding - The sourceEncoding to set.Copyright © 2005–2015 Codehaus. All rights reserved.