@Command(value="setup") @Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface SetupCommand
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 Pluginpublic abstract String help
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.