public class JxrReportUtil extends Object
Constructor and Description |
---|
JxrReportUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getMavenJavadocPluginBasicOption(MavenProject project,
String optionName,
String defaultValue)
Return the
optionName value defined in a project for the "maven-javadoc-plugin" plugin. |
protected static List<?> |
getMavenJavadocPlugins(MavenProject project)
Return the plugin references for the javadoc plugin in a project.
|
protected static String |
getStructure(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(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(MavenProject project) throws IOException
project
- IOException
protected static String getMavenJavadocPluginBasicOption(MavenProject project, String optionName, String defaultValue) throws IOException
optionName
value defined in a project for the "maven-javadoc-plugin" plugin.project
- not nulloptionName
- the option name wanteddefaultValue
- a default valueIOException
- if anyprotected static List<?> getMavenJavadocPlugins(MavenProject project) throws IOException
project
- not nullIOException
- if anyprotected static String getStructure(MavenProject project, boolean ignoreMissingSiteUrl) throws IOException
project
- ignoreMissingSiteUrl
- IOException
- if anyCopyright © 2005–2018 The Apache Software Foundation. All rights reserved.