BAEL-7618, Intro to the Apache Commons CLI

This commit is contained in:
parthiv39731 2024-03-06 23:10:26 +05:30
parent af09ea71c8
commit b7de895554
1 changed files with 4 additions and 4 deletions

View File

@ -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