Uses of Interface
org.springframework.boot.cli.compiler.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
Modifier and TypeClassDescriptionclass
Simple adapter class to present anOptionSet
as aGroovyCompilerConfiguration
. -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.command.run
-
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.compiler
Modifier 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.ModifierConstructorDescriptionGroovyCompiler
(GroovyCompilerConfiguration configuration) Create a newGroovyCompiler
instance. -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.compiler.autoconfigure
Modifier 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)