|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.core.JVM
public class JVM
| Constructor Summary | |
|---|---|
JVM()
|
|
| Method Summary | |
|---|---|
ReflectionProvider |
bestReflectionProvider()
|
static boolean |
canParseUTCDateFormat()
|
void |
flushCache()
|
static boolean |
hasOptimizedTreeMapPutAll()
Checks if TreeMap.putAll is optimized for SortedMap argument. |
static boolean |
hasOptimizedTreeSetAddAll()
Checks if TreeSet.addAll is optimized for SortedSet argument. |
static boolean |
is14()
|
static boolean |
is15()
|
static boolean |
is16()
|
static boolean |
is17()
|
static boolean |
is18()
|
Class |
loadClass(String name)
|
static void |
main(String[] args)
|
static boolean |
reverseFieldDefinition()
|
boolean |
supportsAWT()
Checks if the jvm supports awt. |
boolean |
supportsSQL()
Checks if the jvm supports sql. |
boolean |
supportsSwing()
Checks if the jvm supports swing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JVM()
| Method Detail |
|---|
public static boolean is14()
public static boolean is15()
public static boolean is16()
public static boolean is17()
public static boolean is18()
public Class loadClass(String name)
public ReflectionProvider bestReflectionProvider()
public static boolean reverseFieldDefinition()
public boolean supportsAWT()
public boolean supportsSwing()
public boolean supportsSQL()
public static boolean hasOptimizedTreeSetAddAll()
public static boolean hasOptimizedTreeMapPutAll()
public static boolean canParseUTCDateFormat()
public void flushCache()
flushCache in interface Cachingpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||