Uses of Class
net.sf.okapi.common.Util.SUPPORTED_OS
-
Packages that use Util.SUPPORTED_OS Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework. -
-
Uses of Util.SUPPORTED_OS in net.sf.okapi.common
Methods in net.sf.okapi.common that return Util.SUPPORTED_OS Modifier and Type Method Description static Util.SUPPORTED_OSUtil. getOS()Get the operating systemstatic Util.SUPPORTED_OSUtil.SUPPORTED_OS. valueOf(String name)Returns the enum constant of this type with the specified name.static Util.SUPPORTED_OS[]Util.SUPPORTED_OS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-