|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--stomp.util.OsManager
knows whether or not we are currently operating ### We can use the following: System.getProperty( "os.name" ) and compare the return string with 'Linux', 'Solaris', 'Windows', etc. ###
| Constructor Summary | |
OsManager()
|
|
| Method Summary | |
static boolean |
isLinux()
|
static boolean |
isWindows()
Returns true if the current JVM runs on Windows platform. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OsManager()
| Method Detail |
public static boolean isLinux()
public static boolean isWindows()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||