Module io.helidon.codegen.compiler
Package io.helidon.codegen.compiler
Class CompilerOptions.Builder
java.lang.Object
io.helidon.codegen.compiler.CompilerOptions.BuilderBase<CompilerOptions.Builder,CompilerOptions>
io.helidon.codegen.compiler.CompilerOptions.Builder
- All Implemented Interfaces:
Prototype.Builder<CompilerOptions.Builder,,CompilerOptions> Builder<CompilerOptions.Builder,,CompilerOptions> Supplier<CompilerOptions>
- Enclosing interface:
CompilerOptions
public static class CompilerOptions.Builder
extends CompilerOptions.BuilderBase<CompilerOptions.Builder,CompilerOptions>
implements Builder<CompilerOptions.Builder,CompilerOptions>
Fluent API builder for
CompilerOptions.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
CompilerOptions.BuilderBase.CompilerOptionsImpl -
Method Summary
Methods inherited from class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
addClasspath, addClasspath, addCommandLineArgument, addCommandLineArguments, addModulepath, addModulepath, addSourcepath, addSourcepath, classpath, classpath, commandLineArguments, commandLineArguments, from, from, logger, logger, modulepath, modulepath, outputDirectory, outputDirectory, preBuildPrototype, source, source, sourcepath, sourcepath, target, target, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
- Specified by:
buildPrototypein interfacePrototype.Builder<CompilerOptions.Builder,CompilerOptions>
-
build
- Specified by:
buildin interfaceBuilder<CompilerOptions.Builder,CompilerOptions>
-