Package com.io7m.coffeepick.runtime
Class RuntimeVersions
- java.lang.Object
-
- com.io7m.coffeepick.runtime.RuntimeVersions
-
public final class RuntimeVersions extends java.lang.ObjectFunctions over runtime versions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeVersionparse(java.lang.String text)Parse a version string.
-
-
-
Method Detail
-
parse
public static RuntimeVersion parse(java.lang.String text) throws java.lang.IllegalArgumentException
Parse a version string.- Parameters:
text- The version string- Returns:
- A parsed version
- Throws:
java.lang.IllegalArgumentException- On parse errors
-
-