public final class Product extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUILD_YEAR |
static String |
EDITION |
static String |
FULL_NAME |
static boolean |
IS_MANGLED |
static String |
LONG_NAME |
static String |
NAME |
static String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static String |
getFullName()
Returns a different product full name depending on whether
w2x-pro.jar or w2x-eval.jar is found in
the CLASSPATH.
|
static boolean |
isMangled()
Returns a different value depending on whether
w2x-pro.jar or w2x-eval.jar is found in
the CLASSPATH.
|
public static final String NAME
public static final String EDITION
public static final String VERSION
public static final String LONG_NAME
public static final String FULL_NAME
public static final int BUILD_YEAR
public static final boolean IS_MANGLED
public static String getFullName()
public static boolean isMangled()