public final class JkJavadocProcessor<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
JkJavadocProcessor<T> |
addOptions(java.lang.Iterable<java.lang.String> options) |
JkJavadocProcessor<T> |
addOptions(java.lang.String... options)
Adds the specified parameters to Javadoc tool.
|
java.lang.Boolean |
getDisplayOutput() |
java.util.List<java.lang.String> |
getOptions()
Returns the axtra arguments passed to the Javadoc tool.
|
void |
make(java.lang.Iterable<java.nio.file.Path> classpath,
JkPathTreeSet srcDirs,
java.nio.file.Path outputDir)
Actually processes and creates the javadoc files.
|
static JkJavadocProcessor<java.lang.Void> |
of()
Creates a default
JkJavadocProcessor . |
static <T> JkJavadocProcessor<T> |
ofParent(T parent)
Sale as
of() but providing a parent chaining |
JkJavadocProcessor<T> |
setDisplayOutput(java.lang.Boolean displayOutput) |
public final T __
public static JkJavadocProcessor<java.lang.Void> of()
JkJavadocProcessor
.public static <T> JkJavadocProcessor<T> ofParent(T parent)
of()
but providing a parent chainingpublic java.util.List<java.lang.String> getOptions()
public JkJavadocProcessor<T> addOptions(java.lang.String... options)
public JkJavadocProcessor<T> addOptions(java.lang.Iterable<java.lang.String> options)
addOptions(String...)
public java.lang.Boolean getDisplayOutput()
public JkJavadocProcessor<T> setDisplayOutput(java.lang.Boolean displayOutput)
public void make(java.lang.Iterable<java.nio.file.Path> classpath, JkPathTreeSet srcDirs, java.nio.file.Path outputDir)