Class OsUtil
java.lang.Object
io.github.danlewis783.jpackage.internal.OsUtil
Small OS helpers shared by the jpackage tasks. Not public API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisMacOs()static booleanstatic FilejpackageExecutable(File javaExecutable) Resolves the jpackage executable that lives next to the givenjavaexecutable.
-
Method Details
-
isWindows
public static boolean isWindows() -
isMacOs
public static boolean isMacOs() -
jpackageExecutable
-