net.sourceforge.jxunit
Class JXExcludeFiles

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

public class JXExcludeFiles
extends Object
implements JXTestSetup


Field Summary
 boolean matchCase
           
 String regexp
           
 
Constructor Summary
JXExcludeFiles()
           
 
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

JXExcludeFiles

public JXExcludeFiles()
Method Detail

setup

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