Griffon 1.2.0

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

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

@Command(scope = "griffon",
        name = "uninstall-plugin",
        description = "Uninstalls a Griffon application plugin")
public class UninstallPluginCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private boolean framework

private String name

private String version

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

 

Field Detail

framework

@Option(name = "--framework",
            description = "Uninstalls the plugin only if installed as a framework plugin.",
            required = false)
private boolean framework


name

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


version

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


 
Constructor Detail

UninstallPluginCommand

UninstallPluginCommand()


 

Groovy Documentation