org.LexGrid.LexBIG.admin
Class TransferScheme

java.lang.Object
  extended by 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

Constructor Summary
TransferScheme()
           
 
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
 

Constructor Detail

TransferScheme

public TransferScheme()
Method Detail

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.