DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.vocab
Class OldFieldInfoMap

java.lang.Object
  extended by org.dlese.dpc.schemedit.vocab.FieldInfoMap
      extended by org.dlese.dpc.schemedit.vocab.OldFieldInfoMap

public class OldFieldInfoMap
extends FieldInfoMap

Populates a by reading from a file specified in Framework config file (with name ending in "filename-list.xml"). The filename-list file contained:

An example filename-list file can be found at: http://www.dlese.org/Metadata/adn-item/0.6.50/build/filename-list.xml

Author:
ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.schemedit.vocab.FieldInfoMap
directoryUri, map
 
Constructor Summary
OldFieldInfoMap()
          Constructor for the OldFieldInfoMap object
OldFieldInfoMap(String uri)
          Constructor for the OldFieldInfoMap object
 
Method Summary
 void 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.
static void main(String[] args)
          Read a set of fields files
protected static void prtln(String s)
          Output 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OldFieldInfoMap

public OldFieldInfoMap(String uri)
Constructor for the OldFieldInfoMap object

Parameters:
uri - Description of the Parameter

OldFieldInfoMap

public OldFieldInfoMap()
Constructor for the OldFieldInfoMap object

Method Detail

init

public void init()
          throws Exception
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:
init in class FieldInfoMap
Throws:
Exception - Description of the Exception

main

public static void main(String[] args)
                 throws Exception
Read a set of fields files

Parameters:
args - The command line arguments
Throws:
Exception - Description of the Exception

prtln

protected static void prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true.

Parameters:
s - The String that will be output.

DLESE Tools
v1.6.0