Modifier and Type | Optional Element and Description |
---|---|
Class<? extends OptionHandler> |
handler
See
Option.handler() . |
boolean |
hidden
See
Option.hidden() . |
int |
index
Position of the argument.
|
String |
metaVar
See
Option.metaVar() . |
boolean |
multiValued |
boolean |
required
See
Option.required() . |
String |
usage
See
Option.usage() . |
public abstract String usage
Option.usage()
.public abstract String metaVar
Option.metaVar()
.public abstract boolean required
Option.required()
.public abstract boolean hidden
Option.hidden()
.public abstract Class<? extends OptionHandler> handler
Option.handler()
.public abstract int index
If you define multiple single value properties to bind to arguments,
they should have index=0, index=1, index=2
, ... and so on.
Multi value properties bound to arguments must be always the last entry.
public abstract boolean multiValued
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.