|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.andromda.schema2xmi.Schema2XMI
public class Schema2XMI
Converts a database schema to an XMI document.
| Constructor Summary | |
|---|---|
Schema2XMI()
|
|
| Method Summary | |
|---|---|
static void |
displayHelp()
Display usage information based upon current command-line option configuration. |
static void |
main(java.lang.String[] args)
|
org.apache.commons.cli.CommandLine |
parseCommands(java.lang.String[] args)
Parse a string-array of command-line arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Schema2XMI()
| Method Detail |
|---|
public static void displayHelp()
public org.apache.commons.cli.CommandLine parseCommands(java.lang.String[] args)
throws org.apache.commons.cli.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.
org.apache.commons.cli.ParseException - If an error occurs while parsing the command-line
options.public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||