Uses of Class
com.sun.electric.tool.Client.OS

Packages that use Client.OS
com.sun.electric.tool Package for all synthesis and analysis tools. 
 

Uses of Client.OS in com.sun.electric.tool
 

Methods in com.sun.electric.tool that return Client.OS
static Client.OS Client.getOperatingSystem()
          Method to tell which operating system Electric is running on.
static Client.OS Client.OS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Client.OS[] Client.OS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.