Package org.gradle.external.javadoc
Interface MinimalJavadocOptions
- All Known Implementing Classes:
CoreJavadocOptions,StandardJavadocDocletOptions
public interface MinimalJavadocOptions
Provides the core Javadoc options.
-
Method Summary
Modifier and TypeMethodDescriptionbootClasspath(File... bootClasspath) breakIterator(boolean breakIterator) voidcontributeCommandLineOptions(ExecSpec execHandleBuilder) destinationDirectory(File directory) docletpath(File... docletpath) This method exists only for Kotlin source backward compatibility.This method exists only for Kotlin source backward compatibility.The --module-path.modulePath(List<File> classpath) The --module-path.optionFiles(File... argumentFiles) quiet()showAll()sourceNames(String... sourceNames) verbose()windowTitle(String windowTitle) void
-
Method Details
-
getOverview
-
overview
-
getMemberLevel
-
showFromPublic
MinimalJavadocOptions showFromPublic() -
showFromProtected
MinimalJavadocOptions showFromProtected() -
showFromPackage
MinimalJavadocOptions showFromPackage() -
showFromPrivate
MinimalJavadocOptions showFromPrivate() -
showAll
MinimalJavadocOptions showAll() -
getDoclet
-
doclet
-
getDocletpath
-
docletpath
-
getSource
-
source
-
getClasspath
-
getModulePath
The --module-path.- Since:
- 6.4
-
modulePath
The --module-path.- Since:
- 6.4
-
classpath
-
classpath
-
getBootClasspath
-
bootClasspath
-
getExtDirs
-
extDirs
-
getOutputLevel
-
verbose
MinimalJavadocOptions verbose() -
getVerbose
-
getIsVerbose
This method exists only for Kotlin source backward compatibility. -
quiet
MinimalJavadocOptions quiet() -
getBreakIterator
-
getIsBreakIterator
This method exists only for Kotlin source backward compatibility. -
breakIterator
-
breakIterator
MinimalJavadocOptions breakIterator() -
getLocale
-
locale
-
getEncoding
-
encoding
-
getJFlags
-
jFlags
-
getOptionFiles
-
optionFiles
-
getDestinationDirectory
-
destinationDirectory
-
getWindowTitle
-
windowTitle
-
getHeader
-
header
-
write
- Throws:
IOException
-
getSourceNames
-
sourceNames
-
contributeCommandLineOptions
-