Package org.exoplatform.commons
Class Environment
- java.lang.Object
-
- org.exoplatform.commons.Environment
-
public class Environment extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intJBOSS_PLATFORMstatic intJETTY_PLATFORMstatic intSTAND_ALONEstatic intTOMCAT_PLATFORMstatic intUNKNOWNstatic intWEBLOGIC_PLATFORMstatic intWEBSHPERE_PLATFORM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvironmentgetInstance()intgetPlatform()
-
-
-
Field Detail
-
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
-
STAND_ALONE
public static final int STAND_ALONE
- See Also:
- Constant Field Values
-
TOMCAT_PLATFORM
public static final int TOMCAT_PLATFORM
- See Also:
- Constant Field Values
-
JBOSS_PLATFORM
public static final int JBOSS_PLATFORM
- See Also:
- Constant Field Values
-
JETTY_PLATFORM
public static final int JETTY_PLATFORM
- See Also:
- Constant Field Values
-
WEBSHPERE_PLATFORM
public static final int WEBSHPERE_PLATFORM
- See Also:
- Constant Field Values
-
WEBLOGIC_PLATFORM
public static final int WEBLOGIC_PLATFORM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPlatform
public int getPlatform()
-
getInstance
public static Environment getInstance()
-
-