Package org.dlese.dpc.schemedit.vocab
Class OldFieldInfoMap
java.lang.Object
org.dlese.dpc.schemedit.vocab.FieldInfoMap
org.dlese.dpc.schemedit.vocab.OldFieldInfoMap
Populates a by reading from a file specified in Framework config file (with name ending
in "filename-list.xml"). The filename-list file contained:
- a directoryURL - pointing to a directory where the individual fields files would be located
- a list of file names that were appended to the directoryURL to access the individual fields files.
- Author:
- ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.schemedit.vocab.FieldInfoMap
directoryUri, map -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the OldFieldInfoMap objectOldFieldInfoMap(String uri) Constructor for the OldFieldInfoMap object -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Read a listing of URIs Fields files from directoryUri and then loads each of the listed files as FieldInfoReader objects, which are stored in a map.static voidRead a set of fields filesprotected static voidOutput a line of text to standard out, with datestamp, if debug is set to true.Methods inherited from class org.dlese.dpc.schemedit.vocab.FieldInfoMap
getAllFieldInfo, getFieldInfo, getFields, getKeySet, hasFieldInfo, putFieldInfo, reload, removeFieldInfo, setDebug, toString
-
Constructor Details
-
OldFieldInfoMap
Constructor for the OldFieldInfoMap object- Parameters:
uri- Description of the Parameter
-
OldFieldInfoMap
public OldFieldInfoMap()Constructor for the OldFieldInfoMap object
-
-
Method Details
-
init
Read a listing of URIs Fields files from directoryUri and then loads each of the listed files as FieldInfoReader objects, which are stored in a map.- Specified by:
initin classFieldInfoMap- Throws:
Exception- Description of the Exception
-
main
Read a set of fields files- Parameters:
args- The command line arguments- Throws:
Exception- Description of the Exception
-
prtln
Output a line of text to standard out, with datestamp, if debug is set to true.- Parameters:
s- The String that will be output.
-