org.hoglet.tools
Class DirectoryProcessor

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

public class DirectoryProcessor
extends Object


Constructor Summary
DirectoryProcessor(File tagHandlerConfigFile)
           
 
Method Summary
static void main(String[] argv)
           
 void processDirectory(File inDir, String inFileExt, File outDir, String outFileExt, boolean overwrite, boolean recurse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryProcessor

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

main

public static void main(String[] argv)

processDirectory

public void processDirectory(File inDir,
                             String inFileExt,
                             File outDir,
                             String outFileExt,
                             boolean overwrite,
                             boolean recurse)
                      throws HogletException
Throws:
HogletException


  Copyright © 2006 Gary Bentley. All Rights Reserved.