fedora.client.batch
Class BatchTool

java.lang.Object
  extended by fedora.client.batch.BatchTool

public class BatchTool
extends java.lang.Object

Title: BatchTool.java

Description:

Version:
$Id: BatchTool.java 5313 2006-12-06 12:14:27Z cwilper $
Author:
wdn5e@virginia.edu

Constructor Summary
BatchTool(java.util.Properties miscProperties, java.util.Properties datastreamProperties, java.util.Properties metadataProperties)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void prep()
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchTool

public BatchTool(java.util.Properties miscProperties,
                 java.util.Properties datastreamProperties,
                 java.util.Properties metadataProperties)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

prep

public final void prep()

process

public final void process()
                   throws java.lang.Exception
Throws:
java.lang.Exception

main

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