Griffon 1.2.0

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

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.ListPluginsCommand

@Command(scope = "griffon",
        name = "list-plugins",
        description = "Lists all plugins available in an artifact repository")
public class ListPluginsCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private boolean installed

private String repository

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
ListPluginsCommand()

 

Field Detail

installed

@Option(name = "--installed",
            description = "Lists all installed plugins only.",
            required = false)
private boolean installed


repository

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


 
Constructor Detail

ListPluginsCommand

ListPluginsCommand()


 

Groovy Documentation