@Mojo(name="javadoc", requiresDependencyResolution=COMPILE, threadSafe=true) @Execute(phase=GENERATE_SOURCES) public class JavadocReport extends AbstractJavadocMojo implements MavenReport
Java code in an NON aggregator project using the standard
Javadoc Tool.aggregate, ARGFILE_FILE_NAME, DEBUG_JAVADOC_SCRIPT_NAME, DEFAULT_JAVA_API_LINKS, failOnError, FILES_FILE_NAME, JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, links, OPTIONS_FILE_NAME, outputDirectory, PACKAGES_FILE_NAME, project, skip, TEST_JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, useStandardDocletOptionsCATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE| Constructor and Description |
|---|
JavadocReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerateReport()
The logic is the following: isAggregator hasSourceFiles isRootProject Generate Report True True True True True True False False True False True False True False False False False True True True False True False True False False True False False False False False |
void |
execute() |
void |
generate(Sink sink,
Locale locale) |
String |
getCategoryName() |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
File |
getReportOutputDirectory() |
protected boolean |
isAggregator()
Indicates whether this goal is flagged with
@aggregator. |
boolean |
isExternalReport() |
void |
setDestDir(String destDir) |
void |
setReportOutputDirectory(File reportOutputDirectory)
Method to set the directory where the generated reports will be put
|
buildJavadocOptions, canGenerateReport, configureDependencySourceResolution, executeReport, failOnError, getAttachmentClassifier, getCompileArtifacts, getDependencySourcePaths, getDoctitle, getExecutionProjectSourceRoots, getFiles, getJavadocDirectory, getJavadocOptionsFile, getOutputDirectory, getOverview, getProject, getProjectArtifacts, getProjectBuildOutputDirs, getProjectSourceRoots, getSourcePaths, getWindowtitle, logError, resolveDependencygetLog, getPluginContext, setLog, setPluginContextpublic String getName(Locale locale)
getName in interface MavenReportpublic String getDescription(Locale locale)
getDescription in interface MavenReportpublic void generate(Sink sink, Locale locale) throws MavenReportException
generate in interface MavenReportMavenReportExceptionpublic String getOutputName()
getOutputName in interface MavenReportpublic boolean isExternalReport()
isExternalReport in interface MavenReportpublic boolean canGenerateReport()
| isAggregator | hasSourceFiles | isRootProject | Generate Report |
|---|---|---|---|
| True | True | True | True |
| True | True | False | False |
| True | False | True | False |
| True | False | False | False |
| False | True | True | True |
| False | True | False | True |
| False | False | True | False |
| False | False | False | False |
canGenerateReport in interface MavenReportpublic String getCategoryName()
getCategoryName in interface MavenReportpublic File getReportOutputDirectory()
getReportOutputDirectory in interface MavenReportpublic void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory in interface MavenReportreportOutputDirectory - the directory file to be setpublic void setDestDir(String destDir)
public void execute()
throws MojoExecutionException,
MojoFailureException
execute in interface MojoMojoExecutionExceptionMojoFailureExceptionprotected boolean isAggregator()
AbstractJavadocMojo@aggregator.isAggregator in class AbstractJavadocMojotrue if the goal is designed as an aggregator, false otherwise.AggregatorJavadocReport,
AggregatorTestJavadocReportCopyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.