Package | Description |
---|---|
org.springframework.boot.cli.command.options | |
org.springframework.boot.cli.compiler | |
org.springframework.boot.cli.compiler.grape |
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() |
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 void |
RepositoryConfigurationFactory.addDefaultCacheAsRespository(List<RepositoryConfiguration> repositoryConfiguration)
Add the default local M2 cache directory as a remote repository.
|
Modifier and Type | Method and Description |
---|---|
static AetherGrapeEngine |
AetherGrapeEngineFactory.create(groovy.lang.GroovyClassLoader classLoader,
List<RepositoryConfiguration> repositoryConfigurations,
DependencyResolutionContext dependencyResolutionContext) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.