|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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()
|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |