Class PositiveNumberParameterConvert

java.lang.Object
org.apache.pulsar.testclient.PositiveNumberParameterConvert
All Implemented Interfaces:
picocli.CommandLine.ITypeConverter<Integer>

public class PositiveNumberParameterConvert extends Object implements picocli.CommandLine.ITypeConverter<Integer>
  • Constructor Details

    • PositiveNumberParameterConvert

      public PositiveNumberParameterConvert()
  • Method Details

    • convert

      public Integer convert(String value)
      Specified by:
      convert in interface picocli.CommandLine.ITypeConverter<Integer>