Class Options.PathConverter

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

public static class Options.PathConverter extends Object implements joptsimple.ValueConverter<Path>
  • Field Details

  • Constructor Details

  • Method Details

    • convert

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

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

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