public interface Setter<T>
void addValue(T value) throws CmdLineException
A Setter
object has an implicit knowledge about the property it's setting,
and the instance of the option bean.
CmdLineException
boolean isMultiValued()
Copyright © 2003-2017 Kohsuke Kawaguchi. All Rights Reserved.