org.jmonit.util
Class RuntimeAdaptable

java.lang.Object
  extended by org.jmonit.util.RuntimeAdaptable

public final class RuntimeAdaptable
extends java.lang.Object

Abstract parent class for code that must adapt to libraries / jre available at runtime.

Author:
Nicolas De Loof

Field Summary
static boolean isJava13
           
 
Constructor Summary
RuntimeAdaptable()
           
 
Method Summary
static boolean isPresentInClasspath(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isJava13

public static boolean isJava13
Constructor Detail

RuntimeAdaptable

public RuntimeAdaptable()
Method Detail

isPresentInClasspath

public static boolean isPresentInClasspath(java.lang.String name)


Copyright © 2007 Nicolas De Loof. All Rights Reserved.