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 classCompilerOptions.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 classGenerated 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 CompilerOptionsCompilerOptions.create()Create a new instance with default values.Methods in io.helidon.codegen.compiler with parameters of type CompilerOptionsModifier and TypeMethodDescriptionstatic CompilerOptions.BuilderCompilerOptions.builder(CompilerOptions instance) Create a new fluent API builder from an existing instance.static voidCompiler.compile(CompilerOptions options, Path... sourceFiles) Compile the provided source files.CompilerOptions.BuilderBase.from(CompilerOptions prototype) Update this builder from an existing prototype instance.