X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=a97c7910ad6ccc2ad63544c0f2f6b9b875af1da8;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=d16bcd65a3949f987eb6ed7521e83789608d2e79;hpb=84f93a9e670eb7f7e69e0468b9be4c53890c07f2;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index d16bcd6..a97c791 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -19,14 +19,25 @@ class SetLogFileCommand : public Command { public: SetLogFileCommand(string); - ~SetLogFileCommand(); - int execute(); - void help(); + SetLogFileCommand() { setParameters(); abort = true; calledHelp = true; } + ~SetLogFileCommand(){} + + vector setParameters(); + string getCommandName() { return "set.logfile"; } + string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; } + string getDescription() { return "set logfile name"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: CommandFactory* commandFactory; string name; bool abort, append; + vector outputNames; };