Uses of Class
org.deckfour.xes.util.XRuntimeUtils.OS

Packages that use XRuntimeUtils.OS
org.deckfour.xes.util   
 

Uses of XRuntimeUtils.OS in org.deckfour.xes.util
 

Fields in org.deckfour.xes.util declared as XRuntimeUtils.OS
static XRuntimeUtils.OS XRuntimeUtils.currentOs
          Current host platform.
 

Methods in org.deckfour.xes.util that return XRuntimeUtils.OS
static XRuntimeUtils.OS XRuntimeUtils.determineOS()
          Determines the current host platform.
static XRuntimeUtils.OS XRuntimeUtils.OS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XRuntimeUtils.OS[] XRuntimeUtils.OS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.