Class JavaNameConverter

java.lang.Object
io.permazen.cli.config.JavaNameConverter
All Implemented Interfaces:
joptsimple.ValueConverter<String>

public class JavaNameConverter extends Object implements joptsimple.ValueConverter<String>
  • Field Details

  • Constructor Details

    • JavaNameConverter

      public JavaNameConverter(String what)
  • Method Details

    • convert

      public String convert(String value)
      Specified by:
      convert in interface joptsimple.ValueConverter<String>
    • valueType

      public Class<String> valueType()
      Specified by:
      valueType in interface joptsimple.ValueConverter<String>
    • valuePattern

      public String valuePattern()
      Specified by:
      valuePattern in interface joptsimple.ValueConverter<String>