6566676869707172737475
for (final Parameter p : params) { final int index = p.index(); // TODO: collection and map support Setter setter = new Setter() { public void addValue(Object value) throws CmdLineException { arguments[index] = value; } public Class getType() {
6364656667686970717273