Package pro.gravit.launcher
Class ClientLauncherWrapper.JavaVersion
- java.lang.Object
-
- pro.gravit.launcher.ClientLauncherWrapper.JavaVersion
-
- Enclosing class:
- ClientLauncherWrapper
public static class ClientLauncherWrapper.JavaVersion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledJavaFXjava.nio.file.PathjvmDirintversion
-
Constructor Summary
Constructors Constructor Description JavaVersion(java.nio.file.Path jvmDir, int version)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientLauncherWrapper.JavaVersiongetByPath(java.nio.file.Path jvmDir)static ClientLauncherWrapper.JavaVersiongetCurrentJavaVersion()static booleanisExistExtJavaLibrary(java.nio.file.Path jvmDir, java.lang.String name)
-
-
-
Method Detail
-
getCurrentJavaVersion
public static ClientLauncherWrapper.JavaVersion getCurrentJavaVersion()
-
getByPath
public static ClientLauncherWrapper.JavaVersion getByPath(java.nio.file.Path jvmDir) throws java.io.IOException
- Throws:
java.io.IOException
-
isExistExtJavaLibrary
public static boolean isExistExtJavaLibrary(java.nio.file.Path jvmDir, java.lang.String name)
-
-