Package com.github.kokorin.jaffree
Class OS
java.lang.Object
com.github.kokorin.jaffree.OS
Provides a way to detect Operating System.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final booleanstatic final boolean -
Method Summary
-
Field Details
-
IS_WINDOWS
public static final boolean IS_WINDOWS -
IS_MAC
public static final boolean IS_MAC -
IS_LINUX
public static final boolean IS_LINUX
-