Class IntegrityChecker
java.lang.Object
org.dlese.dpc.schemedit.vocab.integrity.frameworks.IntegrityChecker
Same purpose as
IntegrityChecker,
but works over files in the framework-project, rather than the MUI.- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityChecker(String frameworksFilepath) This class In this class we are given the path to the frameworks.xml file, within a frameworks-project directory. -
Method Summary
-
Constructor Details
-
IntegrityChecker
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
Read a set of fields files- Parameters:
args- The command line arguments
-