Interface VersionInfo


@Contract public interface VersionInfo
Service interface to define the version info for an installed product.
  • Method Details

    • getProductNameAbbreviation

      String getProductNameAbbreviation()
    • getFullVersion

      String getFullVersion()
    • getMajorVersion

      int getMajorVersion()
    • getMinorVersion

      int getMinorVersion()