Package org.gradle.external.javadoc
Interface MinimalJavadocOptions
- All Known Implementing Classes:
- CoreJavadocOptions,- StandardJavadocDocletOptions
public interface MinimalJavadocOptions
Provides the core Javadoc options.
- 
Method SummaryModifier and TypeMethodDescriptionbootClasspath(File... bootClasspath) breakIterator(boolean breakIterator) voidcontributeCommandLineOptions(ExecSpec execHandleBuilder) destinationDirectory(File directory) docletpath(File... docletpath) The --module-path.booleanbooleanmodulePath(List<File> classpath) The --module-path.optionFiles(File... argumentFiles) quiet()voidsetBootClasspath(List<File> bootClasspath) voidsetBreakIterator(boolean breakIterator) voidsetClasspath(List<File> classpath) voidsetDestinationDirectory(File directory) voidvoidsetDocletpath(List<File> docletpath) voidsetEncoding(String encoding) voidsetExtDirs(List<File> extDirs) voidvoidvoidvoidsetMemberLevel(JavadocMemberLevel memberLevel) voidsetModulePath(List<File> modulePath) The --module-path.voidsetOptionFiles(List<File> optionFiles) voidsetOutputLevel(JavadocOutputLevel outputLevel) voidsetOverview(String overview) voidvoidsetSourceNames(List<String> sourceNames) voidsetWindowTitle(String windowTitle) showAll()sourceNames(String... sourceNames) verbose()windowTitle(String windowTitle) void
- 
Method Details- 
getOverview
- 
setOverview
- 
overview
- 
getMemberLevel
- 
setMemberLevel
- 
showFromPublicMinimalJavadocOptions showFromPublic()
- 
showFromProtectedMinimalJavadocOptions showFromProtected()
- 
showFromPackageMinimalJavadocOptions showFromPackage()
- 
showFromPrivateMinimalJavadocOptions showFromPrivate()
- 
showAllMinimalJavadocOptions showAll()
- 
getDoclet
- 
setDoclet
- 
doclet
- 
getDocletpath
- 
setDocletpath
- 
docletpath
- 
getSource
- 
setSource
- 
source
- 
getClasspath
- 
setClasspath
- 
getModulePathThe --module-path.- Since:
- 6.4
 
- 
setModulePathThe --module-path.- Since:
- 6.4
 
- 
modulePathThe --module-path.- Since:
- 6.4
 
- 
classpath
- 
classpath
- 
getBootClasspath
- 
setBootClasspath
- 
bootClasspath
- 
getExtDirs@Nullable @Optional @IgnoreEmptyDirectories @PathSensitive(RELATIVE) @InputFiles List<File> getExtDirs()
- 
setExtDirs
- 
extDirs
- 
getOutputLevel
- 
setOutputLevel
- 
verboseMinimalJavadocOptions verbose()
- 
isVerbose
- 
quietMinimalJavadocOptions quiet()
- 
isBreakIterator
- 
setBreakIteratorvoid setBreakIterator(boolean breakIterator) 
- 
breakIterator
- 
breakIteratorMinimalJavadocOptions breakIterator()
- 
getLocale
- 
setLocale
- 
locale
- 
getEncoding
- 
setEncoding
- 
encoding
- 
getJFlags
- 
setJFlags
- 
jFlags
- 
getOptionFiles
- 
setOptionFiles
- 
optionFiles
- 
getDestinationDirectory
- 
setDestinationDirectory
- 
destinationDirectory
- 
getWindowTitle
- 
setWindowTitle
- 
windowTitle
- 
getHeader
- 
setHeader
- 
header
- 
write- Throws:
- IOException
 
- 
getSourceNames
- 
setSourceNames
- 
sourceNames
- 
contributeCommandLineOptions
 
-