Uses of Interface
io.helidon.pico.tools.ActivatorCreatorConfigOptions
Packages that use ActivatorCreatorConfigOptions
-
Uses of ActivatorCreatorConfigOptions in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return ActivatorCreatorConfigOptionsModifier and TypeMethodDescriptionExternalModuleCreatorRequest.activatorCreatorConfigOptions()Config options w.r.t.ActivatorCreatorRequest.configOptions()The configuration directives to apply during generation.ActivatorCreatorResponse.getConfigOptions()The configuration options that were applied.Methods in io.helidon.pico.tools with parameters of type ActivatorCreatorConfigOptionsModifier and TypeMethodDescriptionstatic ActivatorCreatorRequestDefaultActivatorCreator.createActivatorCreatorRequest(ServicesToProcess servicesToProcess, ActivatorCreatorCodeGen codeGen, ActivatorCreatorConfigOptions configOptions, CodeGenFiler filer, boolean throwIfError) Create a request based upon the contents of services to processor.