public class Schema2XMI extends Object
| Constructor and Description |
|---|
Schema2XMI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
displayHelp()
Display usage information based upon current command-line option
configuration.
|
static void |
main(String[] args) |
CommandLine |
parseCommands(String[] args)
Parse a string-array of command-line arguments.
|
public Schema2XMI()
public static void displayHelp()
public CommandLine parseCommands(String[] args) throws ParseException
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.
args - The command-line arguments to parse.CommandLine result.ParseException - If an error occurs while parsing the command-line
options.Copyright © 2003–2014 AndroMDA.org. All rights reserved.