Uses of Interface
io.helidon.codegen.compiler.CompilerOptions
Packages that use CompilerOptions
-
Uses of CompilerOptions in io.helidon.codegen.compiler
Classes in io.helidon.codegen.compiler with type parameters of type CompilerOptionsModifier and TypeClassDescriptionstatic class
CompilerOptions.BuilderBase<BUILDER extends CompilerOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CompilerOptions> Fluent API builder base forCompilerOptions
.Classes in io.helidon.codegen.compiler that implement CompilerOptionsModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.codegen.compiler that return CompilerOptionsModifier and TypeMethodDescriptionCompilerOptions.Builder.build()
CompilerOptions.Builder.buildPrototype()
static CompilerOptions
CompilerOptions.create()
Create a new instance with default values.Methods in io.helidon.codegen.compiler with parameters of type CompilerOptionsModifier 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.