|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.PluginInfoCommand
@Command(scope = "griffon", name = "plugin-info", description = "Displays information on a Griffon plugin") public class PluginInfoCommand extends AbstractGriffonCommand
Field Summary | |
---|---|
private String |
name
|
private String |
repository
|
private boolean |
skipDescription
|
private String |
version
|
Fields inherited from class AbstractGriffonCommand | |
---|---|
env, nonInteractive |
Constructor Summary | |
PluginInfoCommand()
|
Field Detail |
---|
@Argument(index = 0, name = "name", description = "The name of the plugin to look for.", required = true) private String name
@Option(name = "--repository", description = "Name of an specific repository where the search will be performed.", required = false) private String repository
@Option(name = "--skip-description", description = "Do not display the plugin's description.", required = false) private boolean skipDescription
@Argument(index = 1, name = "version", description = "The version of the plugin to look for.", required = false) private String version
Constructor Detail |
---|
PluginInfoCommand()
Groovy Documentation