@CompileStatic class Javadoc extends AbstractFeature
Modifiers | Name | Description |
---|---|---|
static class |
Javadoc.Aggregate |
|
static class |
Javadoc.AutoLinks |
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
Groovydoc.Aggregate |
aggregate |
Javadoc.AutoLinks |
autoLinks |
Boolean |
copyDocFiles |
Boolean |
empty |
Set<String> |
excludes |
Set<String> |
includes |
ExtStandardJavadocDocletOptions |
options |
String |
title |
Constructor and description |
---|
Javadoc
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
aggregate(Action<? super Aggregate> action) |
|
void |
aggregate(Closure<Void> action) |
|
void |
applyTo(Javadoc javadoc) |
|
void |
autoLinks(Action<? super AutoLinks> action) |
|
void |
autoLinks(Closure<Void> action) |
|
void |
exclude(String str) |
|
boolean |
getCopyDocFiles() |
|
boolean |
getEmpty() |
|
void |
include(String str) |
|
static void |
merge(Javadoc o1, Javadoc o2) |
|
void |
options(Action<? super ExtStandardJavadocDocletOptions> action) |
|
void |
options(Closure<Void> action) |
|
void |
postMerge() |
|
Map<String, Map<String, Object>> |
toMap() |
Methods inherited from class | Name |
---|---|
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation