Class RexsVersionConverter

java.lang.Object
info.rexs.cli.common.RexsVersionConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<RexsVersion>

public class RexsVersionConverter extends Object implements com.beust.jcommander.IStringConverter<RexsVersion>
  • Constructor Details

    • RexsVersionConverter

      public RexsVersionConverter()
  • Method Details

    • convert

      public RexsVersion convert(String value)
      Specified by:
      convert in interface com.beust.jcommander.IStringConverter<RexsVersion>