DLESE Tools
v1.6.0

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

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

public class IntegrityChecker
extends Object

Same purpose as IntegrityChecker, but works over files in the framework-project, rather than the MUI.

Author:
ostwald


Constructor Summary
IntegrityChecker(String frameworksFilepath)
          This class In this class we are given the path to the frameworks.xml file, within a frameworks-project directory.
 
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(String frameworksFilepath)
                 throws Exception
This class In this class we are given the path to the frameworks.xml file, within a frameworks-project directory. We parse the frameworks.xml file to gather information about the frameworks we want to check. We check the fields files for the specified frameworks against the schemas that are also specified in the frmameworks.xml files. the schemas can be within the frameworks-project or they may reside at any URI

Parameters:
frameworksFilepath - file containing information about the frameworks to check
Throws:
Exception - NOT YET DOCUMENTED
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