Class Options.StringToPathMapConverter

java.lang.Object
com.hypixel.hytale.server.core.Options.StringToPathMapConverter
All Implemented Interfaces:
joptsimple.ValueConverter<Map<String,Path>>
Enclosing class:
Options

public static class Options.StringToPathMapConverter extends Object implements joptsimple.ValueConverter<Map<String,Path>>
  • Field Details

  • Constructor Details

    • StringToPathMapConverter

      public StringToPathMapConverter()
  • Method Details

    • convert

      @Nonnull public Map<String,Path> convert(@Nonnull String value)
      Specified by:
      convert in interface joptsimple.ValueConverter<Map<String,Path>>
    • valueType

      @Nonnull public Class<Map<String,Path>> valueType()
      Specified by:
      valueType in interface joptsimple.ValueConverter<Map<String,Path>>
    • valuePattern

      @Nullable public String valuePattern()
      Specified by:
      valuePattern in interface joptsimple.ValueConverter<Map<String,Path>>