|
Forge - Parent 1.1.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Command(value="setup") @Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface SetupCommand
Defines a @Command
to be used when performing setup for a Plugin
. It will be run when using the
"setup ****" command from the shell. There may be only one SetupCommand
per Plugin
Optional Element Summary | |
---|---|
String |
help
Help text for the setup command. |
public abstract String help
|
Forge - Parent 1.1.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |