|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.vocab.integrity.frameworks.FieldFilesChecker
public class 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.
Nested Class Summary | |
---|---|
class |
FieldFilesChecker.FileError
NOT YET DOCUMENTED |
Field Summary | |
---|---|
static int |
DUPLICATE_PATH
NOT YET DOCUMENTED |
static int |
DUPLICATE_VOCAB
NOT YET DOCUMENTED |
String |
frameworkName
NOT YET DOCUMENTED |
static int |
ILLEGAL_PATH
NOT YET DOCUMENTED |
static int |
MISSING_PATH
NOT YET DOCUMENTED |
static int |
MISSING_VOCAB
NOT YET DOCUMENTED |
static int |
READER_ERROR
NOT YET DOCUMENTED |
String |
version
NOT YET DOCUMENTED |
Constructor Summary | |
---|---|
FieldFilesChecker(File frameworkDir,
SchemaHelper schemaHelper)
Constructor for the FieldFilesChecker object, for a given framework (e.g., adn/0.6.50). |
Method Summary | |
---|---|
static void |
setDebug(boolean d)
Sets the debug attribute of the FieldFilesChecker class |
static void |
setVerbose(boolean v)
Sets the verbose attribute of the FieldFilesChecker class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String frameworkName
public String version
public static final int READER_ERROR
public static final int ILLEGAL_PATH
public static final int MISSING_PATH
public static final int DUPLICATE_PATH
public static final int MISSING_VOCAB
public static final int DUPLICATE_VOCAB
Constructor Detail |
---|
public FieldFilesChecker(File frameworkDir, SchemaHelper schemaHelper) throws Exception
frameworkDir
- Path within framework project to a particular version of a particular frameworkschemaHelper
- SchemaHelper instance for the framework
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public static void setVerbose(boolean v)
v
- The new verbose valuepublic static void setDebug(boolean d)
d
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |