nl.knowledgeplaza.util
Class SystemUtil

java.lang.Object
  extended by nl.knowledgeplaza.util.SystemUtil

public class SystemUtil
extends java.lang.Object


Constructor Summary
SystemUtil()
           
 
Method Summary
static boolean isLinux()
          check if the current system is linux
static boolean isMac()
          check if the current system is a macintosh
static boolean isWindows()
          check if the current system is windows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtil

public SystemUtil()
Method Detail

isMac

public static boolean isMac()
check if the current system is a macintosh


isWindows

public static boolean isWindows()
check if the current system is windows


isLinux

public static boolean isLinux()
check if the current system is linux



Copyright © 2010 KnowledgePlaza. All Rights Reserved.