Package org.kohsuke.args4j.spi
Interface Getter<T>
-
- All Known Implementing Classes:
FieldSetter
public interface Getter<T>
Interface that can be instantiated to get default values.- Author:
- Stephan Fuhrmann
- See Also:
Setter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>
getValueList()
Gets the current value of the property.
-