public CmdLineUtility() {
parser = new StdCmdLineParser();
constructor = new StdCmdLineConstructor();
optionStore = new SpringCmdLineOptionStoreFactory().createStore();
actionStore = new SpringCmdLineActionStoreFactory().createStore();
printer = new StdCmdLinePrinter();
presenter = new StdCmdLinePresenter();
debugMode = Boolean.getBoolean("org.apache.oodt.cas.cli.debug");
}