public class AntlrHtmlReport extends AbstractAntlrMojo implements org.apache.maven.reporting.MavenReport
AbstractAntlrMojo.NoAntlrDependencyDefinedException| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization.
|
grammarDefs, grammars, outputDirectory, project, sourceDirectory| Constructor and Description |
|---|
AntlrHtmlReport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArgs(List arguments)
Add arguments to be included in Antlr call
|
boolean |
canGenerateReport() |
void |
execute() |
void |
generate(org.codehaus.doxia.sink.Sink sink,
Locale locale) |
String |
getCategoryName() |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
File |
getReportOutputDirectory() |
boolean |
isExternalReport() |
void |
setReportOutputDirectory(File reportOutputDirectory) |
addArgIf, executeAntlr, getOutputDirectory, getSourceDirectory, locateAntlrArtifact, performGenerationgetLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogpublic String getName(Locale locale)
getName in interface org.apache.maven.reporting.MavenReportMavenReport.getName(java.util.Locale)public String getDescription(Locale locale)
getDescription in interface org.apache.maven.reporting.MavenReportMavenReport.getDescription(java.util.Locale)protected void addArgs(List arguments)
AbstractAntlrMojoaddArgs in class AbstractAntlrMojoAbstractAntlrMojo.addArgs(java.util.List)public void generate(org.codehaus.doxia.sink.Sink sink,
Locale locale)
throws org.apache.maven.reporting.MavenReportException
generate in interface org.apache.maven.reporting.MavenReportorg.apache.maven.reporting.MavenReportExceptionMavenReport.generate(org.codehaus.doxia.sink.Sink, java.util.Locale)public String getOutputName()
getOutputName in interface org.apache.maven.reporting.MavenReportMavenReport.getOutputName()public boolean isExternalReport()
isExternalReport in interface org.apache.maven.reporting.MavenReportMavenReport.isExternalReport()public boolean canGenerateReport()
canGenerateReport in interface org.apache.maven.reporting.MavenReportMavenReport.canGenerateReport()public String getCategoryName()
getCategoryName in interface org.apache.maven.reporting.MavenReportMavenReport.getCategoryName()public File getReportOutputDirectory()
getReportOutputDirectory in interface org.apache.maven.reporting.MavenReportMavenReport.getReportOutputDirectory()public void setReportOutputDirectory(File reportOutputDirectory)
setReportOutputDirectory in interface org.apache.maven.reporting.MavenReportMavenReport.setReportOutputDirectory(java.io.File)public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionAbstractMavenReport.execute()Copyright © 2004–2025 MojoHaus. All rights reserved.