Class DocGenerationTask
java.lang.Object
io.fluxzero.tools.jsondoclet.core.DocGenerationTask
Coordinates traversal and writing of documentation artifacts.
-
Constructor Summary
ConstructorsConstructorDescriptionDocGenerationTask(DocletConfiguration configuration, DocletEnvironment environment, Reporter reporter) Creates a new task bound to the supplied doclet execution context. -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute()Executes the traversal of packages and types, writing JSON files and indexes.
-
Constructor Details
-
DocGenerationTask
public DocGenerationTask(DocletConfiguration configuration, DocletEnvironment environment, Reporter reporter) Creates a new task bound to the supplied doclet execution context.
-
-
Method Details
-
execute
public boolean execute()Executes the traversal of packages and types, writing JSON files and indexes.- Returns:
truewhen all data is written successfully;falseotherwise
-