X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setdircommand.h;fp=setdircommand.h;h=1afab07244ef9f9464b98224249fea447f00402e;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=330adf14ee11061c9b049b6aab2bde783113d6d0;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/setdircommand.h b/setdircommand.h index 330adf1..1afab07 100644 --- a/setdircommand.h +++ b/setdircommand.h @@ -20,7 +20,12 @@ class SetDirectoryCommand : public Command { public: SetDirectoryCommand(string); + SetDirectoryCommand() {} ~SetDirectoryCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -28,6 +33,8 @@ private: CommandFactory* commandFactory; string output, input, tempdefault; bool abort; + vector outputNames; + map > outputTypes; };