| Package | Description | 
|---|---|
| org.springframework.boot.cli.command.options | Support classes for handling command line options. | 
| org.springframework.boot.cli.compiler | CLI Groovy compiler integration. | 
| org.springframework.boot.cli.compiler.grape | CLI Groovy Grape integration. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RepositoryConfiguration> | OptionSetGroovyCompilerConfiguration. getRepositoryConfiguration() | 
| Constructor and Description | 
|---|
| OptionSetGroovyCompilerConfiguration(joptsimple.OptionSet optionSet,
                                    CompilerOptionHandler compilerOptionHandler,
                                    List<RepositoryConfiguration> repositoryConfiguration) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<RepositoryConfiguration> | RepositoryConfigurationFactory. createDefaultRepositoryConfiguration()Create a new default repository configuration. | 
| List<RepositoryConfiguration> | GroovyCompilerConfiguration. getRepositoryConfiguration()Returns the configuration for the repositories that will be used by the compiler to
 resolve dependencies. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AetherGrapeEngine | AetherGrapeEngineFactory. create(groovy.lang.GroovyClassLoader classLoader,
      List<RepositoryConfiguration> repositoryConfigurations,
      DependencyResolutionContext dependencyResolutionContext,
      boolean quiet) | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.