Uses of Class
org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
Package
Description
CLI Groovy compiler integration.
CLI Groovy Grape integration.
-
Uses of DependencyResolutionContext in org.springframework.boot.cli.compiler
Modifier and TypeMethodDescriptionDependencyCustomizer.getDependencyResolutionContext()
Returns theDependencyResolutionContext
.ModifierConstructorDescriptionDependencyAutoConfigurationTransformation
(groovy.lang.GroovyClassLoader loader, DependencyResolutionContext dependencyResolutionContext, Iterable<CompilerAutoConfiguration> compilerAutoConfigurations) DependencyCustomizer
(groovy.lang.GroovyClassLoader loader, org.codehaus.groovy.ast.ModuleNode moduleNode, DependencyResolutionContext dependencyResolutionContext) Create a newDependencyCustomizer
instance.DependencyManagementBomTransformation
(DependencyResolutionContext resolutionContext) ResolveDependencyCoordinatesTransformation
(DependencyResolutionContext resolutionContext) -
Uses of DependencyResolutionContext in org.springframework.boot.cli.compiler.grape
Modifier and TypeMethodDescriptionstatic MavenResolverGrapeEngine
MavenResolverGrapeEngineFactory.create
(groovy.lang.GroovyClassLoader classLoader, List<RepositoryConfiguration> repositoryConfigurations, DependencyResolutionContext dependencyResolutionContext, boolean quiet) ModifierConstructorDescriptionMavenResolverGrapeEngine
(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)