BAEL-7618, Intro to the Apache Commons CLI
This commit is contained in:
parent
af09ea71c8
commit
b7de895554
|
@ -51,10 +51,10 @@ OptionGroup -down-> Option:uses
|
|||
CommandLineParser -up-> Options:uses
|
||||
DefaultParser -up-|> CommandLineParser:implements
|
||||
|
||||
ParseException -up-|> AlreadySelectedException:implements
|
||||
ParseException -up-|> MissingOptionException:implements
|
||||
ParseException -down-|> MissingArgumentException:implements
|
||||
ParseException -down-|> UnrecognizedOptionException:implements
|
||||
ParseException <|-up- AlreadySelectedException:implements
|
||||
ParseException <|-up- MissingOptionException:implements
|
||||
ParseException <|-down- MissingArgumentException:implements
|
||||
ParseException <|-down- UnrecognizedOptionException:implements
|
||||
|
||||
CommandLineParser -left-> ParseException:throws
|
||||
CommandLineParser -right-> CommandLine:creates
|
||||
|
|
Loading…
Reference in New Issue