public class JxrReportUtil extends Object
Constructor and Description |
---|
JxrReportUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getMavenJavadocPluginBasicOption(org.apache.maven.project.MavenProject project,
String optionName,
String defaultValue)
Returns the
optionName value defined in a project for the "maven-javadoc-plugin" plugin. |
protected static List<?> |
getMavenJavadocPlugins(org.apache.maven.project.MavenProject project)
Returns the plugin references for the javadoc plugin in a project.
|
protected static 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.
|
protected static boolean isJavadocAggregated(org.apache.maven.project.MavenProject project)
project
- the Maven projectprotected static String getMavenJavadocPluginBasicOption(org.apache.maven.project.MavenProject project, String optionName, String defaultValue)
optionName
value defined in a project for the "maven-javadoc-plugin" plugin.project
- not nulloptionName
- the option name wanteddefaultValue
- a default valueprotected static List<?> getMavenJavadocPlugins(org.apache.maven.project.MavenProject project)
project
- Maven projectprotected static String getStructure(org.apache.maven.project.MavenProject project, boolean ignoreMissingSiteUrl) throws IOException
project
- the Maven projectignoreMissingSiteUrl
- whether missing site url in distribution management of the POM should be ignoredIOException
- if site url is missingCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.