public String grab(String... args) throws Exception { Future<GrabCommand> future = submitCommand(new GrabCommand(), args); this.commands.add(future.get(this.timeout, TimeUnit.MILLISECONDS)); return getOutput(); }