org.LexGrid.LexBIG.admin
Class TransferScheme
java.lang.Object
org.LexGrid.LexBIG.admin.TransferScheme
public class TransferScheme
- extends java.lang.Object
Assists in transferring a terminology from one server to another.
This tool was written specifically for the needs of NCI's production
environment, it may not work well for general purpose transfers.
Given two servers, STAGE and PRODUCTION - this tool is meant to help move a
terminology that was loaded on STAGE over to the PRODUCTION server. It makes
the assumption that you will NEVER load data on PRODUCTION that has not been
loaded on STAGE.
Example: java org.LexGrid.LexBIG.admin.TransferScheme
-u,--urn <name> URN or local name of the coding scheme to transfer.
-v,--version <id> The assigned tag/label or absolute version
identifier of the coding scheme.
Example: java -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.TransferScheme -u "NCI Thesaurus" -v "6.06"
- Author:
- Daniel Armbrust
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 |
TransferScheme
public TransferScheme()
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