Package org.openjdk.jmh.util
Class Version
java.lang.Object
org.openjdk.jmh.util.Version
-
Field Details
-
UPDATE_INTERVAL
private static final int UPDATE_INTERVAL- See Also:
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
- Returns:
- the version, build date and update hint.
-
getPlainVersion
- Returns:
- only version, e.g. "1.19", or "-" if the version cannot be determined.
-
printVersion
-