Esempio n. 1
0
 public void addOption(CommandLineOption<?> option) {
   if (option != null) {
     options.put(option.getKey(), option);
   }
 }