Liferay 6.1.2-ce-ga3

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 String getBitmode()
           
static boolean isAIX()
           
static boolean isApple()
           
static boolean isLinux()
           
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

getBitmode

public static String getBitmode()

isAIX

public static boolean isAIX()

isApple

public static boolean isApple()

isLinux

public static boolean isLinux()

isUnix

public static boolean isUnix()

isWindows

public static boolean isWindows()

Liferay 6.1.2-ce-ga3