org.lexgrid.valuesets.admin
Class LoadPickListDefinition
java.lang.Object
org.lexgrid.valuesets.admin.LoadPickListDefinition
public class LoadPickListDefinition extends java.lang.Object
Imports the source file, provided in LexGrid canonical format, to the LexBIG
repository.
Example: java org.lexgrid.valuesets.admin.LoadPickList
-in,--input <uri> URI or path specifying location of the source file
-v, --validate <int> Perform validation of the candidate
resource without loading data.
Supported levels of validation include:
0 = Verify document is well-formed
1 = Verify document is valid
Example: java -Xmx512m -cp lgRuntime.jar
org.lexgrid.valuesets.admin.LoadPickList -in "file:///path/to/file.xml" -v 0
Author:
Sridhar Dwarkanath
Method Summary
static void
main (java.lang.String[] args)
void
run (java.lang.String[] args)
Primary entry point for the program.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
LoadPickListDefinition
public LoadPickListDefinition ()
main
public static void main (java.lang.String[] args)
run
public void run (java.lang.String[] args)
throws java.lang.Exception
Primary entry point for the program.
Throws:
java.lang.Exception
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD