Interface StringConverter

All Known Implementing Classes:
ToBoolean, ToFile, ToFormat, ToString

public interface StringConverter
Interface to create converter function to specify the to map the incoming command line argument to the object See AbstractReportGenerator for example definitions of ConfigOption If the conversion is not possible, return null. The ConfigOptionParser terminates gracefully
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String input)