Package org.kohsuke.args4j
Class MapSetter
- java.lang.Object
-
- org.kohsuke.args4j.MapSetter
-
-
Constructor Summary
Constructors Constructor Description MapSetter(java.lang.Object bean, java.lang.reflect.Field f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(java.lang.Object value)Adds/sets a value to the property of the option bean.java.lang.ClassgetType()Gets the type of the underlying method/field.booleanisMultiValued()Whether this setter is instrinsically multi-valued.
-
-
-
Method Detail
-
getType
public java.lang.Class getType()
Description copied from interface:SetterGets the type of the underlying method/field.
-
isMultiValued
public boolean isMultiValued()
Description copied from interface:SetterWhether this setter is instrinsically multi-valued.- Specified by:
isMultiValuedin interfaceSetter
-
-