X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.hpp;fp=commandfactory.hpp;h=0cede38b05904dd9252f8987c8782f32f04cc297;hb=de2dc9fb831f569b823031d0730f5a0d739e8290;hp=e3eea41cd73e3583e57f5f2ce503233b54a02d55;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/commandfactory.hpp b/commandfactory.hpp index e3eea41..0cede38 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -19,8 +19,15 @@ public: CommandFactory(); ~CommandFactory(); Command* getCommand(string, string); + bool isValidCommand(string); + void printCommands(ostream&); + private: Command* command; + map commands; + map::iterator it; + + };