net.sourceforge.jxunit
Class JXIncludeFiles

java.lang.Object
  |
  +--net.sourceforge.jxunit.JXIncludeFiles
All Implemented Interfaces:
JXTestSetup

public class JXIncludeFiles
extends Object
implements JXTestSetup


Field Summary
 boolean matchCase
           
 String regexp
           
 
Constructor Summary
JXIncludeFiles()
           
 
Method Summary
 void setup(String cwd, JXProperties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regexp

public String regexp

matchCase

public boolean matchCase
Constructor Detail

JXIncludeFiles

public JXIncludeFiles()
Method Detail

setup

public void setup(String cwd,
                  JXProperties properties)
           throws Throwable
Specified by:
setup in interface JXTestSetup