org.hoglet.tools
Class FileProcessor

java.lang.Object
  extended by org.hoglet.tools.FileProcessor

public class FileProcessor
extends Object


Constructor Summary
FileProcessor(File tagHandlerConfigFile)
           
 
Method Summary
static void main(String[] argv)
           
 void processFile(File in, File out, boolean overwrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProcessor

public FileProcessor(File tagHandlerConfigFile)
              throws HogletException,
                     org.jdom.JDOMException
Throws:
HogletException
org.jdom.JDOMException
Method Detail

main

public static void main(String[] argv)

processFile

public void processFile(File in,
                        File out,
                        boolean overwrite)
                 throws HogletException
Throws:
HogletException


  Copyright © 2006 Gary Bentley. All Rights Reserved.