|
||||||||||
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()
Deprecated. As of 1.4.4, minimal JDK version is 1.4 already |
static boolean |
is15()
Deprecated. As of 1.4.4, minimal JDK version will be 1.6 for next major release |
static boolean |
is16()
Deprecated. As of 1.4.4, minimal JDK version will be 1.6 for next major release |
static boolean |
is17()
|
static boolean |
is18()
|
Class |
loadClass(String name)
|
Class |
loadClass(String name,
boolean initialize)
|
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 Class loadClass(String name, boolean initialize)
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 Caching
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |