|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SubShell
| Required Element Summary | |
|---|---|
String |
name
Returns the name of the command if used inside a shell |
| Optional Element Summary | |
|---|---|
String |
description
Returns the description of the command which is used to generate command line help |
String |
detailedDescription
Returns a detailed description of the command |
| Element Detail |
|---|
public abstract String name
public abstract String description
public abstract String detailedDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||