futils
Class WordIncludeProcessor

java.lang.Object
  extended by futils.WordIncludeProcessor
All Implemented Interfaces:
FileProcessor

public class WordIncludeProcessor
extends java.lang.Object
implements FileProcessor


Constructor Summary
WordIncludeProcessor()
           
 
Method Summary
static void lsWordPrintMerge()
           
static void main(java.lang.String[] args)
           
static void MainFileProcessor(FileProcessor fp)
           
 void process(java.io.File[] f)
           
static void wordPrintMerge(java.io.File[] files)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordIncludeProcessor

public WordIncludeProcessor()
Method Detail

main

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

MainFileProcessor

public static void MainFileProcessor(FileProcessor fp)
                              throws java.io.IOException
Throws:
java.io.IOException

wordPrintMerge

public static void wordPrintMerge(java.io.File[] files)
                           throws java.io.IOException
Throws:
java.io.IOException

lsWordPrintMerge

public static void lsWordPrintMerge()

process

public void process(java.io.File[] f)
Specified by:
process in interface FileProcessor