Interface StringConverter
-
public interface StringConverter
Interface to create converter function to specify the to map the incoming command line argument to the object SeeAbstractReportGenerator
for example definitions ofConfigOption
If the conversion is not possible, return null. TheConfigOptionParser
terminates gracefully
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.String input)
-