Klasse BaseOptions
- Bekannte direkte Unterklassen:
HtmlOptions
The objects to handle command-line options, and to initialize this
object, are all subtypes of BaseOptions.Option
,
returned by getSupportedOptions()
.
Some of the methods used to access the values of options
have names that begin with a verb, such as copyDocfileSubdirs
or showVersion
. Unless otherwise stated,
these methods should all be taken as just accessing the value
of the associated option.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungprotected static class
static enum
An enum of policies for handling modularity mismatches in external documentation.protected static class
protected static class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final int
The default amount of space between tab stops. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected static String
addTrailingFileSep
(String path) Add a trailing file separator, if not found.boolean
Argument for command-line option -docfilessubdirs.date()
Argument for command-line option –date.Argument for command-line option -docencoding.encoding()
Argument for command-line option -encoding.protected boolean
This checks for the validity of the options used by the user.Set
<? extends BaseOptions.Option> boolean
javafx()
Argument for command-line option –javafx or -javafx.boolean
keywords()
Argument for command-line option -keywords.Argument for command-line option –link-modularity-mismatch.boolean
Argument for command-line option -linksource.boolean
Argument for command-line option -nocomment.boolean
Argument for command-line option -nodeprecated.boolean
Argument for command-line option –no-platform-links.boolean
noSince()
Argument for command-line option -nosince.boolean
Argument for command-line option -notimestamp.boolean
Argument for command-line option -serialwarn.void
setDocEncoding
(String docEncoding) void
setJavaFX
(boolean javafx) boolean
Argument for command-line option -author.boolean
Argument for command-line option –show-taglets.boolean
Argument for command-line option -version.since()
Arguments for command line option –since.Arguments for command line option –since-label.Argument for command-line option –snippet-path.int
Argument for command-line option -sourcetab.Argument for command-line option –spec-base-url.boolean
Value for command-line option –override-methods summary or –override-methods detail.Argument for command-line option -tagletpath.
-
Felddetails
-
DEFAULT_TAB_STOP_LENGTH
The default amount of space between tab stops.- Siehe auch:
-
-
Konstruktordetails
-
BaseOptions
-
-
Methodendetails
-
getSupportedOptions
-
generalValidOptions
This checks for the validity of the options used by the user.As of this writing, this checks only docencoding.
- Gibt zurück:
- true if all the options are valid.
-
addTrailingFileSep
Add a trailing file separator, if not found.Remove superfluous file separators if any. Preserve the front double file separator for UNC paths.
- Parameter:
path
- Path under consideration.- Gibt zurück:
- String Properly constructed path string.
-
copyDocfileSubdirs
Argument for command-line option -docfilessubdirs.True if we should recursively copy the doc-file subdirectories
-
date
Argument for command-line option –date. -
docEncoding
Argument for command-line option -docencoding.Encoding for this document. Default is default encoding for this platform.
-
setDocEncoding
-
encoding
Argument for command-line option -encoding.Encoding for this document. Default is default encoding for this platform.
-
javafx
Argument for command-line option –javafx or -javafx.Generate documentation for JavaFX getters and setters automatically by copying it from the appropriate property definition.
-
setJavaFX
-
keywords
Argument for command-line option -keywords.True if user wants to add member names as meta keywords. Set to false because meta keywords are ignored in general by most Internet search engines.
-
linkModularityMismatch
Argument for command-line option –link-modularity-mismatch.Describes how to handle external documentation with non-matching modularity.
-
linkSource
Argument for command-line option -linksource.True if we should generate browsable sources.
-
noComment
Argument for command-line option -nocomment.True if user wants to suppress descriptions and tags.
-
noDeprecated
Argument for command-line option -nodeprecated.Don’t generate deprecated API information at all if -nodeprecated option is used. noDeprecated is set to true if -nodeprecated option is used. Default is generate deprecated API information.
-
noPlatformLinks
Argument for command-line option –no-platform-links.True if command-line option –no-platform-links" is used. Default value is false.
-
noSince
Argument for command-line option -nosince.True if command-line option -nosince" is used. Default value is false.
-
noTimestamp
Argument for command-line option -notimestamp.True if user wants to suppress time stamp in output. Default is false.
-
serialWarn
Argument for command-line option -serialwarn.This is true if option “-serialwarn” is used. Default value is false to suppress excessive warnings about serial tag.
-
showAuthor
Argument for command-line option -author.Generate author specific information for all the classes if @author tag is used in the doc comment and if -author option is used.
showauthor
is set to true if -author option is used. Default is don’t show author information. -
showTaglets
Argument for command-line option –show-taglets.Show taglets (internal debug switch)
-
showVersion
Argument for command-line option -version.Generate version specific information for the all the classes if @version tag is used in the doc comment and if -version option is used. showVersion is set to true if -version option is used. Default is don’t show version information.
-
since
Arguments for command line option –since. -
sinceLabel
Arguments for command line option –since-label. -
sourceTabSize
Argument for command-line option -sourcetab.The specified amount of space between tab stops.
-
specBaseURI
Argument for command-line option –spec-base-url.The base URL for relative URLs in @spec tags.
-
summarizeOverriddenMethods
Value for command-line option –override-methods summary or –override-methods detail.Specifies whether those methods that override a supertype’s method with no changes to the API contract should be summarized in the footnote section.
-
tagletPath
Argument for command-line option -tagletpath.The path to Taglets
-
snippetPath
Argument for command-line option –snippet-path.The path for external snippets.
-