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.Subclasses with type arguments of type CompilerOptions in io.helidon.codegen.compilerClasses in io.helidon.codegen.compiler that implement interfaces with type arguments of type CompilerOptionsMethods in io.helidon.codegen.compiler that return CompilerOptionsModifier and TypeMethodDescriptionCompilerOptions.Builder.build()Create an instance from this builder.CompilerOptions.Builder.buildPrototype()Create an instance of the prototype.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.