de.janrufmonitor.util.io
Class OSUtils

java.lang.Object
  extended by de.janrufmonitor.util.io.OSUtils

public class OSUtils
extends Object

This class provides acces to OS specific information.

Author:
Thilo Brandt

Constructor Summary
OSUtils()
           
 
Method Summary
static boolean isLinux()
          Return true wether the current running OS is Linux based
static boolean isWindows()
          Return true wether the current running OS is Microsoft Windows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSUtils

public OSUtils()
Method Detail

isWindows

public static boolean isWindows()
Return true wether the current running OS is Microsoft Windows

Returns:

isLinux

public static boolean isLinux()
Return true wether the current running OS is Linux based

Returns:


Copyright © 2010 by Thilo Brandt. All Rights Reserved.