com.unitesk.requality.documents
Class OmnivorousImporter

java.lang.Object
  extended by com.unitesk.requality.documents.OmnivorousImporter

public class OmnivorousImporter
extends java.lang.Object


Constructor Summary
OmnivorousImporter()
           
 
Method Summary
 void importDocument(java.lang.String docId, java.io.File inFile, java.io.File outFile, TreeDB base, TreeNode node)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmnivorousImporter

public OmnivorousImporter()
Method Detail

importDocument

public void importDocument(java.lang.String docId,
                           java.io.File inFile,
                           java.io.File outFile,
                           TreeDB base,
                           TreeNode node)
                    throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception