public class OldFieldInfoMap extends FieldInfoMap
directoryUri, map
Constructor and Description |
---|
OldFieldInfoMap()
Constructor for the OldFieldInfoMap object
|
OldFieldInfoMap(java.lang.String uri)
Constructor for the OldFieldInfoMap object
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String[] args)
Read a set of fields files
|
protected static void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to true.
|
getAllFieldInfo, getFieldInfo, getFields, getKeySet, hasFieldInfo, putFieldInfo, reload, removeFieldInfo, setDebug, toString
public OldFieldInfoMap(java.lang.String uri)
uri
- Description of the Parameterpublic OldFieldInfoMap()
public void init() throws java.lang.Exception
init
in class FieldInfoMap
java.lang.Exception
- Description of the Exceptionpublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- Description of the Exceptionprotected static void prtln(java.lang.String s)
s
- The String that will be output.