public abstract class BaseInstantiatorStrategy extends java.lang.Object implements InstantiatorStrategy
InstantiatorStrategy
class basically containing helpful constant to sort out JVMs.Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
GNU
JVM_NAME prefix for GCJ
|
protected static java.lang.String |
JROCKIT
JVM_NAME prefix for JRockit
|
protected static java.lang.String |
JVM_NAME
JVM name
|
protected static java.lang.String |
PERC
JVM_NAME prefix for Aonix PERC
|
protected static java.lang.String |
SUN
JVM_NAME prefix for Sun Java HotSpot
|
protected static java.lang.String |
VENDOR
Vendor name
|
protected static java.lang.String |
VENDOR_VERSION
Vendor version
|
protected static java.lang.String |
VM_INFO
JVM version
|
protected static java.lang.String |
VM_VERSION
JVM version
|
Constructor and Description |
---|
BaseInstantiatorStrategy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstantiatorOf
protected static final java.lang.String JROCKIT
protected static final java.lang.String GNU
protected static final java.lang.String SUN
protected static final java.lang.String PERC
protected static final java.lang.String VM_VERSION
protected static final java.lang.String VM_INFO
protected static final java.lang.String VENDOR_VERSION
protected static final java.lang.String VENDOR
protected static final java.lang.String JVM_NAME
Copyright © 2006-2012 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.