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
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()voidInitialize DocLint with the given utility objects and arguments.voidvoidInitialize DocLint for use with a JavacTask.booleanisGroupEnabled(Messages.Group group, Env.AccessKind accessKind) booleanisValidOption(String opt) static voidvoidreportStats(PrintWriter out) voidrun(PrintWriter out, String... args) voidSimple API entry point.voidbooleanVon 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.BadArgsIOException
-
getName
-
init
-
init
Initialize DocLint for use with a JavacTask.Strict reference checksare 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 checksare 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:
isValidOptionin Klassecom.sun.tools.doclint.DocLint
-
isGroupEnabled
-