|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(String[] args)
|
CommandLine |
parseCommands(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 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.public static void main(String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |