Forge - Parent 1.1.2-SNAPSHOT

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 - Parent 1.1.2-SNAPSHOT

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