Ticket #1933 (closed enhancement: moved)
Opened 2013-07-03T08:18:25-05:00
Last modified 2013-07-12T16:21:36-05:00
API for the ModuleInfo that marks dynamic commands
Reported by: | MichaelZinsmaier | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1696 |
Description
For the KNIME integration Dynamic Commands have to be excluded during
plugin discovery. However querying if a command is dynamic is problematic at the moment.
We currently use an instance of check but this is a) a bit ugly and b) as Curtis pointed out also not save because there might be dynamic commands that do not extend the DynamicCommand class
It would be very helpfull if you could add something to the ModuleInfo of a plugin that allows to identify DynamicCommands
Regrads Michael