org.apache.tapestry5.ioc.internal.util
Class JDKUtils

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.util.JDKUtils

public class JDKUtils
extends java.lang.Object

Internal utilities for identifying the JDK version, used in the rare cases that we are patching around JDK bugs.


Field Summary
static boolean JDK_1_5
          Is the running JVM JDK 1.5?
 
Constructor Summary
JDKUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JDK_1_5

public static final boolean JDK_1_5
Is the running JVM JDK 1.5?

Constructor Detail

JDKUtils

public JDKUtils()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.