com.simonstl.fragment
Class FilterTester

java.lang.Object
  |
  +--com.simonstl.fragment.FilterTester

public class FilterTester
extends java.lang.Object

This class just takes two arguments - a rules file and a target file. It loads the rules, feeds them to the filter, and sets up an XMLWriter so that testers can see the results on the command line.] This class requires David Megginson's XMLWriter class, available from: http://www.megginson.com/Software/index.html.


Constructor Summary
FilterTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterTester

public FilterTester()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception