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()
String getVersion()
String getRelease()
String getBuild()
String getRevision()