| Package | Description |
|---|---|
| io.spring.initializr.actuate.stat |
Project statistics support.
|
| io.spring.initializr.generator.project |
Project generation support classes.
|
| io.spring.initializr.generator.version |
Version support classes.
|
| io.spring.initializr.metadata |
Project metadata support.
|
| io.spring.initializr.metadata.support |
Project metadata support classes.
|
| io.spring.initializr.web.project |
Project generation handling.
|
| io.spring.initializr.web.support |
Support classes for web endpoints.
|
| Constructor and Description |
|---|
VersionInformation(Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version |
ProjectDescription.getPlatformVersion()
Return the requested platform
Version. |
Version |
MutableProjectDescription.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableProjectDescription.setPlatformVersion(Version platformVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDescriptionDiff.ifPlatformVersionChanged(ProjectDescription current,
BiConsumer<Version,Version> consumer)
Calls the specified consumer if the
platformVersion is different on the
original source project description than the specified project description. |
void |
ProjectDescriptionDiff.ifPlatformVersionChanged(ProjectDescription current,
BiConsumer<Version,Version> consumer)
Calls the specified consumer if the
platformVersion is different on the
original source project description than the specified project description. |
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.format(Version.Format format)
Format this version to the specified
Version.Format. |
Version |
VersionRange.getHigherVersion() |
Version |
VersionRange.getLowerVersion() |
Version |
VersionParser.parse(String text)
Parse the string representation of a
Version. |
static Version |
Version.parse(String text)
Parse the string representation of a
Version. |
Version |
VersionParser.safeParse(String text)
Parse safely the specified string representation of a
Version. |
static Version |
Version.safeParse(String text)
Parse safely the specified string representation of a
Version. |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other) |
boolean |
VersionRange.match(Version version)
Specify if the
Version matches this range. |
| Constructor and Description |
|---|
VersionRange(Version startingVersion) |
VersionRange(Version lowerVersion,
boolean lowerInclusive,
Version higherVersion,
boolean higherInclusive) |
| Constructor and Description |
|---|
VersionParser(List<Version> latestVersions) |
| Modifier and Type | Method and Description |
|---|---|
Version |
InitializrConfiguration.Platform.formatPlatformVersion(Version platformVersion)
Format the expected
platform version. |
Version |
DependencyMetadata.getBootVersion() |
| Modifier and Type | Method and Description |
|---|---|
Version |
InitializrConfiguration.Platform.formatPlatformVersion(Version platformVersion)
Format the expected
platform version. |
DependencyMetadata |
DependencyMetadataProvider.get(InitializrMetadata metadata,
Version bootVersion)
Return the dependency metadata to use for the specified
bootVersion. |
boolean |
InitializrConfiguration.Platform.isCompatibleVersion(Version platformVersion)
Specify whether the specified platform version is
supported.
|
boolean |
Dependency.match(Version version)
Specify if this dependency is available for the specified Spring Boot version.
|
BillOfMaterials |
BillOfMaterials.resolve(Version bootVersion)
Resolve this instance according to the specified Spring Boot
Version. |
Dependency |
Dependency.resolve(Version bootVersion)
Resolve this instance according to the specified Spring Boot
Version. |
String |
InitializrConfiguration.Env.Kotlin.resolveKotlinVersion(Version bootVersion)
Resolve the kotlin version to use based on the Spring Boot version.
|
| Constructor and Description |
|---|
DependencyMetadata(Version bootVersion,
Map<String,Dependency> dependencies,
Map<String,Repository> repositories,
Map<String,BillOfMaterials> boms) |
| Constructor and Description |
|---|
MetadataBuildItemResolver(InitializrMetadata metadata,
Version platformVersion)
Creates an instance for the specified
InitializrMetadata and platform version. |
| Modifier and Type | Method and Description |
|---|---|
Version |
DefaultProjectRequestPlatformVersionTransformer.transform(Version platformVersion,
InitializrMetadata metadata) |
Version |
ProjectRequestPlatformVersionTransformer.transform(Version platformVersion,
InitializrMetadata metadata)
Transform the platform version of a
ProjectRequest if necessary. |
| Modifier and Type | Method and Description |
|---|---|
Version |
DefaultProjectRequestPlatformVersionTransformer.transform(Version platformVersion,
InitializrMetadata metadata) |
Version |
ProjectRequestPlatformVersionTransformer.transform(Version platformVersion,
InitializrMetadata metadata)
Transform the platform version of a
ProjectRequest if necessary. |
| Modifier and Type | Method and Description |
|---|---|
DependencyMetadata |
DefaultDependencyMetadataProvider.get(InitializrMetadata metadata,
Version bootVersion) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.