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
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<CompilerOptions.Builder,CompilerOptions> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<CompilerOptions.Builder,CompilerOptions> - Returns:
- instance of the built type
-