fedora.client.batch
Class BatchModifyValidate

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

public class BatchModifyValidate
extends java.lang.Object

Title: BatchModifyValidate.java

Description: A GUI interface for entering info required to validate a file of modify directives against the batchModify.xsd XML Schema. The batch modify utility has validation turned on so pre-validation is not necessary. It is provided as a means to pre-validate a modify directives file prior to running it through the batch modify utility.

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

Constructor Summary
BatchModifyValidate()
          Constructor for the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModifyValidate

public BatchModifyValidate()

Constructor for the class.