Class StringArgumentType

java.lang.Object
net.sourceforge.argparse4j.impl.type.StringArgumentType
All Implemented Interfaces:
ArgumentType<String>

public class StringArgumentType extends Object implements ArgumentType<String>
Specialized to String type, just echos back given string.
  • Constructor Details

    • StringArgumentType

      public StringArgumentType()
  • Method Details