Package panamagl.platform
Class Platform
java.lang.Object
panamagl.platform.Platform
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MACOS
-
WINDOWS
-
UNIX
-
name
-
version
-
cpu
-
jvm
-
windows
protected boolean windows -
mac
protected boolean mac -
unix
protected boolean unix -
solaris
protected boolean solaris
-
-
Constructor Details
-
Platform
public Platform() -
Platform
-
Platform
-
Platform
-
-
Method Details
-
formatName
-
getName
-
getVersion
-
getJavaVersion
-
getCPU
-
isWindows
public boolean isWindows() -
isMac
public boolean isMac() -
isUnix
public boolean isUnix() -
isSolaris
public boolean isSolaris() -
toString
-
main
-