| Parse a string-array of command-line arguments.
This will parse the arguments against the configured schema2xmi
command-line options, and return a CommandLine object from
which we can retrieve the command like options.
See Also: CLI Parameters: args - The command-line arguments to parse. The CommandLine result. throws: ParseException - If an error occurs while parsing the command-lineoptions. |