|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface SubsystemCommand
Annotation for commands. Allows to specify the name of a command, otherwise method's name is used.
| Optional Element Summary | |
|---|---|
String |
abbrev
Specify the shortcut name for the command. |
String |
description
Specify the description of the command. |
String |
name
Allows to override default command name, which is derived from method's name |
SubsystemCommand.CommandType |
type
Specify the string to output before command's output, i.e. |
public abstract String name
public abstract String description
public abstract String abbrev
public abstract SubsystemCommand.CommandType type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||