Package io.quarkus.registry.catalog
Interface PlatformReleaseVersion
-
- All Superinterfaces:
Comparable<PlatformReleaseVersion>
- All Known Implementing Classes:
PlatformReleaseVersion.VersionImpl
public interface PlatformReleaseVersion extends Comparable<PlatformReleaseVersion>
Representation of Quarkus Platform release.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlatformReleaseVersion.Deserializerstatic classPlatformReleaseVersion.Serializerstatic classPlatformReleaseVersion.VersionImpl
-
Method Summary
Static Methods Modifier and Type Method Description static PlatformReleaseVersionfromString(String s)-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
fromString
static PlatformReleaseVersion fromString(String s)
-
-