Uses of Class
org.deckfour.xes.util.XRuntimeUtils.OS
-
Packages that use XRuntimeUtils.OS Package Description org.deckfour.xes.util -
-
Uses of XRuntimeUtils.OS in org.deckfour.xes.util
Fields in org.deckfour.xes.util declared as XRuntimeUtils.OS Modifier and Type Field Description static XRuntimeUtils.OSXRuntimeUtils. currentOsCurrent host platform.Methods in org.deckfour.xes.util that return XRuntimeUtils.OS Modifier and Type Method Description static XRuntimeUtils.OSXRuntimeUtils. determineOS()Determines the current host platform.static XRuntimeUtils.OSXRuntimeUtils.OS. valueOf(java.lang.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.
-