Package org.kohsuke.args4j.spi
Interface Getter<T>
- All Known Implementing Classes:
ArrayFieldSetter
,FieldSetter
,MultiValueFieldSetter
public interface Getter<T>
Interface that can be instantiated to get default values.
- See Also:
-
Method Summary
-
Method Details
-
getValueList
Gets the current value of the property.A
Getter
object has an implicit knowledge about the property it's getting, and the instance of the option bean.- Returns:
- empty list or null if there's no current value.
-