Skip to content

Commit

Permalink
BAEL-7618, Intro to the Apache Commons CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv39731 committed Mar 6, 2024
1 parent af09ea7 commit b7de895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries-cli/src/main/resources/common-cli-classdg.puml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7de895

Please sign in to comment.