Package | Description |
---|---|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
Modifier and Type | Method and Description |
---|---|
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.
|