org.LexGrid.LexBIG.admin
Class LoadUMLSHistory
java.lang.Object
org.LexGrid.LexBIG.admin.LoadUMLSHistory
public class LoadUMLSHistory
- extends java.lang.Object
Loads UMLS History
Example: java org.LexGrid.LexBIG.admin.LoadOWL
-in,--input <uri> URI or path specifying location of the source file
-v, --validate <int> Perform validation of the candidate
resource without loading data. If specified, the '-r'
option is ignored. Supported levels of validation include:
0 = Verify document is well-formed
1 = Verify document is valid
-r, --replace Replace exisiting file.
Example: java -Xmx512m -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.LoadUMLSHistory -in "file:///path/to/META.folder" -r
-or-
org.LexGrid.LexBIG.admin.LoadUMLSHistory -in "file:///path/to/META.folder" -v 0
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 |
LoadUMLSHistory
public LoadUMLSHistory()
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
run
public void run(java.lang.String[] args)
throws java.lang.Exception
- Primary entry point for the program.
- Throws:
java.lang.Exception