Class Java25CompilerPlugin.JavaDoc

java.lang.Object
build.spin.module.java.AbstractJavaDoc
build.spin.module.java.Java25CompilerPlugin.JavaDoc
All Implemented Interfaces:
JavaCompilerPlugin.JavaDoc, build.spin.Task<Path>
Enclosing class:
Java25CompilerPlugin

@Named("javadoc") @Description("Generate Javadoc") @Category("document") @Category("build") @After(Java25CompilerPlugin.Compile.class) public static class Java25CompilerPlugin.JavaDoc extends AbstractJavaDoc
A Task to generate Java Documentation from the source code in the Project.
Since:
Jul-2019
Author:
brian.oliver
  • Nested Class Summary

    Nested classes/interfaces inherited from interface build.spin.Task

    build.spin.Task.Pattern
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javadoc(build.base.io.PathSet sourceCode, build.spawn.jdk.option.ModulePath modulePath, build.spawn.jdk.option.ClassPath classPath, Path buildPath)
    Generates Java Documentation from the source code in the Project.

    Methods inherited from class AbstractJavaDoc

    javadoc

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface build.spin.Task

    dependencies, execute