Uses of Class
org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
Packages that use DependencyResolutionContext
Package
Description
CLI Groovy compiler integration.
CLI Groovy Grape integration.
-
Uses of DependencyResolutionContext in org.springframework.boot.cli.compiler
Methods in org.springframework.boot.cli.compiler that return DependencyResolutionContextModifier and TypeMethodDescriptionDependencyCustomizer.getDependencyResolutionContext()Returns theDependencyResolutionContext.Constructors in org.springframework.boot.cli.compiler with parameters of type DependencyResolutionContextModifierConstructorDescriptionDependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader loader, DependencyResolutionContext dependencyResolutionContext, Iterable<CompilerAutoConfiguration> compilerAutoConfigurations) DependencyCustomizer(groovy.lang.GroovyClassLoader loader, org.codehaus.groovy.ast.ModuleNode moduleNode, DependencyResolutionContext dependencyResolutionContext) Create a newDependencyCustomizerinstance.DependencyManagementBomTransformation(DependencyResolutionContext resolutionContext) ResolveDependencyCoordinatesTransformation(DependencyResolutionContext resolutionContext) -
Uses of DependencyResolutionContext in org.springframework.boot.cli.compiler.grape
Methods in org.springframework.boot.cli.compiler.grape with parameters of type DependencyResolutionContextModifier and TypeMethodDescriptionstatic MavenResolverGrapeEngineMavenResolverGrapeEngineFactory.create(groovy.lang.GroovyClassLoader classLoader, List<RepositoryConfiguration> repositoryConfigurations, DependencyResolutionContext dependencyResolutionContext, boolean quiet) Constructors in org.springframework.boot.cli.compiler.grape with parameters of type DependencyResolutionContextModifierConstructorDescriptionMavenResolverGrapeEngine(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)