public int processExecution() throws CommandLineException {
RuntimeConfig.configureRuntimeEnvironment();
PrintWriter out = new PrintWriter(System.out);
final CommandFactoryImpl localCommandFactory = new CommandFactoryImpl(context, out);
this.setCommandFactory(localCommandFactory);
int returnCode = 0;