Class RuntimeVersions


  • public final class RuntimeVersions
    extends java.lang.Object
    Functions over runtime versions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RuntimeVersion parse​(java.lang.String text)
      Parse a version string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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