public @interface Option
Command| Modifier and Type | Required Element and Description |
|---|---|
String |
opt
Identification string of the Option
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
arg
a flag to say whether the option takes an argument
|
String |
argName |
int |
args |
String |
description
a description of the function of the option
|
String |
longOpt
an alias and more descriptive identification string
|
int |
optionalArg |
boolean |
required
a flag to say whether the option must appear on the command line.
|
Class<?> |
type |
char |
valueSeparator |
public abstract String opt
public abstract String longOpt
public abstract String description
public abstract boolean required
public abstract boolean arg
public abstract String argName
public abstract Class<?> type
Copyright © 2014. All Rights Reserved.