org.apache.uima.tools.migration
Class IbmUimaToApacheUima

java.lang.Object
  extended by org.apache.uima.tools.migration.IbmUimaToApacheUima

public class IbmUimaToApacheUima
extends java.lang.Object

Migration utility for converting from IBM UIMA to Apache UIMA. Updates package names and does various other string replacements. Should be run on java code, descriptors, and other files that may have UIMA package names in them (e.g., launch configurations, scripts).


Constructor Summary
IbmUimaToApacheUima()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IbmUimaToApacheUima

public IbmUimaToApacheUima()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Main program. Expects one argument, the name of a directory containing files to update. Subdirectories are processed recursively.

Parameters:
args - Command line arguments
Throws:
java.io.IOException - if an I/O error occurs


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.