Forge - Shell API 1.2.0.Final

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


@Command(value="default")
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface DefaultCommand

Defines a @Command as the plugin default. It will be run if no other command matches the input line.

Author:
Lincoln Baxter, III

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

help

public abstract String help
Help text for the default command.

Default:
"When using this plugin, this command will be executed if no other is specified."

Forge - Shell API 1.2.0.Final

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