Class ServletImplConverter

  • All Implemented Interfaces:
    picocli.CommandLine.ITypeConverter<org.grails.forge.options.ServletImpl>

    @Introspected
    public class ServletImplConverter
    extends java.lang.Object
    implements picocli.CommandLine.ITypeConverter<org.grails.forge.options.ServletImpl>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.grails.forge.options.ServletImpl 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

      • ServletImplConverter

        public ServletImplConverter()
    • Method Detail

      • convert

        public org.grails.forge.options.ServletImpl convert​(java.lang.String value)
                                                     throws java.lang.Exception
        Specified by:
        convert in interface picocli.CommandLine.ITypeConverter<org.grails.forge.options.ServletImpl>
        Throws:
        java.lang.Exception