Package io.quarkus.bootstrap.model
Class PlatformReleaseInfo
java.lang.Object
io.quarkus.bootstrap.model.PlatformReleaseInfo
- All Implemented Interfaces:
Serializable
Platform release info that is encoded into a property in a platform properties artifact
following the format
platform.release-info@<platform-key>$<stream>#<version>=<bom-coords>(,<bom-coords>)- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformReleaseInfo(String platformKey, String stream, String version, String boms) -
Method Summary
-
Constructor Details
-
PlatformReleaseInfo
-
-
Method Details
-
getPlatformKey
The platform key. Could be thegroupIdof the stack, e.g.io.quarkus.platform- Returns:
- platform key
-
getStream
Platform stream. Could be themajor.minorpart of the platform release version.- Returns:
- platform stream
-
getVersion
The version of the platform in a stream. Ideally, the micro version to make the comparisons easier.- Returns:
- version in the stream
-
getBoms
Member BOM coordinates.- Returns:
- member BOM coordinates
-
toString
-