Let AbstractOptions implement Map<String, Object>#3
Let AbstractOptions implement Map<String, Object>#3frauzufall wants to merge 1 commit intomasterfrom
Conversation
- this makes it possible to use options with the scijava CommandService.run(final Class<C> commandClass, final boolean process, final Map<String, Object> inputMap) method
474dd23 to
c5a0e59
Compare
|
Should I rather remove theOptions and extend LinkedHashMap? |
|
The problem with this is that default values (options that were not set) don't show up in the map. How does this play with the command service inputMap? Do the commands also have default parameters that potentially clash with the defaults from the If that is not the case: |
CommandService.run(final Class<C> commandClass, final boolean process, final Map<String, Object> inputMap)method: