| Interface | Description |
|---|---|
| StringConverter |
Interface to create converter function to specify the to map the incoming command line argument to the object
See
AbstractReportGenerator#populateConfigOptions() for example definitions of ConfigOption
If the conversion is not possible, return null. |
| Class | Description |
|---|---|
| ToBoolean |
Total conversion function
|
| ToFile |
Total conversion function
|
| ToFormat |
Not total, if the format parse fails it returns null
|
| ToString |
Total conversion function
|