| Package | Description | 
|---|---|
| org.springframework.boot.cli.command.options | 
 Support classes for handling command line options. 
 | 
| org.springframework.boot.cli.compiler | 
 CLI Groovy compiler integration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroovyCompilerScope | 
OptionSetGroovyCompilerConfiguration.getScope()  | 
| Modifier and Type | Method and Description | 
|---|---|
GroovyCompilerScope | 
GroovyCompilerConfiguration.getScope()
Returns the scope in which the compiler operates. 
 | 
static GroovyCompilerScope | 
GroovyCompilerScope.valueOf(String name)
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. 
 | 
| Constructor and Description | 
|---|
ExtendedGroovyClassLoader(GroovyCompilerScope scope)  |