Uses of Interface
io.helidon.codegen.compiler.CompilerOptions
-
Uses of CompilerOptions in io.helidon.codegen.compiler
Modifier and TypeClassDescriptionstatic class
CompilerOptions.BuilderBase<BUILDER extends CompilerOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CompilerOptions> Fluent API builder base forCompilerOptions
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionCompilerOptions.Builder.build()
CompilerOptions.Builder.buildPrototype()
static CompilerOptions
CompilerOptions.create()
Create a new instance with default values.Modifier and TypeMethodDescriptionstatic CompilerOptions.Builder
CompilerOptions.builder
(CompilerOptions instance) Create a new fluent API builder from an existing instance.static void
Compiler.compile
(CompilerOptions options, Path... sourceFiles) Compile the provided source files.CompilerOptions.BuilderBase.from
(CompilerOptions prototype) Update this builder from an existing prototype instance.