]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / setdircommand.h
diff --git a/setdircommand.h b/setdircommand.h
new file mode 100644 (file)
index 0000000..6634965
--- /dev/null
@@ -0,0 +1,36 @@
+#ifndef SETDIRCOMMAND_H
+#define SETDIRCOMMAND_H
+
+/*
+ *  setoutdircommand.h
+ *  Mothur
+ *
+ *  Created by westcott on 1/21/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+#include "command.hpp"
+#include "commandfactory.hpp"
+
+/**********************************************************/
+
+class SetDirectoryCommand : public Command {
+       
+public:
+       SetDirectoryCommand(string);
+       ~SetDirectoryCommand();
+       int execute();
+       void help();
+       
+private:
+       CommandFactory* commandFactory;
+       string output, input;
+       bool abort;
+               
+};
+
+/**********************************************************/
+#endif
+