@Mojo(name="linkcheck") public class LinkcheckReport extends AbstractMavenReport
Linkcheck report.| Modifier and Type | Field and Description |
|---|---|
protected static String |
ICON_ERROR |
protected static String |
ICON_INFO |
protected static String |
ICON_SUCCESS |
protected static String |
ICON_WARNING |
protected File |
linkcheckCache
The location of the Linkcheck cache file.
|
protected File |
linkcheckOutput
The location of the Linkcheck report file.
|
outputDirectory, project, siteRendererCATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE| Constructor and Description |
|---|
LinkcheckReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerateReport() |
void |
execute() |
protected void |
executeReport(Locale locale) |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
closeReport, generate, generate, generate, getCategoryName, getInputEncoding, getOutputDirectory, getOutputEncoding, getProject, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, isExternalReport, setReportOutputDirectorygetLog, getPluginContext, setLog, setPluginContext@Parameter(defaultValue="${project.build.directory}/linkcheck/linkcheck.cache", required=true) protected File linkcheckCache
@Parameter(defaultValue="${project.build.directory}/linkcheck/linkcheck.xml", required=true) protected File linkcheckOutput
protected static final String ICON_SUCCESS
protected static final String ICON_WARNING
protected static final String ICON_INFO
protected static final String ICON_ERROR
public String getOutputName()
public boolean canGenerateReport()
canGenerateReport in interface MavenReportcanGenerateReport in class AbstractMavenReportpublic void execute()
throws MojoExecutionException
execute in interface Mojoexecute in class AbstractMavenReportMojoExecutionExceptionprotected void executeReport(Locale locale) throws MavenReportException
executeReport in class AbstractMavenReportMavenReportExceptionCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.