Class JavadocOptions
java.lang.Object
org.apache.maven.plugins.javadoc.options.JavadocOptions
- All Implemented Interfaces:
- Serializable
Root class to contain all javadoc configuration options for
 inclusion in javadoc bundle archives.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddBootclasspathArtifact(BootclasspathArtifact bootclasspathArtifact) Method addBootclasspathArtifact.voidaddDocletArtifact(DocletArtifact docletArtifact) Method addDocletArtifact.voidaddExcludePackageName(String string) Method addExcludePackageName.voidMethod addGroup.voidMethod addLink.voidaddOfflineLink(OfflineLink offlineLink) Method addOfflineLink.voidaddResourcesArtifact(ResourcesArtifact resourcesArtifact) Method addResourcesArtifact.voidMethod addTag.voidMethod addTaglet.voidaddTagletArtifact(TagletArtifact tagletArtifact) Method addTagletArtifact.Method getBootclasspathArtifacts.Method getDocletArtifacts.Get list of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories.Method getExcludePackageNames.Method getGroups.Get path relative to project basedir where javadoc resources were located.getLinks()Method getLinks.Get the modelEncoding field.Method getOfflineLinks.Method getResourcesArtifacts.Method getTagletArtifacts.Method getTaglets.getTags()Method getTags.booleanGet enables deep copying of the '**/doc-files' directories and the specific 'resources' directory.voidremoveBootclasspathArtifact(BootclasspathArtifact bootclasspathArtifact) Method removeBootclasspathArtifact.voidremoveDocletArtifact(DocletArtifact docletArtifact) Method removeDocletArtifact.voidremoveExcludePackageName(String string) Method removeExcludePackageName.voidremoveGroup(Group group) Method removeGroup.voidremoveLink(String string) Method removeLink.voidremoveOfflineLink(OfflineLink offlineLink) Method removeOfflineLink.voidremoveResourcesArtifact(ResourcesArtifact resourcesArtifact) Method removeResourcesArtifact.voidMethod removeTag.voidremoveTaglet(Taglet taglet) Method removeTaglet.voidremoveTagletArtifact(TagletArtifact tagletArtifact) Method removeTagletArtifact.voidsetBootclasspathArtifacts(List<BootclasspathArtifact> bootclasspathArtifacts) Set a list of BootclasspathArtifact parameters.voidsetDocfilesSubdirsUsed(boolean docfilesSubdirsUsed) Set enables deep copying of the '**/doc-files' directories and the specific 'resources' directory.voidsetDocletArtifacts(List<DocletArtifact> docletArtifacts) Set a list of DocletArtifact parameters.voidsetExcludedDocfilesSubdirs(String excludedDocfilesSubdirs) Set list of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories.voidsetExcludePackageNames(List<String> excludePackageNames) Set list of subpackage patterns to exclude from javadoc generation.voidSet a list of Group parameters.voidsetJavadocResourcesDirectory(String javadocResourcesDirectory) Set path relative to project basedir where javadoc resources were located.voidSet list of URLs to javadocs for external classes.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetOfflineLinks(List<OfflineLink> offlineLinks) Set a list of OfflineLink parameters.voidsetResourcesArtifacts(List<ResourcesArtifact> resourcesArtifacts) Set a list of ResourcesArtifact parameters.voidsetTagletArtifacts(List<TagletArtifact> tagletArtifacts) Set a list of TagletArtifact parameters.voidsetTaglets(List<Taglet> taglets) Set a list of Taglet parameters.voidSet a list of Tag parameters.
- 
Constructor Details- 
JavadocOptionspublic JavadocOptions()
 
- 
- 
Method Details- 
addBootclasspathArtifactMethod addBootclasspathArtifact.- Parameters:
- bootclasspathArtifact- a bootclasspathArtifact object.
 
- 
addDocletArtifactMethod addDocletArtifact.- Parameters:
- docletArtifact- a docletArtifact object.
 
- 
addExcludePackageNameMethod addExcludePackageName.- Parameters:
- string- a string object.
 
- 
addGroupMethod addGroup.- Parameters:
- group- a group object.
 
- 
addLinkMethod addLink.- Parameters:
- string- a string object.
 
- 
addOfflineLinkMethod addOfflineLink.- Parameters:
- offlineLink- a offlineLink object.
 
- 
addResourcesArtifactMethod addResourcesArtifact.- Parameters:
- resourcesArtifact- a resourcesArtifact object.
 
- 
addTagMethod addTag.- Parameters:
- tag- a tag object.
 
- 
addTagletMethod addTaglet.- Parameters:
- taglet- a taglet object.
 
- 
addTagletArtifactMethod addTagletArtifact.- Parameters:
- tagletArtifact- a tagletArtifact object.
 
- 
getBootclasspathArtifactsMethod getBootclasspathArtifacts.- Returns:
- List
 
- 
getDocletArtifactsMethod getDocletArtifacts.- Returns:
- List
 
- 
getExcludePackageNamesMethod getExcludePackageNames.- Returns:
- List
 
- 
getExcludedDocfilesSubdirsGet list of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories.- Returns:
- String
 
- 
getGroupsMethod getGroups.- Returns:
- List
 
- 
getJavadocResourcesDirectoryGet path relative to project basedir where javadoc resources were located. This is mainly useful in multimodule builds where the reactor is still populated.- Returns:
- String
 
- 
getLinksMethod getLinks.- Returns:
- List
 
- 
getModelEncodingGet the modelEncoding field.- Returns:
- String
 
- 
getOfflineLinksMethod getOfflineLinks.- Returns:
- List
 
- 
getResourcesArtifactsMethod getResourcesArtifacts.- Returns:
- List
 
- 
getTagletArtifactsMethod getTagletArtifacts.- Returns:
- List
 
- 
getTagletsMethod getTaglets.- Returns:
- List
 
- 
getTagsMethod getTags.- Returns:
- List
 
- 
isDocfilesSubdirsUsedpublic boolean isDocfilesSubdirsUsed()Get enables deep copying of the '**/doc-files' directories and the specific 'resources' directory.- Returns:
- boolean
 
- 
removeBootclasspathArtifactMethod removeBootclasspathArtifact.- Parameters:
- bootclasspathArtifact- a bootclasspathArtifact object.
 
- 
removeDocletArtifactMethod removeDocletArtifact.- Parameters:
- docletArtifact- a docletArtifact object.
 
- 
removeExcludePackageNameMethod removeExcludePackageName.- Parameters:
- string- a string object.
 
- 
removeGroupMethod removeGroup.- Parameters:
- group- a group object.
 
- 
removeLinkMethod removeLink.- Parameters:
- string- a string object.
 
- 
removeOfflineLinkMethod removeOfflineLink.- Parameters:
- offlineLink- a offlineLink object.
 
- 
removeResourcesArtifactMethod removeResourcesArtifact.- Parameters:
- resourcesArtifact- a resourcesArtifact object.
 
- 
removeTagMethod removeTag.- Parameters:
- tag- a tag object.
 
- 
removeTagletMethod removeTaglet.- Parameters:
- taglet- a taglet object.
 
- 
removeTagletArtifactMethod removeTagletArtifact.- Parameters:
- tagletArtifact- a tagletArtifact object.
 
- 
setBootclasspathArtifactsSet a list of BootclasspathArtifact parameters.- Parameters:
- bootclasspathArtifacts- a bootclasspathArtifacts object
 
- 
setDocfilesSubdirsUsedpublic void setDocfilesSubdirsUsed(boolean docfilesSubdirsUsed) Set enables deep copying of the '**/doc-files' directories and the specific 'resources' directory.- Parameters:
- docfilesSubdirsUsed- a docfilesSubdirsUsed object.
 
- 
setDocletArtifactsSet a list of DocletArtifact parameters.- Parameters:
- docletArtifacts- a docletArtifacts object.
 
- 
setExcludePackageNamesSet list of subpackage patterns to exclude from javadoc generation.- Parameters:
- excludePackageNames- a excludePackageNames object.
 
- 
setExcludedDocfilesSubdirsSet list of exclusion patterns separated by ':' for deep copying of the '**/doc-files' directories.- Parameters:
- excludedDocfilesSubdirs- a excludedDocfilesSubdirs object.
 
- 
setGroupsSet a list of Group parameters.- Parameters:
- groups- a groups object.
 
- 
setJavadocResourcesDirectorySet path relative to project basedir where javadoc resources were located. This is mainly useful in multimodule builds where the reactor is still populated.- Parameters:
- javadocResourcesDirectory- a javadocResourcesDirectory object.
 
- 
setLinksSet list of URLs to javadocs for external classes.- Parameters:
- links- a links object.
 
- 
setModelEncodingSet the modelEncoding field.- Parameters:
- modelEncoding- a modelEncoding object.
 
- 
setOfflineLinksSet a list of OfflineLink parameters.- Parameters:
- offlineLinks- a offlineLinks object.
 
- 
setResourcesArtifactsSet a list of ResourcesArtifact parameters.- Parameters:
- resourcesArtifacts- a resourcesArtifacts object.
 
- 
setTagletArtifactsSet a list of TagletArtifact parameters.- Parameters:
- tagletArtifacts- a tagletArtifacts object.
 
- 
setTagletsSet a list of Taglet parameters.- Parameters:
- taglets- a taglets object.
 
- 
setTagsSet a list of Tag parameters.- Parameters:
- tags- a tags object.
 
 
-