|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.javadoc.AbstractJavadocMojo
org.apache.maven.plugin.javadoc.ResourcesBundleMojo
org.apache.maven.plugin.javadoc.TestResourcesBundleMojo
public class TestResourcesBundleMojo
Bundle TestJavadocJar.testJavadocDirectory
, along with javadoc configuration options from
AbstractJavadocMojo
such as taglet, doclet, and link information into a deployable
artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the
includeDependencySources
option, to generate javadocs that are somewhat consistent
with those generated in the original project itself.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.javadoc.ResourcesBundleMojo |
---|
BUNDLE_OPTIONS_PATH, RESOURCES_DIR_PATH |
Fields inherited from class org.apache.maven.plugin.javadoc.AbstractJavadocMojo |
---|
aggregate, ARGFILE_FILE_NAME, DEBUG_JAVADOC_SCRIPT_NAME, DEFAULT_JAVA_API_LINKS, failOnError, FILES_FILE_NAME, JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, links, OPTIONS_FILE_NAME, outputDirectory, PACKAGES_FILE_NAME, project, skip, TEST_JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, useStandardDocletOptions |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TestResourcesBundleMojo()
|
Method Summary | |
---|---|
protected java.lang.String |
getAttachmentClassifier()
Override this if you need to provide a bundle attachment classifier, as in the case of test javadocs. |
protected java.io.File |
getJavadocDirectory()
|
Methods inherited from class org.apache.maven.plugin.javadoc.ResourcesBundleMojo |
---|
execute |
Methods inherited from class org.apache.maven.plugin.javadoc.AbstractJavadocMojo |
---|
buildJavadocOptions, canGenerateReport, configureDependencySourceResolution, executeReport, getCompileArtifacts, getDependencySourcePaths, getDoctitle, getExecutionProjectSourceRoots, getFiles, getJavadocOptionsFile, getOutputDirectory, getOverview, getProject, getProjectArtifacts, getProjectBuildOutputDirs, getProjectSourceRoots, getSourcePaths, getWindowtitle, isAggregator |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestResourcesBundleMojo()
Method Detail |
---|
protected java.lang.String getAttachmentClassifier()
AbstractJavadocMojo
getAttachmentClassifier
in class AbstractJavadocMojo
protected java.io.File getJavadocDirectory()
getJavadocDirectory
in class AbstractJavadocMojo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |