Uses of Class
org.crosswire.common.util.OSType

Packages that use OSType
org.crosswire.common.util A collection of various generic utility classes. 
 

Uses of OSType in org.crosswire.common.util
 

Fields in org.crosswire.common.util declared as OSType
private static OSType OSType.osType
          The machine's osType
 

Methods in org.crosswire.common.util that return OSType
static OSType OSType.fromString(String name)
          Lookup method to convert from a String to an OSType
static OSType OSType.getOSType()
          Get the machine's OSType.
static OSType OSType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OSType[] OSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright ยจ 2003-2015