public class Environment extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
JBOSS_PLATFORM |
static int |
JETTY_PLATFORM |
static int |
STAND_ALONE |
static int |
TOMCAT_PLATFORM |
static int |
UNKNOWN |
static int |
WEBLOGIC_PLATFORM |
static int |
WEBSHPERE_PLATFORM |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
getInstance() |
int |
getPlatform() |
public static final int UNKNOWN
public static final int STAND_ALONE
public static final int TOMCAT_PLATFORM
public static final int JBOSS_PLATFORM
public static final int JETTY_PLATFORM
public static final int WEBSHPERE_PLATFORM
public static final int WEBLOGIC_PLATFORM
public int getPlatform()
public static Environment getInstance()
Copyright © 2019 eXo Platform SAS. All Rights Reserved.