|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectorg.gradle.external.javadoc.JavadocMemberLevel
enum JavadocMemberLevel
This enum maps to the -public, -protected, -package and -private options of the javadoc executable.
| Enum Constant Summary | |
|---|---|
PACKAGE
|
|
PRIVATE
|
|
PROTECTED
|
|
PUBLIC
|
|
| Method Summary | |
|---|---|
JavadocMemberLevel
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
JavadocMemberLevel[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Enum Constant Detail |
|---|
JavadocMemberLevel PACKAGE
JavadocMemberLevel PRIVATE
JavadocMemberLevel PROTECTED
JavadocMemberLevel PUBLIC
| Method Detail |
|---|
JavadocMemberLevel valueOf(java.lang.String name)
JavadocMemberLevel[] values()
Groovy Documentation