@Override public int parseArguments(Parameters params) throws CmdLineException { stopOptionHandler.parseArguments(params); return -1; }
@Override public int parseArguments(Parameters params) throws CmdLineException { return stopOptionHandler.parseArguments(params) + restOfArgumentsHandler.parseArguments(params); }