java.lang.Object
de.sormuras.bach.Call.Argument
public static final class Call.Argument extends Object
An argument is a named tool option consisting of an option key and zero or more values.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static Call.Argumentof(String option)static Call.Argumentof(String option, Object... values)static Call.Argumentof(String option, Collection<?> values)Stringoption()Stringvalue()List<String>values()