Class URIConverter

java.lang.Object
com.beust.jcommander.converters.BaseConverter<URI>
com.beust.jcommander.converters.URIConverter
All Implemented Interfaces:
IStringConverter<URI>

public class URIConverter extends BaseConverter<URI>
Convert a string into a URI.
  • Constructor Details

    • URIConverter

      public URIConverter(String optionName)
  • Method Details

    • convert

      public URI convert(String value)
      Returns:
      an object of type T created from the parameter value.