Interface MinimalJavadocOptions
- All Known Implementing Classes:
CoreJavadocOptions, StandardJavadocDocletOptions
public interface MinimalJavadocOptions
Provides the core Javadoc options.
- Since:
- 0.7
-
Method Summary
Modifier and TypeMethodDescriptionbootClasspath(File... bootClasspath) Boot classpath.Break iterator.breakIterator(boolean breakIterator) Break iterator.Classpath.Classpath.voidcontributeCommandLineOptions(ExecSpec execHandleBuilder) Contribute command line options.destinationDirectory(File directory) Destination directory.Doclet.docletpath(File... docletpath) Docletpath.Encoding.Ext dirs.Returns the boot classpath.Returns the classpath.Returns the destination directory.@Nullable StringReturns the doclet.Returns the docletpath.@Nullable StringReturns the encoding.Returns the ext dirs.@Nullable StringReturns the header.Returns the j flags.@Nullable StringReturns the locale.@Nullable JavadocMemberLevelReturns the member level.The --module-path.Returns the option files.Returns the output level.@Nullable StringReturns the overview.@Nullable StringReturns the source.Returns the source names.@Nullable StringReturns the window title.Header.booleanReturns whether break iterator is set.booleanReturns whether verbose is set.J flags.Locale.modulePath(List<File> classpath) The --module-path.optionFiles(File... argumentFiles) Option files.Overview.quiet()Quiet.voidsetBootClasspath(List<File> bootClasspath) Sets the boot classpath.voidsetBreakIterator(boolean breakIterator) Sets the break iterator.voidsetClasspath(List<File> classpath) Sets the classpath.voidsetDestinationDirectory(@Nullable File directory) Sets the destination directory.voidSets the doclet.voidsetDocletpath(List<File> docletpath) Sets the docletpath.voidsetEncoding(@Nullable String encoding) Sets the encoding.voidsetExtDirs(@Nullable List<File> extDirs) Sets the ext dirs.voidSets the header.voidSets the j flags.voidSets the locale.voidsetMemberLevel(@Nullable JavadocMemberLevel memberLevel) Sets the member level.voidsetModulePath(List<File> modulePath) The --module-path.voidsetOptionFiles(@Nullable List<File> optionFiles) Sets the option files.voidsetOutputLevel(JavadocOutputLevel outputLevel) Sets the output level.voidsetOverview(@Nullable String overview) Sets the overview.voidSets the source.voidsetSourceNames(@Nullable List<String> sourceNames) Sets the source names.voidsetWindowTitle(@Nullable String windowTitle) Sets the window title.showAll()Show all.Show from package.Show from private.Show from protected.Show from public.Source.sourceNames(String... sourceNames) Source names.verbose()Verbose.windowTitle(String windowTitle) Window title.voidWrite.
-
Method Details
-
getOverview
-
setOverview
-
overview
-
getMemberLevel
-
setMemberLevel
-
showFromPublic
-
showFromProtected
-
showFromPackage
-
showFromPrivate
-
showAll
-
getDoclet
-
setDoclet
-
doclet
-
getDocletpath
-
setDocletpath
-
docletpath
-
getSource
-
setSource
-
source
-
getClasspath
-
setClasspath
-
getModulePath
-
setModulePath
-
modulePath
-
classpath
-
classpath
-
getBootClasspath
-
setBootClasspath
-
bootClasspath
-
getExtDirs
@Optional @IgnoreEmptyDirectories @PathSensitive(RELATIVE) @InputFiles @Nullable List<File> getExtDirs()Returns the ext dirs.- Since:
- 0.7
-
setExtDirs
-
extDirs
-
getOutputLevel
-
setOutputLevel
-
verbose
-
isVerbose
-
quiet
-
isBreakIterator
-
setBreakIterator
void setBreakIterator(boolean breakIterator) Sets the break iterator.- Since:
- 0.7
-
breakIterator
-
breakIterator
-
getLocale
-
setLocale
-
locale
-
getEncoding
-
setEncoding
-
encoding
-
getJFlags
-
setJFlags
-
jFlags
-
getOptionFiles
Returns the option files.- Since:
- 0.7
-
setOptionFiles
-
optionFiles
-
getDestinationDirectory
-
setDestinationDirectory
-
destinationDirectory
-
getWindowTitle
-
setWindowTitle
-
windowTitle
-
getHeader
-
setHeader
-
header
-
write
-
getSourceNames
-
setSourceNames
-
sourceNames
-
contributeCommandLineOptions
Contribute command line options.- Since:
- 0.9
-