org.gradle.external.javadoc
Interface MinimalJavadocOptions
- All Known Implementing Classes:
- CoreJavadocOptions, StandardJavadocDocletOptions
public interface MinimalJavadocOptions
Provides the core Javadoc options.
getOverview
@Input
@Optional
String getOverview()
setOverview
void setOverview(String overview)
overview
MinimalJavadocOptions overview(String overview)
getMemberLevel
@Input
@Optional
JavadocMemberLevel getMemberLevel()
setMemberLevel
void setMemberLevel(JavadocMemberLevel memberLevel)
showFromPublic
MinimalJavadocOptions showFromPublic()
showFromProtected
MinimalJavadocOptions showFromProtected()
showFromPackage
MinimalJavadocOptions showFromPackage()
showFromPrivate
MinimalJavadocOptions showFromPrivate()
showAll
MinimalJavadocOptions showAll()
getDoclet
@Input
@Optional
String getDoclet()
setDoclet
void setDoclet(String docletClass)
doclet
MinimalJavadocOptions doclet(String docletClass)
getDocletpath
@InputFiles
List<File> getDocletpath()
setDocletpath
void setDocletpath(List<File> docletpath)
docletpath
MinimalJavadocOptions docletpath(File... docletpath)
getSource
@Input
@Optional
String getSource()
setSource
void setSource(String source)
source
MinimalJavadocOptions source(String source)
getClasspath
List<File> getClasspath()
setClasspath
void setClasspath(List<File> classpath)
classpath
MinimalJavadocOptions classpath(List<File> classpath)
classpath
MinimalJavadocOptions classpath(File... classpath)
getBootClasspath
@InputFiles
List<File> getBootClasspath()
setBootClasspath
void setBootClasspath(List<File> bootClasspath)
bootClasspath
MinimalJavadocOptions bootClasspath(File... bootClasspath)
getExtDirs
@InputFiles
List<File> getExtDirs()
setExtDirs
void setExtDirs(List<File> extDirs)
extDirs
MinimalJavadocOptions extDirs(File... extDirs)
getOutputLevel
JavadocOutputLevel getOutputLevel()
setOutputLevel
void setOutputLevel(JavadocOutputLevel outputLevel)
verbose
MinimalJavadocOptions verbose()
isVerbose
boolean isVerbose()
quiet
MinimalJavadocOptions quiet()
isBreakIterator
@Input
boolean isBreakIterator()
setBreakIterator
void setBreakIterator(boolean breakIterator)
breakIterator
MinimalJavadocOptions breakIterator(boolean breakIterator)
breakIterator
MinimalJavadocOptions breakIterator()
getLocale
@Input
@Optional
String getLocale()
setLocale
void setLocale(String locale)
locale
MinimalJavadocOptions locale(String locale)
getEncoding
@Input
@Optional
String getEncoding()
setEncoding
void setEncoding(String encoding)
encoding
MinimalJavadocOptions encoding(String encoding)
getJFlags
List<String> getJFlags()
setJFlags
void setJFlags(List<String> jFlags)
jFlags
MinimalJavadocOptions jFlags(String... jFlags)
getOptionFiles
List<File> getOptionFiles()
setOptionFiles
void setOptionFiles(List<File> optionFiles)
optionFiles
MinimalJavadocOptions optionFiles(File... argumentFiles)
getDestinationDirectory
File getDestinationDirectory()
setDestinationDirectory
void setDestinationDirectory(File directory)
destinationDirectory
MinimalJavadocOptions destinationDirectory(File directory)
getWindowTitle
@Input
@Optional
String getWindowTitle()
setWindowTitle
void setWindowTitle(String windowTitle)
windowTitle
StandardJavadocDocletOptions windowTitle(String windowTitle)
getHeader
@Input
@Optional
String getHeader()
setHeader
void setHeader(String header)
header
StandardJavadocDocletOptions header(String header)
write
void write(File outputFile)
throws IOException
- Throws:
IOException
getSourceNames
List<String> getSourceNames()
setSourceNames
void setSourceNames(List<String> sourceNames)
sourceNames
MinimalJavadocOptions sourceNames(String... sourceNames)
contributeCommandLineOptions
void contributeCommandLineOptions(ExecSpec execHandleBuilder)