com.thoughtworks.xstream.core
Class JVM

java.lang.Object
  extended by com.thoughtworks.xstream.core.JVM

public class JVM
extends java.lang.Object


Constructor Summary
JVM()
           
 
Method Summary
 com.thoughtworks.xstream.converters.reflection.ReflectionProvider bestReflectionProvider()
           
static boolean is14()
           
static boolean is15()
           
static boolean is16()
           
 java.lang.Class loadClass(java.lang.String name)
           
static void main(java.lang.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

JVM

public JVM()
Method Detail

is14

public static boolean is14()

is15

public static boolean is15()

is16

public static boolean is16()

loadClass

public java.lang.Class loadClass(java.lang.String name)

bestReflectionProvider

public com.thoughtworks.xstream.converters.reflection.ReflectionProvider bestReflectionProvider()

reverseFieldDefinition

public static boolean reverseFieldDefinition()

supportsAWT

public boolean supportsAWT()
Checks if the jvm supports awt.


supportsSwing

public boolean supportsSwing()
Checks if the jvm supports swing.


supportsSQL

public boolean supportsSQL()
Checks if the jvm supports sql.


main

public static void main(java.lang.String[] args)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.