Serialized Form
-
Package org.apache.maven.plugins.javadoc
-
Class org.apache.maven.plugins.javadoc.AdditionalDependency extends org.apache.maven.model.Dependency implements Serializable
-
-
Package org.apache.maven.plugins.javadoc.options
-
Class org.apache.maven.plugins.javadoc.options.BootclasspathArtifact extends JavadocPathArtifact implements Serializable
-
Class org.apache.maven.plugins.javadoc.options.DocletArtifact extends JavadocPathArtifact implements Serializable
-
Class org.apache.maven.plugins.javadoc.options.Group extends java.lang.Object implements Serializable
-
Serialized Fields
-
packages
java.lang.String packages
Packages can be any package name, or can be the start of any package name followed by an asterisk (*). The asterisk is a wildcard meaning "match any characters". This is the only wildcard allowed. Multiple patterns can be included in a group by separating them with colons (:). -
title
java.lang.String title
Title can be any text, and can include white space. This text is placed in the table heading for the group.
-
-
-
Class org.apache.maven.plugins.javadoc.options.JavadocOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
bootclasspathArtifacts
java.util.List<BootclasspathArtifact> bootclasspathArtifacts
Field bootclasspathArtifacts. -
docfilesSubdirsUsed
boolean docfilesSubdirsUsed
Enables deep copying of the '**/doc-files' directories and the specific 'resources' directory. -
docletArtifacts
java.util.List<DocletArtifact> docletArtifacts
Field docletArtifacts. -
excludedDocfilesSubdirs
java.lang.String excludedDocfilesSubdirs
List of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories. -
excludePackageNames
java.util.List<java.lang.String> excludePackageNames
Field excludePackageNames. -
groups
java.util.List<Group> groups
Field groups. -
javadocResourcesDirectory
java.lang.String javadocResourcesDirectory
Path relative to project basedir where javadoc resources were located. This is mainly useful in multimodule builds where the reactor is still populated. -
links
java.util.List<java.lang.String> links
Field links. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
offlineLinks
java.util.List<OfflineLink> offlineLinks
Field offlineLinks. -
resourcesArtifacts
java.util.List<ResourcesArtifact> resourcesArtifacts
Field resourcesArtifacts. -
tagletArtifacts
java.util.List<TagletArtifact> tagletArtifacts
Field tagletArtifacts. -
taglets
java.util.List<Taglet> taglets
Field taglets. -
tags
java.util.List<Tag> tags
Field tags.
-
-
-
Class org.apache.maven.plugins.javadoc.options.JavadocPathArtifact extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The id of the artifact. -
groupId
java.lang.String groupId
The id of the group of the artifact. -
version
java.lang.String version
The version of the artifact.
-
-
-
Class org.apache.maven.plugins.javadoc.options.OfflineLink extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
java.lang.String location
The location of the link. -
url
java.lang.String url
The url of the link.
-
-
-
Class org.apache.maven.plugins.javadoc.options.ResourcesArtifact extends JavadocPathArtifact implements Serializable
-
Class org.apache.maven.plugins.javadoc.options.Tag extends java.lang.Object implements Serializable
-
Serialized Fields
-
head
java.lang.String head
Head of the tag. -
name
java.lang.String name
Name of the tag. -
placement
java.lang.String placement
Placement of the tag.
-
-
-
Class org.apache.maven.plugins.javadoc.options.Taglet extends java.lang.Object implements Serializable
-
Serialized Fields
-
tagletArtifact
TagletArtifact tagletArtifact
Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class). -
tagletClass
java.lang.String tagletClass
tagletClass is the fully-qualified name for the taglet class. -
tagletpath
java.lang.String tagletpath
Specifies the search paths for finding taglet class files (.class).
-
-
-
Class org.apache.maven.plugins.javadoc.options.TagletArtifact extends JavadocPathArtifact implements Serializable
-