Class FieldFilesChecker
java.lang.Object
org.dlese.dpc.schemedit.vocab.integrity.frameworks.FieldFilesChecker
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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNOT YET DOCUMENTEDstatic final intNOT YET DOCUMENTEDNOT YET DOCUMENTEDstatic final intNOT YET DOCUMENTEDstatic final intNOT YET DOCUMENTEDstatic final intNOT YET DOCUMENTEDstatic final intNOT YET DOCUMENTEDNOT YET DOCUMENTED -
Constructor Summary
ConstructorsConstructorDescriptionFieldFilesChecker(File frameworkDir, SchemaHelper schemaHelper) Constructor for the FieldFilesChecker object, for a given framework (e.g., adn/0.6.50). -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetDebug(boolean d) Sets the debug attribute of the FieldFilesChecker classstatic voidsetVerbose(boolean v) Sets the verbose attribute of the FieldFilesChecker class
-
Field Details
-
frameworkName
NOT YET DOCUMENTED -
version
NOT YET DOCUMENTED -
READER_ERROR
public static final int READER_ERRORNOT YET DOCUMENTED- See Also:
-
ILLEGAL_PATH
public static final int ILLEGAL_PATHNOT YET DOCUMENTED- See Also:
-
MISSING_PATH
public static final int MISSING_PATHNOT YET DOCUMENTED- See Also:
-
DUPLICATE_PATH
public static final int DUPLICATE_PATHNOT YET DOCUMENTED- See Also:
-
MISSING_VOCAB
public static final int MISSING_VOCABNOT YET DOCUMENTED- See Also:
-
DUPLICATE_VOCAB
public static final int DUPLICATE_VOCABNOT YET DOCUMENTED- See Also:
-
-
Constructor Details
-
FieldFilesChecker
Constructor for the FieldFilesChecker object, for a given framework (e.g., adn/0.6.50). Checks fields files for constistency with schema.- Parameters:
frameworkDir- Path within framework project to a particular version of a particular frameworkschemaHelper- SchemaHelper instance for the framework- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
setVerbose
public static void setVerbose(boolean v) Sets the verbose attribute of the FieldFilesChecker class- Parameters:
v- The new verbose value
-
setDebug
public static void setDebug(boolean d) Sets the debug attribute of the FieldFilesChecker class- Parameters:
d- The new debug value
-