jargs.gnu

Class CmdLineParser.Option.LongOption

public static class CmdLineParser.Option.LongOption extends CmdLineParser.Option

An option that expects a long integer value
Constructor Summary
LongOption(char shortForm, String longForm)
LongOption(String longForm)
Method Summary
protected ObjectparseValue(String arg, Locale locale)

Constructor Detail

LongOption

public LongOption(char shortForm, String longForm)

LongOption

public LongOption(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.