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 SummaryNested classes/interfaces inherited from class io.helidon.codegen.compiler.CompilerOptions.BuilderBaseCompilerOptions.BuilderBase.CompilerOptionsImpl
- 
Method SummaryMethods inherited from class io.helidon.codegen.compiler.CompilerOptions.BuilderBaseaddClasspath, addClasspath, addCommandLineArgument, addCommandLineArguments, addModulepath, addModulepath, addSourcepath, addSourcepath, classpath, classpath, clearRelease, commandLineArguments, commandLineArguments, from, from, logger, logger, modulepath, modulepath, outputDirectory, outputDirectory, preBuildPrototype, release, release, source, source, sourcepath, sourcepath, target, target, toString, validatePrototypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builderself
- 
Method Details- 
buildPrototypeDescription copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
- buildPrototypein interface- Prototype.Builder<CompilerOptions.Builder,- CompilerOptions> 
- Returns:
- an instance of the setup object created from this builder
 
- 
buildDescription copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<CompilerOptions.Builder,- CompilerOptions> 
- Returns:
- instance of the built type
 
 
-