X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=e0555d00a185559841902dc232a4a603819df0dc;hb=662c0b60d65f79f672ab199300b7ee4975233465;hp=d16bcd65a3949f987eb6ed7521e83789608d2e79;hpb=84f93a9e670eb7f7e69e0468b9be4c53890c07f2;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index d16bcd6..e0555d0 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -19,7 +19,12 @@ class SetLogFileCommand : public Command { public: SetLogFileCommand(string); + SetLogFileCommand() { abort = true; calledHelp = true; } ~SetLogFileCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -27,6 +32,8 @@ private: CommandFactory* commandFactory; string name; bool abort, append; + vector outputNames; + map > outputTypes; };