Griffon 1.2.0

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

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

@Command(scope = "griffon",
        name = "list-plugin-updates",
        description = "Lists all available plugin updates that match the project's configuration")
public class ListPluginUpdatesCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private boolean framework

private boolean install

private String repository

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

 

Field Detail

framework

@Option(name = "--framework",
            description = "Forces checking for available updates of framework plugins.",
            required = false)
private boolean framework


install

@Option(name = "--install",
            description = "Install all matching upgrades.",
            required = false)
private boolean install


repository

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


 
Constructor Detail

ListPluginUpdatesCommand

ListPluginUpdatesCommand()


 

Groovy Documentation