Implemented primitive argument parsing.
commit94c485ec3b86c5c279a02a365c852a4942c97e2f
authorEthereal <ethereal.visage@gmail.com>
Fri, 12 Nov 2010 06:21:45 +0000 (11 23:21 -0700)
committerEthereal <ethereal.visage@gmail.com>
Fri, 12 Nov 2010 06:21:45 +0000 (11 23:21 -0700)
tree9d0eec6d8e4a54ce93bd9a7fc953b29a07b53601
parentf23c47f7d2f2bd9d6af13b860f4995acdab8aaf9
Implemented primitive argument parsing.

Note that the semantics may change in the future.
include/monitor/Coordinator.h
include/monitor/config/ArgumentParser.h
include/monitor/config/Parser.h
monitor/src/Coordinator.cpp
monitor/src/config/ArgumentParser.cpp
monitor/src/config/ConcreteVault.cpp
monitor/src/config/Parser.cpp