Uses of Interface
org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Packages that use GroovyCompilerConfiguration
Package
Description
Support classes for handling command line options.
Classes for running CLI applications.
CLI Groovy compiler integration.
Classes for auto-configuring the Groovy compiler.
-
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.command.options
Classes in org.springframework.boot.cli.command.options that implement GroovyCompilerConfigurationModifier and TypeClassDescriptionclass
Simple adapter class to present anOptionSet
as aGroovyCompilerConfiguration
. -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.command.run
Subinterfaces of GroovyCompilerConfiguration in org.springframework.boot.cli.command.run -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.compiler
Methods in org.springframework.boot.cli.compiler with parameters of type GroovyCompilerConfigurationModifier and TypeMethodDescriptionvoid
CompilerAutoConfiguration.apply
(groovy.lang.GroovyClassLoader loader, GroovyCompilerConfiguration configuration, org.codehaus.groovy.classgen.GeneratorContext generatorContext, org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.ast.ClassNode classNode) Apply any additional configuration.void
CompilerAutoConfiguration.applyToMainClass
(groovy.lang.GroovyClassLoader loader, GroovyCompilerConfiguration configuration, org.codehaus.groovy.classgen.GeneratorContext generatorContext, org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.ast.ClassNode classNode) Apply any customizations to the main class.Constructors in org.springframework.boot.cli.compiler with parameters of type GroovyCompilerConfigurationModifierConstructorDescriptionGroovyCompiler
(GroovyCompilerConfiguration configuration) Create a newGroovyCompiler
instance. -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.compiler.autoconfigure
Methods in org.springframework.boot.cli.compiler.autoconfigure with parameters of type GroovyCompilerConfigurationModifier and TypeMethodDescriptionvoid
SpringTestCompilerAutoConfiguration.apply
(groovy.lang.GroovyClassLoader loader, GroovyCompilerConfiguration configuration, org.codehaus.groovy.classgen.GeneratorContext generatorContext, org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.ast.ClassNode classNode) void
SpringBootCompilerAutoConfiguration.applyToMainClass
(groovy.lang.GroovyClassLoader loader, GroovyCompilerConfiguration configuration, org.codehaus.groovy.classgen.GeneratorContext generatorContext, org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.ast.ClassNode classNode)