Interface RhinoVersion

  • All Known Implementing Classes:
    VersionImpl

    public interface RhinoVersion
    • Method Detail

      • getProduct

        String getProduct()
        The product name, "Rhino" or "RhinoSDK".
        Returns:
        product name
      • getVersion

        String getVersion()
        Version string, e.g., "2.2".
        Returns:
        version
      • getRelease

        String getRelease()
        Release number, e.g., "00".
        Returns:
        release number
      • getBuild

        String getBuild()
        Build timestamp, format yyyyMMddhhmmss.
        Returns:
        timestamp
      • getRevision

        String getRevision()
        VCS revision string.
        Returns:
        revision string
      • toString

        String toString()
        A string representation of this version data, formatted as in Rhino server logs.
        Overrides:
        toString in class Object
        Returns:
        all version data as a String