X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcommandinfocommand.h;fp=getcommandinfocommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=463c94c41f62d994b0e462cc3c745ac73b733ad0;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/getcommandinfocommand.h b/getcommandinfocommand.h deleted file mode 100644 index 463c94c..0000000 --- a/getcommandinfocommand.h +++ /dev/null @@ -1,53 +0,0 @@ -#ifndef GETCOMMANDINFOCOMMAND_H -#define GETCOMMANDINFOCOMMAND_H - -/* - * getcommandinfo.h - * Mothur - * - * Created by westcott on 4/6/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - - - -#include "command.hpp" -#include "commandfactory.hpp" - -/**********************************************************/ - -class GetCommandInfoCommand : public Command { - -public: - GetCommandInfoCommand(string); - GetCommandInfoCommand() { abort = true; calledHelp = true; setParameters(); } - ~GetCommandInfoCommand(){} - - vector setParameters(); - string getCommandName() { return "get.commandinfo"; } - string getCommandCategory() { return "Hidden"; } - string getHelpString(); - string getCitation() { return "no citation"; } - string getDescription() { return "get.commandinfo"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - -private: - CommandFactory* commandFactory; - string output; - bool abort; - vector outputNames; - - int getInfo(vector, vector&, vector&, vector&, vector&, vector&, map&); - - - -}; - -/**********************************************************/ - -#endif -