Uses of Class
org.marketcetera.util.misc.OperatingSystem

Packages that use OperatingSystem
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
static OperatingSystem OperatingSystem.LOCAL
          The operating system on which this JVM is running.
 

Methods in org.marketcetera.util.misc that return OperatingSystem
static OperatingSystem OperatingSystem.get(String javaName)
          Returns the enumerated constant associated with the given expected value for the os.name system property.
static OperatingSystem OperatingSystem.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.
 



Copyright © 2012. All Rights Reserved.