Uses of Class
dev.brachtendorf.MiscUtil.OS
-
Packages that use MiscUtil.OS Package Description dev.brachtendorf -
-
Uses of MiscUtil.OS in dev.brachtendorf
Methods in dev.brachtendorf that return MiscUtil.OS Modifier and Type Method Description static MiscUtil.OSMiscUtil.OS. getOS()Return the OS type this program is executed onstatic MiscUtil.OSMiscUtil.OS. valueOf(String name)Returns the enum constant of this type with the specified name.static MiscUtil.OS[]MiscUtil.OS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-