Klasse DocLint
java.lang.Object
com.sun.tools.doclint.DocLint
org.jdrupes.mdoclet.internal.doclint.DocLint
- Alle implementierten Schnittstellen:
Plugin
Multi-function entry point for the doc check utility.
This class can be invoked in the following ways:
- From the command line
- From javac, as a plugin
- Directly, via a simple API
-
Verschachtelte Klassen - Übersicht
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
void
Initialize DocLint with the given utility objects and arguments.void
void
Initialize DocLint for use with a JavacTask.boolean
isGroupEnabled
(Messages.Group group, Env.AccessKind accessKind) boolean
isValidOption
(String opt) static void
void
reportStats
(PrintWriter out) void
run
(PrintWriter out, String... args) void
Simple API entry point.void
boolean
Von Klasse geerbte Methoden com.sun.tools.doclint.DocLint
newDocLint
-
Felddetails
-
XMSGS_OPTION
- Siehe auch:
-
XMSGS_CUSTOM_PREFIX
- Siehe auch:
-
XCUSTOM_TAGS_PREFIX
- Siehe auch:
-
XCHECK_PACKAGE
- Siehe auch:
-
SEPARATOR
- Siehe auch:
-
-
Konstruktordetails
-
DocLint
public DocLint()
-
-
Methodendetails
-
main
-
run
Simple API entry point.- Parameter:
args
- Options and operands for doclint- Löst aus:
DocLint.BadArgs
- if an error is detected in any argsIOException
- if there are problems with any of the file arguments
-
run
- Löst aus:
DocLint.BadArgs
IOException
-
getName
-
init
-
init
Initialize DocLint for use with a JavacTask.Strict reference checks
are not enabled by default.- Parameter:
task
- the taskargs
- arguments to configure DocLintaddTaskListener
- whether or not to register a TaskListener to invoke DocLint
-
init
Initialize DocLint with the given utility objects and arguments.Strict reference checks
are enabled by default.- Parameter:
trees
- the DocTrees utility classelements
- the Elements utility classtypes
- the Types utility classargs
- arguments to configure DocLint
-
scan
-
shouldCheck
-
reportStats
-
isValidOption
- Angegeben von:
isValidOption
in Klassecom.sun.tools.doclint.DocLint
-
isGroupEnabled
-