Uses of Enum
org.springframework.boot.cli.compiler.GroovyCompilerScope
Packages that use GroovyCompilerScope
Package
Description
Support classes for handling command line options.
CLI Groovy compiler integration.
-
Uses of GroovyCompilerScope in org.springframework.boot.cli.command.options
Methods in org.springframework.boot.cli.command.options that return GroovyCompilerScope -
Uses of GroovyCompilerScope in org.springframework.boot.cli.compiler
Methods in org.springframework.boot.cli.compiler that return GroovyCompilerScopeModifier and TypeMethodDescriptionGroovyCompilerConfiguration.getScope()
Returns the scope in which the compiler operates.static GroovyCompilerScope
Returns the enum constant of this type with the specified name.static GroovyCompilerScope[]
GroovyCompilerScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springframework.boot.cli.compiler with parameters of type GroovyCompilerScope