com.sun.labs.minion.document.tokenizer
Class Test

java.lang.Object
  extended by com.sun.labs.minion.document.tokenizer.Test

public class Test
extends java.lang.Object


Constructor Summary
Test(Tokenizer tok)
          Runs a tokenizer against a given list of files.
 
Method Summary
static void main(java.lang.String[] args)
           
 void tokenize(java.io.Reader r, java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(Tokenizer tok)
Runs a tokenizer against a given list of files.

Method Detail

tokenize

public void tokenize(java.io.Reader r,
                     java.lang.String key)
              throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args - the command line arguments
Throws:
java.io.IOException