DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.vocab.integrity
Class IntegrityChecker

java.lang.Object
  extended by org.dlese.dpc.schemedit.vocab.integrity.IntegrityChecker

public class IntegrityChecker
extends Object

Command line routine that checks fields files for well-formedness, and ensures that the xpaths associated with the field files exist within the given metadata framework.

Author:
ostwald


Constructor Summary
IntegrityChecker(URL frameworksUrl, File muiDir)
           
 
Method Summary
static void main(String[] args)
          Read a set of fields files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityChecker

public IntegrityChecker(URL frameworksUrl,
                        File muiDir)
                 throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
Read a set of fields files

Parameters:
args - The command line arguments

DLESE Tools
v1.6.0