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 TypeClassDescriptionclassSimple adapter class to present anOptionSetas 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 TypeMethodDescriptionvoidCompilerAutoConfiguration.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.voidCompilerAutoConfiguration.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 newGroovyCompilerinstance. -
Uses of GroovyCompilerConfiguration in org.springframework.boot.cli.compiler.autoconfigure
Methods in org.springframework.boot.cli.compiler.autoconfigure with parameters of type GroovyCompilerConfigurationModifier and TypeMethodDescriptionvoidSpringTestCompilerAutoConfiguration.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) voidSpringBootCompilerAutoConfiguration.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)