Allow creation of a ToolExecutor given a name and a set of parsed options. This is useful in the case where the calling tool always wants to use a particular non-default implementation (e.g. the tool should always be run with the all-TUs executor)
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is useful in the case where the calling tool always wants to use a particular non-default implementation (e.g. the tool should always be run with the all-TUs executor)
Any reason not to use the constructor of AllTUsToolExecutor directly? There is one that takes CommonOptionsParser.