Interface JavaRuntimeVersion


  • @Immutable
    @TypeAdapters
    public interface JavaRuntimeVersion
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String component()
      A component identifier for locating this JVM version in the launcher's manifest for java versions.
      int majorVersion()
      Get the major version of java to use.
    • Method Detail

      • component

        java.lang.String component()
        A component identifier for locating this JVM version in the launcher's manifest for java versions.
        Returns:
        a reference key into the JVM manifest
      • majorVersion

        int majorVersion()
        Get the major version of java to use.
        Returns:
        the Java major version