Class InitializrDependencyManagementPluginVersionResolver
java.lang.Object
io.spring.initializr.generator.spring.build.gradle.InitializrDependencyManagementPluginVersionResolver
- All Implemented Interfaces:
DependencyManagementPluginVersionResolver
public class InitializrDependencyManagementPluginVersionResolver
extends Object
implements DependencyManagementPluginVersionResolver
DependencyManagementPluginVersionResolver
that resolves the version from the
InitializrMetadata
.- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionResolves the dependency management plugin version to use for the generation of the project with the givendescription
.
-
Constructor Details
-
InitializrDependencyManagementPluginVersionResolver
-
-
Method Details
-
resolveDependencyManagementPluginVersion
Description copied from interface:DependencyManagementPluginVersionResolver
Resolves the dependency management plugin version to use for the generation of the project with the givendescription
.- Specified by:
resolveDependencyManagementPluginVersion
in interfaceDependencyManagementPluginVersionResolver
- Parameters:
description
- the description of the project being generated- Returns:
- the corresponding version for the
io.spring.dependency-management
plugin
-