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
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
-
ListPluginsCommand
ListPluginsCommand()
-
Groovy Documentation