com.liferay.portal.kernel.util
Class OSDetector

java.lang.Object
  extended by com.liferay.portal.kernel.util.OSDetector

public class OSDetector
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
OSDetector()
           
 
Method Summary
static boolean isAIX()
           
static boolean isUnix()
           
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSDetector

public OSDetector()
Method Detail

isAIX

public static boolean isAIX()

isUnix

public static boolean isUnix()

isWindows

public static boolean isWindows()