yawn.util
Class MiscUtils

java.lang.Object
  extended by yawn.util.MiscUtils

public class MiscUtils
extends java.lang.Object

This is yawn.util.MiscUtils, part of the yawn project. $Id: MiscUtils.java,v 1.4 2005/04/07 17:28:30 supermarti Exp $

Version:
$Revision: 1.4 $
Author:
Luis Martí (luis dot marti at uc3m dot es)

Constructor Summary
MiscUtils()
           
 
Method Summary
static boolean isSuperClass(java.lang.Class superClass, java.lang.Class testClass)
          tests if a java.lang.Class instance is a superclass of other
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscUtils

public MiscUtils()
Method Detail

isSuperClass

public static boolean isSuperClass(java.lang.Class superClass,
                                   java.lang.Class testClass)
tests if a java.lang.Class instance is a superclass of other

Parameters:
superClass - the super class
testClass - the class to set for inheritance
Returns:
true if superClass is a superClass of testClass


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.