Package org.apache.uima.tools.migration
Class IbmUimaToApacheUima
java.lang.Object
org.apache.uima.tools.migration.IbmUimaToApacheUima
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
Constructors -
Method Summary
-
Constructor Details
-
IbmUimaToApacheUima
public IbmUimaToApacheUima()
-
-
Method Details
-
main
Main program. Expects one argument, the name of a directory containing files to update. Subdirectories are processed recursively.- Parameters:
args
- Command line arguments- Throws:
IOException
- if an I/O error occurs
-