api / org.gradle.external.javadoc

Package org.gradle.external.javadoc

Types

CoreJavadocOptions

abstract class CoreJavadocOptions : MinimalJavadocOptions

Provides the core Javadoc Options. That is, provides the options which are not doclet specific.

JavadocMemberLevel

class JavadocMemberLevel

This enum maps to the -public, -protected, -package and -private options of the javadoc executable.

JavadocOfflineLink

open class JavadocOfflineLink : Serializable

This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.

JavadocOptionFileOption

interface JavadocOptionFileOption<T : Any> : OptionLessJavadocOptionFileOption<T>

Represents a Javadoc command-line option.

JavadocOutputLevel

class JavadocOutputLevel

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

MinimalJavadocOptions

interface MinimalJavadocOptions

Provides the core Javadoc options.

OptionLessJavadocOptionFileOption

interface OptionLessJavadocOptionFileOption<T : Any>

Represents a Javadoc option.

StandardJavadocDocletOptions

open class StandardJavadocDocletOptions : CoreJavadocOptions, MinimalJavadocOptions

Provides the options for the standard Javadoc doclet.