Forge - Parent 1.0.7-SNAPSHOT

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


@Inherited
@Qualifier
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER,TYPE,FIELD})
public @interface Command

Represents a single command to be run on a Shell.

Author:
Lincoln Baxter, III

Optional Element Summary
 String help
          Help text for this command.
 String value
          One or more names for this command.
 

value

public abstract String value
One or more names for this command.

Default:
""

help

public abstract String help
Help text for this command.

Default:
""

Forge - Parent 1.0.7-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.