net.sf.tlc.core.impl
Class FinderHelper

java.lang.Object
  extended bynet.sf.tlc.core.impl.FinderHelper

public final class FinderHelper
extends java.lang.Object

TODO change the description of FinderHelper

Author:
aisrael

Method Summary
static boolean isTargetClass(java.lang.Class c)
          A valid target is a concrete class (not an abstract class and not an interface) which implements Runnable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isTargetClass

public static boolean isTargetClass(java.lang.Class c)
A valid target is a concrete class (not an abstract class and not an interface) which implements Runnable.

Parameters:
c - Class
Returns:
true if the given Class is a valid Target


Copyright © 2005 TheLittleContainer. All Rights Reserved.