Forge - Shell API 1.2.0.Final

org.jboss.forge.shell.plugins
Annotation Type SetupCommand


@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

Author:
Lincoln Baxter, III

Optional Element Summary
 String help
          Help text for the setup command.
 

help

public abstract String help
Help text for the setup command.

Default:
"Install and/or set up this plugin"

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.