A3t::find*Override

- Locates and parses rc:<file>.
- Locates and parses rc.<name>=<value>.
- Adds a stubbed validate method to check for a sane tree.
This commit is contained in:
Paul Beckingham
2013-08-31 10:55:30 -04:00
parent ac1497ff1a
commit 96a06eafbf
3 changed files with 68 additions and 3 deletions

View File

@@ -44,6 +44,9 @@ private:
void findBinary ();
void findTerminator ();
void findCommand ();
void findFileOverride ();
void findConfigOverride ();
void validate ();
private:
Tree* _tree;