Interface CommandLine.ITypeConverter<K>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      K convert​(java.lang.String value)
      Converts the specified command line argument value to some domain object.
    • Method Detail

      • convert

        K convert​(java.lang.String value)
           throws java.lang.Exception
        Converts the specified command line argument value to some domain object.
        Parameters:
        value - the command line argument String value
        Returns:
        the resulting domain object
        Throws:
        java.lang.Exception - an exception detailing what went wrong during the conversion