Griffon 1.2.0

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

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

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

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private String name

private String version

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

 

Field Detail

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

UninstallArchetypeCommand

UninstallArchetypeCommand()


 

Groovy Documentation