Class IntegrityChecker

java.lang.Object
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 Details

    • 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 Details

    • main

      public static void main(String[] args)
      Read a set of fields files
      Parameters:
      args - The command line arguments