Java to XMI converter 1.02 (18th Feb, 2005)
Written by R. Rawson-Tetley

Point this program at a directory of java source code and it will generate
an XMI document ready for loading into Umbrello or the Eclipse UML/XMI tool.

Example:

	java2xmi mysource

It doesn't require the source to compile and simply uses a basic string
parser to extract interface/class/method names and parameters.

You may pass the --noprivate and --noprotected options to disable inclusion
of private and protected methods/fields.

A build script for GCJ is supplied to make a native java2xmi binary. Also
included are two scripts for compiling and running with javac/java (should
work without problems under Jikes/Kaffe/GIJ).

