public abstract class BaseInstantiatorStrategy extends Object implements InstantiatorStrategy
InstantiatorStrategy
class basically containing helpful constant to sort out JVMs.Modifier and Type | Field and Description |
---|---|
protected static String |
GNU
JVM_NAME prefix for GCJ
|
protected static String |
JROCKIT
JVM_NAME prefix for JRockit
|
protected static String |
JVM_NAME
JVM name
|
protected static String |
SUN
JVM_NAME prefix for Sun Java HotSpot
|
protected static String |
VENDOR
Vendor name
|
protected static String |
VENDOR_VERSION
Vendor version
|
protected static String |
VM_INFO
JVM version
|
protected static String |
VM_VERSION
JVM version
|
Constructor and Description |
---|
BaseInstantiatorStrategy() |
protected static final String JROCKIT
protected static final String GNU
protected static final String SUN
protected static final String VM_VERSION
protected static final String VM_INFO
protected static final String VENDOR_VERSION
protected static final String VENDOR
protected static final String JVM_NAME
Copyright © 2018. All rights reserved.