|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Parameter
| Optional Element Summary | |
|---|---|
int |
arity
How many parameter values this parameter will consume. |
String |
description
A description of this option. |
String |
descriptionKey
The key used to find the string in the message bundle. |
String[] |
names
An array of allowed command line parameters (e.g. |
boolean |
required
Whether this option is required. |
public abstract String[] names
public abstract String description
public abstract boolean required
public abstract String descriptionKey
public abstract int arity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||