GP-2968: per review comment (cleanup)

GP-2968: prompting ReviewTool
GP-2968: my bad, NPE check was hanging the launch
GP-2968: fix for passing Enums; fix for toMap'ing nulls
GP-2968:  refactoring args logic into loop w/ handling for exception
GP-2968: fix for NPE & stored parameter errors
This commit is contained in:
d-millar 2023-01-13 11:48:41 -05:00
parent f930701ed6
commit c43351d742
13 changed files with 159 additions and 92 deletions

View file

@ -139,4 +139,5 @@ public interface TargetLauncher extends TargetObject {
* @return a future which completes when the command is completed
*/
public CompletableFuture<Void> launch(Map<String, ?> args);
}