Package io.quarkus.bom.decomposer
Interface ReleaseVersion
-
- All Known Implementing Classes:
ReleaseVersion.StringReleaseVersion,ScmRevision
@Deprecated(forRemoval=true) public interface ReleaseVersion
Deprecated, for removal: This API element is subject to removal in a future version.in favor ofScmRevision
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReleaseVersion.FactoryDeprecated, for removal: This API element is subject to removal in a future version.static classReleaseVersion.StringReleaseVersionDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringasString()Deprecated, for removal: This API element is subject to removal in a future version.booleanisTag()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
isTag
boolean isTag()
Deprecated, for removal: This API element is subject to removal in a future version.
-
asString
String asString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-