Class ReleaseVersion.Factory

java.lang.Object
io.quarkus.bom.decomposer.ReleaseVersion.Factory
Enclosing interface:
ReleaseVersion

@Deprecated(forRemoval=true) public static class ReleaseVersion.Factory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tag(String tag)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    version(String version)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • tag

      public static ReleaseVersion tag(String tag)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • version

      public static ReleaseVersion version(String version)
      Deprecated, for removal: This API element is subject to removal in a future version.