Index
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.
I
- io.spring.initializr.versionresolver - package io.spring.initializr.versionresolver
-
Classes relating to version resolution.
M
- MavenVersionResolver - Interface in io.spring.initializr.versionresolver
-
A
MavenVersionResolveris 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, andversion. - 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, andversion. - 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, andversion.
W
- withCacheLocation(Path) - Static method in interface io.spring.initializr.versionresolver.DependencyManagementVersionResolver
-
Deprecated.Creates a new
DependencyManagementVersionResolverthat uses the givenlocationfor its local cache. - withCacheLocation(Path) - Static method in interface io.spring.initializr.versionresolver.MavenVersionResolver
-
Creates a new
MavenVersionResolverthat uses the givenlocationfor its local cache.
All Classes and Interfaces|All Packages
MavenVersionResolver.