@Inherited @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Command
Modifier and Type | Optional Element and Description |
---|---|
String[] |
categories
Categories for this command
|
Class<? extends org.jboss.forge.furnace.util.Predicate<UIContext>>[] |
enabled
The handler to determine if this command should be enabled
|
String |
help
Help text for this command.
|
String |
value
One or more names for this command.
|
public abstract String value
public abstract String help
public abstract Class<? extends org.jboss.forge.furnace.util.Predicate<UIContext>>[] enabled
public abstract String[] categories
Copyright © 2015 JBoss by Red Hat. All rights reserved.