Index

D I M R W 
All Classes and Interfaces|All Packages

D

DependencyManagementVersionResolver - Interface in io.spring.initializr.versionresolver
Deprecated, for removal: This API element is subject to removal in a future version.
as of 0.20.0 in favor of MavenVersionResolver.

I

io.spring.initializr.versionresolver - package io.spring.initializr.versionresolver
Classes relating to version resolution.

M

MavenVersionResolver - Interface in io.spring.initializr.versionresolver
A MavenVersionResolver is used to resolve the versions of managed dependencies or plugins.

R

resolve(String, String, String) - Method in interface io.spring.initializr.versionresolver.DependencyManagementVersionResolver
Deprecated.
Resolves the versions in the managed dependencies of the bom identified by the given groupId, artifactId, and version.
resolveDependencies(String, String, String) - Method in interface io.spring.initializr.versionresolver.MavenVersionResolver
Resolves the versions in the managed dependencies of the bom identified by the given groupId, artifactId, and version.
resolvePlugins(String, String, String) - Method in interface io.spring.initializr.versionresolver.MavenVersionResolver
Resolves the versions in the managed plugins of the pom identified by the given groupId, artifactId, and version.

W

withCacheLocation(Path) - Static method in interface io.spring.initializr.versionresolver.DependencyManagementVersionResolver
Deprecated.
Creates a new DependencyManagementVersionResolver that uses the given location for its local cache.
withCacheLocation(Path) - Static method in interface io.spring.initializr.versionresolver.MavenVersionResolver
Creates a new MavenVersionResolver that uses the given location for its local cache.
D I M R W 
All Classes and Interfaces|All Packages