Serialized Form


Package org.apache.maven.plugin.javadoc.options

Class org.apache.maven.plugin.javadoc.options.BootclasspathArtifact extends JavadocPathArtifact implements Serializable

Class org.apache.maven.plugin.javadoc.options.DocletArtifact extends JavadocPathArtifact implements Serializable

Class org.apache.maven.plugin.javadoc.options.Group extends Object implements Serializable

Serialized Fields

title

String title
Title can be any text, and can include white space. This text is placed in the table heading for the group.


packages

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 (:).

Class org.apache.maven.plugin.javadoc.options.JavadocOptions extends Object implements Serializable

Serialized Fields

groups

List<E> groups
Field groups.


tags

List<E> tags
Field tags.


docletArtifacts

List<E> docletArtifacts
Field docletArtifacts.


taglets

List<E> taglets
Field taglets.


offlineLinks

List<E> offlineLinks
Field offlineLinks.


tagletArtifacts

List<E> tagletArtifacts
Field tagletArtifacts.


resourcesArtifacts

List<E> resourcesArtifacts
Field resourcesArtifacts.


bootclasspathArtifacts

List<E> bootclasspathArtifacts
Field bootclasspathArtifacts.


links

List<E> links
Field links.


excludePackageNames

List<E> excludePackageNames
Field excludePackageNames.


docfilesSubdirsUsed

boolean docfilesSubdirsUsed
Enables deep copying of the '**/doc-files' directories and the specific 'resources' directory.


excludedDocfilesSubdirs

String excludedDocfilesSubdirs
List of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories.


javadocResourcesDirectory

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.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.plugin.javadoc.options.JavadocPathArtifact extends Object implements Serializable

Serialized Fields

groupId

String groupId
The id of the group of the artifact.


artifactId

String artifactId
The id of the artifact.


version

String version
The version of the artifact.

Class org.apache.maven.plugin.javadoc.options.OfflineLink extends Object implements Serializable

Serialized Fields

url

String url
The url of the link.


location

String location
The location of the link.

Class org.apache.maven.plugin.javadoc.options.ResourcesArtifact extends JavadocPathArtifact implements Serializable

Class org.apache.maven.plugin.javadoc.options.Tag extends Object implements Serializable

Serialized Fields

name

String name
Name of the tag.


head

String head
Head of the tag.


placement

String placement
Field placement

Class org.apache.maven.plugin.javadoc.options.Taglet extends Object implements Serializable

Serialized Fields

tagletClass

String tagletClass
tagletClass is the fully-qualified name for the taglet class.


tagletpath

String tagletpath
Specifies the search paths for finding taglet class files (.class).


tagletArtifact

TagletArtifact tagletArtifact
Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).

Class org.apache.maven.plugin.javadoc.options.TagletArtifact extends JavadocPathArtifact implements Serializable



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.