|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objenesis.strategy.BaseInstantiatorStrategy
public abstract class BaseInstantiatorStrategy
Base InstantiatorStrategy class basically containing helpful constant to sort out JVMs.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
BaseInstantiatorStrategy()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objenesis.strategy.InstantiatorStrategy |
|---|
newInstantiatorOf |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public BaseInstantiatorStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||