Creates a new Javadoc Generator addon instance.
Creates a new Javadoc Generator addon instance. All parameters can be omitted and set later.
The source files can be given via multiple parameters, sources, srcDir and srcDirs, and will be joined.
The classpath which contains the Javadoc generator and its dependencies. If not given, the environment variable JAVA_HOME
will be checked, and if it points to a installed JDK, this one will be used.
The classpath used to load dependencies of the sources.
Source files.
A directory containing Java source files.
Multiple directories containing Java source files.
The directory, where the generated files will be stored. If the directory does not exists, it will be created.
The encoding of the source files.
Output messages about what the generator is doing.
Provide source compatibility with specified release.
If specified generate debugging info. Supported values: none, lines, vars, source, all.
Run the generator in a separate process (if true
).
The classpath used to load dependencies of the sources.
If specified generate debugging info.
If specified generate debugging info. Supported values: none, lines, vars, source, all.
The directory, where the generated files will be stored.
The directory, where the generated files will be stored. If the directory does not exists, it will be created.
The encoding of the source files.
Execute the Javadoc generator.
Run the generator in a separate process (if true
).
The classpath which contains the Javadoc generator and its dependencies.
The classpath which contains the Javadoc generator and its dependencies. If not given, the environment variable JAVA_HOME
will be checked, and if it points to a installed JDK, this one will be used.
Provide source compatibility with specified release.
Source files.
A directory containing Java source files.
Multiple directories containing Java source files.
Output messages about what the generator is doing.
(javadoc: StringAdd).self
(javadoc: StringFormat).self
(javadoc: ArrowAssoc[Javadoc]).x
(Since version 2.10.0) Use leftOfArrow
instead
(javadoc: Ensuring[Javadoc]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Javadoc Generator Addon.
The generator can be configured via constructor parameter or
var
s. To actually start the compilation use Javac#execute.To easily configure and execute the compiler in one go, see Javadoc$#apply.
0.4.1