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