|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Inherited
@Qualifier
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER,TYPE,FIELD})
public @interface CommandRepresents a single command to be run on a Shell.
| Optional Element Summary | |
|---|---|
String |
help
Help text for this command. |
String |
value
One or more names for this command. |
public abstract String value
public abstract String help
|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||