9899100101102103104105106107108
if (profile.getValue() != null) { builder.addArguments("-P" + profile.getValue()); } builder.quiet(quiet.getValue()); try { builder.build(output.out(), output.err()); }