Griffon 1.2.0

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

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

@Command(scope = "griffon",
        name = "upgrade",
        description = "Upgrades a Griffon application from a previous version of Griffon")
public class UpgradeCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private boolean force

private boolean install

private String repository

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

 

Field Detail

force

@Option(name = "--force",
            description = "Forces the upgrade even if the application is up-to-date.",
            required = false)
private boolean force


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 plugin search will be performed.",
        required = false)
private String repository


 
Constructor Detail

UpgradeCommand

UpgradeCommand()


 

Groovy Documentation