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"