Groovy Documentation

org.gradle.external.javadoc
Enum JavadocOutputLevel

java.lang.Object
  org.gradle.external.javadoc.JavadocOutputLevel

enum JavadocOutputLevel

This enum maps to the -verbose and -quiet options of the javadoc executable.

author:
Tom Eyckmans


Enum Constant Summary
QUIET

VERBOSE

 
Method Summary
JavadocOutputLevel valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

JavadocOutputLevel[] 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

QUIET

JavadocOutputLevel QUIET


VERBOSE

JavadocOutputLevel VERBOSE


 
Method Detail

valueOf

JavadocOutputLevel valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

JavadocOutputLevel[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation