| |
|
| java.lang.Object util.SysInfo
SysInfo | public class SysInfo (Code) | | Encapsulate platform information.
|
Constructor Summary | |
public | SysInfo() Ye olde constructor. |
SysInfo | public SysInfo()(Code) | | Ye olde constructor.
|
isKnown | public boolean isKnown()(Code) | | True or false - is the system known?
|
isMac | public boolean isMac()(Code) | | Returns whether the system is mac or not.
|
isUnix | public boolean isUnix()(Code) | | Returns whether the system is unix or not.
|
isWindows | public boolean isWindows()(Code) | | Returns whether the system is windoze or not.
|
osArchKnown | public boolean osArchKnown()(Code) | | True or false - is the architecture known?
|
osNameKnown | public boolean osNameKnown()(Code) | | True or false - is the os name known?
|
osVersionKnown | public boolean osVersionKnown()(Code) | | True or false - is the version known?
|
|
|
|