Class Rover.PrintStreamConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<PrintStream>
    Enclosing class:
    Rover

    public static final class Rover.PrintStreamConverter
    extends Object
    implements com.beust.jcommander.IStringConverter<PrintStream>
    • Constructor Detail

      • PrintStreamConverter

        public PrintStreamConverter()
    • Method Detail

      • convert

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