Package | Description |
---|---|
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 |
---|---|
DependencyResolutionContext |
DependencyCustomizer.getDependencyResolutionContext()
Returns the
DependencyResolutionContext . |
Constructor and Description |
---|
DependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader loader,
DependencyResolutionContext dependencyResolutionContext,
Iterable<CompilerAutoConfiguration> compilerAutoConfigurations) |
DependencyCustomizer(groovy.lang.GroovyClassLoader loader,
org.codehaus.groovy.ast.ModuleNode moduleNode,
DependencyResolutionContext dependencyResolutionContext)
Create a new
DependencyCustomizer instance. |
DependencyManagementBomTransformation(DependencyResolutionContext resolutionContext) |
ResolveDependencyCoordinatesTransformation(DependencyResolutionContext resolutionContext) |
Modifier and Type | Method and Description |
---|---|
static AetherGrapeEngine |
AetherGrapeEngineFactory.create(groovy.lang.GroovyClassLoader classLoader,
List<RepositoryConfiguration> repositoryConfigurations,
DependencyResolutionContext dependencyResolutionContext,
boolean quiet) |
Constructor and Description |
---|
AetherGrapeEngine(groovy.lang.GroovyClassLoader classLoader,
org.eclipse.aether.RepositorySystem repositorySystem,
org.eclipse.aether.DefaultRepositorySystemSession repositorySystemSession,
List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories,
DependencyResolutionContext resolutionContext,
boolean quiet) |