Class SelectorConverter.Uri

  • All Implemented Interfaces:
    picocli.CommandLine.ITypeConverter<UriSelector>
    Enclosing class:
    SelectorConverter

    static class SelectorConverter.Uri
    extends java.lang.Object
    implements picocli.CommandLine.ITypeConverter<UriSelector>
    • Constructor Summary

      Constructors 
      Constructor Description
      Uri()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UriSelector convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Uri

        Uri()
    • Method Detail

      • convert

        public UriSelector convert​(java.lang.String value)
        Specified by:
        convert in interface picocli.CommandLine.ITypeConverter<UriSelector>