Package pumlFromJava
Class FirstDoclet
java.lang.Object
pumlFromJava.FirstDoclet
- All Implemented Interfaces:
Doclet
Doclets : https://openjdk.org/groups/compiler/processing-code.html
Doclets provide code that can be executed by the JDK javadoc tool.
Although the tool is primarily designed to support the ability to generate
API documentation from element declarations and documentation comments,
it is not limited to that purpose, and can run any user-supplied doclet,
which can use the Language Model API and Compiler Tree API to analyze the packages,
classes and files specified on the command line.
A minimal doclet that just prints out the names of the
selected elements.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Doclet
Doclet.Option
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Set<? extends Doclet.Option>
void
boolean
run
(DocletEnvironment environment)
-
Constructor Details
-
FirstDoclet
public FirstDoclet()
-
-
Method Details
-
init
-
getName
-
getSupportedOptions
- Specified by:
getSupportedOptions
in interfaceDoclet
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceDoclet
-
run
-