@Documented @Retention(value=RUNTIME) public @interface Argument
Modifier and Type | Optional Element and Description |
---|---|
String |
alias
Each argument can have an alias
|
String |
delimiter
A delimiter for arguments that are multi-valued.
|
String |
description
A description of the argument that will appear in the usage method
|
String |
prefix
This is the prefix expected for the argument
|
boolean |
required
If this is true, then the argument must be set or the parse will fail
|
String |
value
This is the actual command line argument itself
|
public abstract String value
public abstract boolean required
public abstract String prefix
public abstract String alias
public abstract String description
public abstract String delimiter
Copyright © 2017. All rights reserved.