Package org.apache.any23.cli
Class Rover.PrintStreamConverter
- java.lang.Object
-
- org.apache.any23.cli.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 Summary
Constructors Constructor Description PrintStreamConverter()
-
-
-
Method Detail
-
convert
public PrintStream convert(String value)
- Specified by:
convert
in interfacecom.beust.jcommander.IStringConverter<PrintStream>
-
-