no.priv.garshol.duke.utils
Class CommandLineParser.StringOption

java.lang.Object
  extended by no.priv.garshol.duke.utils.CommandLineParser.Option
      extended by no.priv.garshol.duke.utils.CommandLineParser.StringOption
Enclosing class:
CommandLineParser

public static class CommandLineParser.StringOption
extends CommandLineParser.Option


Constructor Summary
CommandLineParser.StringOption(String longname, char shortname)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class no.priv.garshol.duke.utils.CommandLineParser.Option
getLongname, getShortname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineParser.StringOption

public CommandLineParser.StringOption(String longname,
                                      char shortname)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.