Package com.io7m.jade.vanilla
Class SystemSelection
- java.lang.Object
-
- com.io7m.jade.vanilla.SystemSelection
-
public final class SystemSelection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SystemSelection()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemSelectionfromSystem()booleanisUnix()booleanisWindows()SystemSelectionsetUnix(boolean unix)SystemSelectionsetWindows(boolean windows)
-
-
-
Method Detail
-
fromSystem
public static SystemSelection fromSystem()
-
isWindows
public boolean isWindows()
-
setWindows
public SystemSelection setWindows(boolean windows)
-
isUnix
public boolean isUnix()
-
setUnix
public SystemSelection setUnix(boolean unix)
-
-