| Package | Description |
|---|---|
| io.spring.initializr.generator.version |
Version support classes.
|
| Modifier and Type | Method and Description |
|---|---|
Version.Format |
Version.getFormat() |
static Version.Format |
Version.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.Format[] |
Version.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.format(Version.Format format)
Format this version to the specified
Version.Format. |
VersionRange |
VersionRange.format(Version.Format format)
Format this version range to the specified
Version.Format. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.