Package net.simplace.core.service
Klasse IOHelper.OsCheck
java.lang.Object
net.simplace.core.service.IOHelper.OsCheck
- Umschließende Klasse:
IOHelper
helper class to check the operating system this Java VM runs in
please keep the notes below as a pseudo-license
http://stackoverflow.com/questions/228477/how-do-i-programmatically-
determine-operating-system-in-java compare to
http://svn.terracotta.org/svn
/tc/dso/tags/2.6.4/code/base/common/src/com/tc/util/runtime/Os.java
http:/
/www.docjar.com/html/api/org/apache/commons/lang/SystemUtils.java.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumtypes of Operating Systems -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IOHelper.OsCheck.OSTypedetect the operating system from the os.name System property and cache the result
-
Felddetails
-
detectedOS
-
-
Konstruktordetails
-
OsCheck
public OsCheck()
-
-
Methodendetails
-
getOperatingSystemType
detect the operating system from the os.name System property and cache the result- Gibt zurück:
- - the operating system detected
-