| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
| io.spring.initializr.generator.version |
Version support classes.
|
| io.spring.initializr.metadata |
Project metadata support.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyContainer |
PropertyContainer.version(VersionProperty versionProperty,
String version)
Register a property that refers to the specified
version. |
| Modifier and Type | Method and Description |
|---|---|
Stream<Map.Entry<String,String>> |
PropertyContainer.versions(Function<VersionProperty,String> nameFactory)
Return the registered versions using the specified
nameFactory. |
| Modifier and Type | Method and Description |
|---|---|
VersionProperty |
VersionReference.getProperty()
Return the
VersionProperty or null if this reference is not a
property. |
static VersionProperty |
VersionProperty.of(String property)
Create an internal
VersionProperty. |
static VersionProperty |
VersionProperty.of(String property,
boolean internal)
Create a
VersionProperty. |
| Modifier and Type | Method and Description |
|---|---|
int |
VersionProperty.compareTo(VersionProperty o) |
static VersionReference |
VersionReference.ofProperty(VersionProperty property) |
| Modifier and Type | Method and Description |
|---|---|
VersionProperty |
BillOfMaterials.getVersionProperty()
Return the
VersionProperty to use to externalize the version of the BOM. |
| Modifier and Type | Method and Description |
|---|---|
void |
BillOfMaterials.setVersionProperty(VersionProperty versionProperty) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.