Class RepositoryInfo.VersionInfo

  • Enclosing class:
    RepositoryInfo

    public static class RepositoryInfo.VersionInfo
    extends Object
    Representation of the repository version information.
    Author:
    Jamal Kaabi-Mofrad
    • Constructor Detail

      • VersionInfo

        public VersionInfo()
      • VersionInfo

        public VersionInfo​(Descriptor descriptor)
    • Method Detail

      • getMajor

        public String getMajor()
      • getMinor

        public String getMinor()
      • getPatch

        public String getPatch()
      • getHotfix

        public String getHotfix()
      • getSchema

        public int getSchema()
      • getLabel

        public String getLabel()
      • getDisplay

        public String getDisplay()