jargs.gnu

Class CmdLineParser.Option.DoubleOption

public static class CmdLineParser.Option.DoubleOption extends CmdLineParser.Option

An option that expects a floating-point value
Constructor Summary
DoubleOption(char shortForm, String longForm)
DoubleOption(String longForm)
Method Summary
protected ObjectparseValue(String arg, Locale locale)

Constructor Detail

DoubleOption

public DoubleOption(char shortForm, String longForm)

DoubleOption

public DoubleOption(String longForm)

Method Detail

parseValue

protected Object parseValue(String arg, Locale locale)
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.