org.apache.maven.plugin.jxr
public abstract class AbstractJxrReport extends AbstractMavenReport
| Field Summary | |
|---|---|
| protected boolean | aggregate
Whether to build an aggregated report at the root, or build individual reports.
|
| protected List | reactorProjects
The projects in the reactor for aggregation report.
|
| Method Summary | |
|---|---|
| protected boolean | canGenerateReport(List sourceDirs) |
| boolean | canGenerateReport() |
| protected List | constructSourceDirs() |
| protected void | executeReport(Locale locale)
Cf. overriden method documentation.
|
| protected ResourceBundle | getBundle(Locale locale)
Returns the correct resource bundle according to the locale
|
| protected abstract String | getDestinationDirectory() |
| protected abstract String | getJavadocLocation() |
| protected String | getOutputDirectory()
Cf. overriden method documentation.
|
| MavenProject | getProject()
Cf. overriden method documentation.
|
| protected Renderer | getSiteRenderer()
Cf. overriden method documentation.
|
| protected abstract List | getSourceRoots() |
| protected abstract List | getSourceRoots(MavenProject project) |
| protected void | init()
Initialize some attributes required during the report generation |
| boolean | isExternalReport() |
| protected List | pruneSourceDirs(List sourceDirs) |
UNKNOWN: expression="${aggregate}" default-value="false"
UNKNOWN: expression="${reactorProjects}"
See Also: org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
Parameters: locale : the locale of the user
Returns: the bundle correponding to the locale
See Also: org.apache.maven.reporting.AbstractMavenReport#getOutputDirectory()
See Also: org.apache.maven.reporting.AbstractMavenReport#getProject()
See Also: org.apache.maven.reporting.AbstractMavenReport#getSiteRenderer()