kmy.regex.tools
Class BatchTester

java.lang.Object
  |
  +--kmy.regex.tools.BatchTester

public class BatchTester
extends java.lang.Object

This class is used to batch-test regular expression. Input is assumed to be in file regex.txt.


Constructor Summary
BatchTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
(package private) static void test(java.lang.String patt)
          This is pattern testing method.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BatchTester

public BatchTester()
Method Detail

test

static void test(java.lang.String patt)
This is pattern testing method.

main

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