]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
working on current change
[mothur.git] / setlogfilecommand.h
index d16bcd65a3949f987eb6ed7521e83789608d2e79..d187c0732cf6dfc676fcdc6ba6b4d57cef0c6dae 100644 (file)
@@ -19,14 +19,23 @@ class SetLogFileCommand : public Command {
        
 public:
        SetLogFileCommand(string);
-       ~SetLogFileCommand();
-       int execute();
-       void help();
+       SetLogFileCommand() { setParameters(); abort = true; calledHelp = true; }
+       ~SetLogFileCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "set.logfile";         }
+       string getCommandCategory()             { return "General";                     }
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; }
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        CommandFactory* commandFactory;
        string name;
        bool abort, append;
+       vector<string> outputNames;
                
 };