|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.jxr.JxrReportUtil
public class JxrReportUtil
Utility class for the jxr report.
| Constructor Summary | |
|---|---|
JxrReportUtil()
|
|
| Method Summary | |
|---|---|
protected static java.lang.String |
getMavenJavadocPluginBasicOption(org.apache.maven.project.MavenProject project,
java.lang.String optionName,
java.lang.String defaultValue)
Return the optionName value defined in a project for the "maven-javadoc-plugin" plugin. |
protected static java.util.List |
getMavenJavadocPlugins(org.apache.maven.project.MavenProject project)
Return the plugin references for the javadoc plugin in a project. |
protected static java.lang.String |
getStructure(org.apache.maven.project.MavenProject project,
boolean ignoreMissingSiteUrl)
Generates the site structure using the project hierarchy (project and its modules) or using the distributionManagement elements from the pom.xml. |
protected static boolean |
isJavadocAggregated(org.apache.maven.project.MavenProject project)
Determine if javadoc is aggregated in this project, paying attention to both TODO: take cognizance of javadoc versus test-javadoc the old parameter and the new mojo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JxrReportUtil()
| Method Detail |
|---|
protected static boolean isJavadocAggregated(org.apache.maven.project.MavenProject project)
throws java.io.IOException
project -
java.io.IOException
protected static java.lang.String getMavenJavadocPluginBasicOption(org.apache.maven.project.MavenProject project,
java.lang.String optionName,
java.lang.String defaultValue)
throws java.io.IOException
optionName value defined in a project for the "maven-javadoc-plugin" plugin.
project - not nulloptionName - the option name wanteddefaultValue - a default value
java.io.IOException - if any
protected static java.util.List getMavenJavadocPlugins(org.apache.maven.project.MavenProject project)
throws java.io.IOException
project - not null
java.io.IOException - if any
protected static java.lang.String getStructure(org.apache.maven.project.MavenProject project,
boolean ignoreMissingSiteUrl)
throws java.io.IOException
project - ignoreMissingSiteUrl -
java.io.IOException - if anyorg.apache.maven.plugins.site.SiteStageMojo#getStructure( MavenProject project, boolean ignoreMissingSiteUrl )
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||