tool/Command.h
changeset 2004 be807e224b0e
parent 1968 4f682084c643
child 2011 04fdb4abf120
equal deleted inserted replaced
2003:a7ff6c28a432 2004:be807e224b0e
   110         const string &getOutputFile() const;
   110         const string &getOutputFile() const;
   111 
   111 
   112         bool matchesSubstr(const string &) const;
   112         bool matchesSubstr(const string &) const;
   113         bool matchesAbbrev(const string &) const;
   113         bool matchesAbbrev(const string &) const;
   114 
   114 
   115         virtual string helpString() const = 0;
   115         virtual string helpString(const string &) const = 0;
   116 
   116 
   117         typedef vector<string> StringVector;
   117         typedef vector<string> StringVector;
   118         virtual void execute(const StringVector &) = 0;
   118         virtual void execute(const StringVector &) = 0;
   119 
   119 
   120         static string numericInfo();
   120         static string numericInfo();