MinimalJavadocOptions

Provides the core Javadoc options.

Since

0.7

Inheritors

Functions

Link copied to clipboard
abstract fun bootClasspath(bootClasspath: Array<File>): MinimalJavadocOptions
Boot classpath.
Link copied to clipboard
abstract fun breakIterator(breakIterator: Boolean): MinimalJavadocOptions
Break iterator.
Link copied to clipboard
abstract fun classpath(classpath: Array<File>): MinimalJavadocOptions
abstract fun classpath(classpath: List<File>): MinimalJavadocOptions
Classpath.
Link copied to clipboard
abstract fun contributeCommandLineOptions(execHandleBuilder: ExecSpec)
Contribute command line options.
Link copied to clipboard
Destination directory.
Link copied to clipboard
abstract fun doclet(docletClass: String): MinimalJavadocOptions
Doclet.
Link copied to clipboard
abstract fun docletpath(docletpath: Array<File>): MinimalJavadocOptions
Docletpath.
Link copied to clipboard
abstract fun encoding(encoding: String): MinimalJavadocOptions
Encoding.
Link copied to clipboard
abstract fun extDirs(extDirs: Array<File>): MinimalJavadocOptions
Ext dirs.
Link copied to clipboard
Returns the boot classpath.
Link copied to clipboard
abstract fun getClasspath(): List<File>
Returns the classpath.
Link copied to clipboard
Returns the destination directory.
Link copied to clipboard
@Nullable
abstract fun getDoclet(): @Nullable String
Returns the doclet.
Link copied to clipboard
abstract fun getDocletpath(): List<File>
Returns the docletpath.
Link copied to clipboard
@Nullable
abstract fun getEncoding(): @Nullable String
Returns the encoding.
Link copied to clipboard
Returns the ext dirs.
Link copied to clipboard
@Nullable
abstract fun getHeader(): @Nullable String
Returns the header.
Link copied to clipboard
@Nullable
abstract fun getJFlags(): @Nullable List<String>
Returns the j flags.
Link copied to clipboard
@Nullable
abstract fun getLocale(): @Nullable String
Returns the locale.
Link copied to clipboard
@Nullable
abstract fun getMemberLevel(): @Nullable JavadocMemberLevel
Returns the member level.
Link copied to clipboard
abstract fun getModulePath(): List<File>
The --module-path.
Link copied to clipboard
abstract fun getOptionFiles(): @Nullable List<File>
Returns the option files.
Link copied to clipboard
Returns the output level.
Link copied to clipboard
@Nullable
abstract fun getOverview(): @Nullable String
Returns the overview.
Link copied to clipboard
@Nullable
abstract fun getSource(): @Nullable String
Returns the source.
Link copied to clipboard
@Nullable
abstract fun getSourceNames(): @Nullable List<String>
Returns the source names.
Link copied to clipboard
@Nullable
abstract fun getWindowTitle(): @Nullable String
Returns the window title.
Link copied to clipboard
Header.
Link copied to clipboard
abstract fun isBreakIterator(): Boolean
Returns whether break iterator is set.
Link copied to clipboard
abstract fun isVerbose(): Boolean
Returns whether verbose is set.
Link copied to clipboard
abstract fun jFlags(jFlags: Array<String>): MinimalJavadocOptions
J flags.
Link copied to clipboard
abstract fun locale(locale: String): MinimalJavadocOptions
Locale.
Link copied to clipboard
abstract fun modulePath(classpath: List<File>): MinimalJavadocOptions
The --module-path.
Link copied to clipboard
abstract fun optionFiles(argumentFiles: Array<File>): MinimalJavadocOptions
Option files.
Link copied to clipboard
abstract fun overview(overview: String): MinimalJavadocOptions
Overview.
Link copied to clipboard
Quiet.
Link copied to clipboard
abstract fun setBootClasspath(bootClasspath: List<File>)
Sets the boot classpath.
Link copied to clipboard
abstract fun setBreakIterator(breakIterator: Boolean)
Sets the break iterator.
Link copied to clipboard
abstract fun setClasspath(classpath: List<File>)
Sets the classpath.
Link copied to clipboard
abstract fun setDestinationDirectory(@Nullable directory: @Nullable File)
Sets the destination directory.
Link copied to clipboard
abstract fun setDoclet(@Nullable docletClass: @Nullable String)
Sets the doclet.
Link copied to clipboard
abstract fun setDocletpath(docletpath: List<File>)
Sets the docletpath.
Link copied to clipboard
abstract fun setEncoding(@Nullable encoding: @Nullable String)
Sets the encoding.
Link copied to clipboard
abstract fun setExtDirs(@Nullable extDirs: @Nullable List<File>)
Sets the ext dirs.
Link copied to clipboard
abstract fun setHeader(@Nullable header: @Nullable String)
Sets the header.
Link copied to clipboard
abstract fun setJFlags(@Nullable jFlags: @Nullable List<String>)
Sets the j flags.
Link copied to clipboard
abstract fun setLocale(@Nullable locale: @Nullable String)
Sets the locale.
Link copied to clipboard
abstract fun setMemberLevel(@Nullable memberLevel: @Nullable JavadocMemberLevel)
Sets the member level.
Link copied to clipboard
abstract fun setModulePath(modulePath: List<File>)
The --module-path.
Link copied to clipboard
abstract fun setOptionFiles(@Nullable optionFiles: @Nullable List<File>)
Sets the option files.
Link copied to clipboard
abstract fun setOutputLevel(outputLevel: JavadocOutputLevel)
Sets the output level.
Link copied to clipboard
abstract fun setOverview(@Nullable overview: @Nullable String)
Sets the overview.
Link copied to clipboard
abstract fun setSource(@Nullable source: @Nullable String)
Sets the source.
Link copied to clipboard
abstract fun setSourceNames(@Nullable sourceNames: @Nullable List<String>)
Sets the source names.
Link copied to clipboard
abstract fun setWindowTitle(@Nullable windowTitle: @Nullable String)
Sets the window title.
Link copied to clipboard
Show all.
Link copied to clipboard
Show from package.
Link copied to clipboard
Show from private.
Link copied to clipboard
Show from protected.
Link copied to clipboard
Show from public.
Link copied to clipboard
abstract fun source(source: String): MinimalJavadocOptions
Source.
Link copied to clipboard
abstract fun sourceNames(sourceNames: Array<String>): MinimalJavadocOptions
Source names.
Link copied to clipboard
Verbose.
Link copied to clipboard
abstract fun windowTitle(windowTitle: String): StandardJavadocDocletOptions
Window title.
Link copied to clipboard
abstract fun write(outputFile: File)
Write.