|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CLIOptionSet
| Required Element Summary | |
|---|---|
java.lang.String |
description
The message to display when this set is matched. |
java.lang.String |
id
The identifier for this rule set. |
java.lang.String[] |
optionShortNames
A list of the short parameter names which this set constsits of. |
| Optional Element Summary | |
|---|---|
CLIOptionSet.set_type |
setType
The type of this option set. |
| Element Detail |
|---|
public abstract java.lang.String id
public abstract java.lang.String[] optionShortNames
public abstract java.lang.String description
public abstract CLIOptionSet.set_type setType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||