|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CLIEntry
| Required Element Summary | |
|---|---|
java.lang.String |
description
The description of this tool. |
java.lang.String |
version
The current version number. |
| Optional Element Summary | |
|---|---|
java.lang.String |
contact
Identifier for the maintainer of this tool. |
java.lang.String |
documentationUrl
Where this project documentation lives. |
CLIOptionSet[] |
invalidarameterSets
A list of option sets which are invalid for this command. |
java.lang.String |
nickName
The short name for this tool. |
CLIEntry.parser_type |
parserType
This determines the exact syntax that is applied to the command line. |
CLIOptionSet[] |
validarameterSets
A list of option sets which are valid for this command. |
java.lang.String |
versionControl
Identifier for where this project lives in version control. |
| Element Detail |
|---|
public abstract java.lang.String description
public abstract java.lang.String version
public abstract java.lang.String nickName
public abstract CLIEntry.parser_type parserType
public abstract java.lang.String contact
public abstract java.lang.String documentationUrl
public abstract java.lang.String versionControl
public abstract CLIOptionSet[] validarameterSets
public abstract CLIOptionSet[] invalidarameterSets
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||