org.ephman.abra.tools
Class Checks

java.lang.Object
  |
  +--org.ephman.abra.tools.Checks

public class Checks
extends java.lang.Object


Constructor Summary
Checks()
           
 
Method Summary
static boolean exists(java.lang.String foo)
          check not null or empty
static boolean hasElements(java.util.Vector v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checks

public Checks()
Method Detail

exists

public static boolean exists(java.lang.String foo)
check not null or empty


hasElements

public static boolean hasElements(java.util.Vector v)