AnnotatedElement
by which you can access annotations written on this setter.FieldSetter
.OptionHandler
.OptionHandler
implementation that takes a single value to the option, which is then gets split into individual tokens using fixed delimiter.OptionHandler
that (unlike the standard BooleanOptionHandler
allows values to be set to false explicitly (using e.g.this
object with the default locale.this
object with the given locale."STRING[]"
.CmdLineParser
that triggered an exception.Option.hidden()
or Argument.hidden()
true
if the given token is an option (as opposed to an argument).OptionHandler
that parses MAC address to byte[] of length 6.Map
.File
.Path
.Option
annotation.OptionHandler
.OptionHandler
implementation.String[]
argument from Parameters
.CmdLineParser
behaviours.Path
.Getter
.Getter
.OptionHandlerRegistry.registerHandler(java.lang.Class, java.lang.Class)
instead.OptionHandler
class with args4j.OptionHandler
class with args4j.Setter
s.ParserProperties.withUsageWidth(int)
instead.OptionHandler
for the option terminator --.OptionHandler
for greedily mapping a list of tokens into a collection of String
s (such as String[]
, List<String>
, etc.).OptionHandler
.OptionHandler
used with Argument
for parsing typical "sub-command" pattern.SubCommand
s that define possible sub-commands.Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.