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) void
contributeCommandLineOptions
(ExecSpec execHandleBuilder) destinationDirectory
(File directory) docletpath
(File... docletpath) The --module-path.boolean
boolean
modulePath
(List<File> classpath) The --module-path.optionFiles
(File... argumentFiles) quiet()
void
setBootClasspath
(List<File> bootClasspath) void
setBreakIterator
(boolean breakIterator) void
setClasspath
(List<File> classpath) void
setDestinationDirectory
(File directory) void
void
setDocletpath
(List<File> docletpath) void
setEncoding
(String encoding) void
setExtDirs
(List<File> extDirs) void
void
void
void
setMemberLevel
(JavadocMemberLevel memberLevel) void
setModulePath
(List<File> modulePath) The --module-path.void
setOptionFiles
(List<File> optionFiles) void
setOutputLevel
(JavadocOutputLevel outputLevel) void
setOverview
(String overview) void
void
setSourceNames
(List<String> sourceNames) void
setWindowTitle
(String windowTitle) showAll()
sourceNames
(String... sourceNames) verbose()
windowTitle
(String windowTitle) void
-
Method Details
-
getOverview
-
setOverview
-
overview
-
getMemberLevel
-
setMemberLevel
-
showFromPublic
MinimalJavadocOptions showFromPublic() -
showFromProtected
MinimalJavadocOptions showFromProtected() -
showFromPackage
MinimalJavadocOptions showFromPackage() -
showFromPrivate
MinimalJavadocOptions showFromPrivate() -
showAll
MinimalJavadocOptions showAll() -
getDoclet
-
setDoclet
-
doclet
-
getDocletpath
-
setDocletpath
-
docletpath
-
getSource
-
setSource
-
source
-
getClasspath
-
setClasspath
-
getModulePath
The --module-path.- Since:
- 6.4
-
setModulePath
The --module-path.- Since:
- 6.4
-
modulePath
The --module-path.- Since:
- 6.4
-
classpath
-
classpath
-
getBootClasspath
-
setBootClasspath
-
bootClasspath
-
getExtDirs
@Nullable @Optional @IgnoreEmptyDirectories @PathSensitive(RELATIVE) @InputFiles List<File> getExtDirs() -
setExtDirs
-
extDirs
-
getOutputLevel
-
setOutputLevel
-
verbose
MinimalJavadocOptions verbose() -
isVerbose
-
quiet
MinimalJavadocOptions quiet() -
isBreakIterator
-
setBreakIterator
void setBreakIterator(boolean breakIterator) -
breakIterator
-
breakIterator
MinimalJavadocOptions 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
-