Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.util
Class OSDetector

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

public class OSDetector
extends Object


Constructor Summary
OSDetector()
           
 
Method Summary
static boolean isAIX()
           
static boolean isApple()
           
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()

isApple

public static boolean isApple()

isUnix

public static boolean isUnix()

isWindows

public static boolean isWindows()

Liferay 6.1.10-ee-ga1