Uses of Class
org.marketcetera.util.misc.OperatingSystem
-
Packages that use OperatingSystem Package Description org.marketcetera.util.misc Miscellaneous general-purpose utilities. -
-
Uses of OperatingSystem in org.marketcetera.util.misc
Fields in org.marketcetera.util.misc declared as OperatingSystem Modifier and Type Field Description static OperatingSystemOperatingSystem. LOCALThe operating system on which this JVM is running.Methods in org.marketcetera.util.misc that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. get(String javaName)Returns the enumerated constant associated with the given expected value for theos.namesystem property.static OperatingSystemOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-