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
|
CommandLineParser -up-> Options:uses
|
||||||
DefaultParser -up-|> CommandLineParser:implements
|
DefaultParser -up-|> CommandLineParser:implements
|
||||||
|
|
||||||
ParseException -up-|> AlreadySelectedException:implements
|
ParseException <|-up- AlreadySelectedException:implements
|
||||||
ParseException -up-|> MissingOptionException:implements
|
ParseException <|-up- MissingOptionException:implements
|
||||||
ParseException -down-|> MissingArgumentException:implements
|
ParseException <|-down- MissingArgumentException:implements
|
||||||
ParseException -down-|> UnrecognizedOptionException:implements
|
ParseException <|-down- UnrecognizedOptionException:implements
|
||||||
|
|
||||||
CommandLineParser -left-> ParseException:throws
|
CommandLineParser -left-> ParseException:throws
|
||||||
CommandLineParser -right-> CommandLine:creates
|
CommandLineParser -right-> CommandLine:creates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user