public interface RhinoVersion
Modifier and Type | Method and Description |
---|---|
String |
getBuild()
Build timestamp, format yyyyMMddhhmmss.
|
String |
getProduct()
The product name, "Rhino" or "RhinoSDK".
|
String |
getRelease()
Release number, e.g., "00".
|
String |
getRevision()
VCS revision string.
|
String |
getVersion()
Version string, e.g., "2.2".
|
String |
toString()
A string representation of this version data, formatted as in Rhino server logs.
|
String getProduct()
The product name, "Rhino" or "RhinoSDK".
String getVersion()
Version string, e.g., "2.2".
String getRelease()
Release number, e.g., "00".
String getBuild()
Build timestamp, format yyyyMMddhhmmss.
String getRevision()
VCS revision string.