|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface DeepShell.Command
Shell command description.
Required Element Summary | |
---|---|
String |
help
Short help message. |
char |
shortcut
Shortcut key for command. |
Optional Element Summary | |
---|---|
String |
args
Description of expected arguments. |
Element Detail |
---|
public abstract char shortcut
public abstract String help
public abstract String args
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |