Griffon 1.2.0

org.codehaus.griffon.cli.shell.command
[Java] Class PluginInfoCommand

java.lang.Object
  org.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

Authors:
Andres Almiray
Since:
0.9.5


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

name

@Argument(index = 0,
            name = "name",
            description = "The name of the plugin to look for.",
            required = true)
private String name


repository

@Option(name = "--repository",
            description = "Name of an specific repository where the search will be performed.",
            required = false)
private String repository


skipDescription

@Option(name = "--skip-description",
        description = "Do not display the plugin's description.",
        required = false)
private boolean skipDescription


version

@Argument(index = 1,
            name = "version",
            description = "The version of the plugin to look for.",
            required = false)
private String version


 
Constructor Detail

PluginInfoCommand

PluginInfoCommand()


 

Groovy Documentation