Provides the core Javadoc options.
MinimalJavadocOptions
bootClasspath(File... bootClasspath)
breakIterator(boolean breakIterator)
breakIterator()
classpath(List<File> classpath)
classpath(File... classpath)
void
contributeCommandLineOptions(ExecSpec execHandleBuilder)
destinationDirectory(File directory)
doclet(String docletClass)
docletpath(File... docletpath)
encoding(String encoding)
extDirs(File... extDirs)
List<File>
getBootClasspath()
getClasspath()
File
getDestinationDirectory()
String
getDoclet()
getDocletpath()
getEncoding()
getExtDirs()
getHeader()
List<String>
getJFlags()
getLocale()
JavadocMemberLevel
getMemberLevel()
getOptionFiles()
JavadocOutputLevel
getOutputLevel()
getOverview()
getSource()
getSourceNames()
getWindowTitle()
StandardJavadocDocletOptions
header(String header)
boolean
isBreakIterator()
isVerbose()
jFlags(String... jFlags)
locale(String locale)
optionFiles(File... argumentFiles)
overview(String overview)
quiet()
setBootClasspath(List<File> bootClasspath)
setBreakIterator(boolean breakIterator)
setClasspath(List<File> classpath)
setDestinationDirectory(File directory)
setDoclet(String docletClass)
setDocletpath(List<File> docletpath)
setEncoding(String encoding)
setExtDirs(List<File> extDirs)
setHeader(String header)
setJFlags(List<String> jFlags)
setLocale(String locale)
setMemberLevel(JavadocMemberLevel memberLevel)
setOptionFiles(List<File> optionFiles)
setOutputLevel(JavadocOutputLevel outputLevel)
setOverview(String overview)
setSource(String source)
setSourceNames(List<String> sourceNames)
setWindowTitle(String windowTitle)
showAll()
showFromPackage()
showFromPrivate()
showFromProtected()
showFromPublic()
source(String source)
sourceNames(String... sourceNames)
verbose()
windowTitle(String windowTitle)
write(File outputFile)
Gradle API 2.0