Package io.fluxzero.tools.jsondoclet
Class JsonDoclet
java.lang.Object
io.fluxzero.tools.jsondoclet.JsonDoclet
- All Implemented Interfaces:
Doclet
Doclet entry point that produces JSON output instead of HTML.
-
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> voidbooleanrun(DocletEnvironment environment)
-
Constructor Details
-
JsonDoclet
public JsonDoclet()Default constructor required by the doclet infrastructure.
-
-
Method Details
-
init
-
getName
-
getSupportedOptions
- Specified by:
getSupportedOptionsin interfaceDoclet
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceDoclet
-
run
-