Klasse HtmlOptions
standard doclet
,
including the format-independent options handled
by BaseOptions
.Some of the methods used to access the values of options
have names that begin with a verb, such as createOverview
or splitIndex
. Unless otherwise stated,
these methods should all be taken as just accessing the value
of the associated option.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.jdrupes.mdoclet.internal.doclets.toolkit.BaseOptions
BaseOptions.Hidden, BaseOptions.ModularityMismatchPolicy, BaseOptions.Option, BaseOptions.XOption
-
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.BaseOptions
DEFAULT_TAB_STOP_LENGTH
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
classUse()
Argument for command-line option -use.boolean
Argument for command-line option -noindex.boolean
Argument for command-line option -overview.boolean
Argument for command-line option -notree.Set
<? extends BaseOptions.Option> helpFile()
Argument for command-line option -helpfile.Argument for command-line option –legal-notices.boolean
Argument for command-line option -nodeprecated.boolean
Argument for command-line option –no-external-specs-page.boolean
noHelp()
Argument for command-line option -nohelp.boolean
noNavbar()
Argument for command-line option -nonavbar.void
setCreateOverview
(boolean createOverview) boolean
Argument for command-line option -splitindex.protected boolean
Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.BaseOptions
addTrailingFileSep, copyDocfileSubdirs, date, docEncoding, encoding, generalValidOptions, javafx, keywords, linkModularityMismatch, linkSource, noComment, noDeprecated, noPlatformLinks, noSince, noTimestamp, serialWarn, setDocEncoding, setJavaFX, showAuthor, showTaglets, showVersion, since, sinceLabel, snippetPath, sourceTabSize, specBaseURI, summarizeOverriddenMethods, tagletPath
-
Methodendetails
-
getSupportedOptions
- Setzt außer Kraft:
getSupportedOptions
in KlasseBaseOptions
-
validateOptions
-
classUse
Argument for command-line option -use.True if command-line option “-use” is used. Default value is false.
-
createIndex
Argument for command-line option -noindex.False if command-line option “-noindex” is used. Default value is true.
-
createOverview
Argument for command-line option -overview.This is true if option “-overview” is used or option “-overview” is not used and number of packages is more than one.
-
setCreateOverview
-
createTree
Argument for command-line option -notree.False if command-line option “-notree” is used. Default value is true.
-
helpFile
Argument for command-line option -helpfile. -
legalNotices
Argument for command-line option –legal-notices. -
noDeprecatedList
Argument for command-line option -nodeprecated.True if command-line option “-nodeprecated” is used. Default value is false.
-
noExternalSpecsPage
Argument for command-line option –no-external-specs-page.True if command-line option “–no-external-specs-page” is used. Default value is false.
-
noHelp
Argument for command-line option -nohelp.True if command-line option “-nohelp” is used. Default value is false.
-
splitIndex
Argument for command-line option -splitindex.True if command-line option “-splitindex” is used. Default value is false.
-