Griffon 1.2.0

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

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

@Command(scope = "griffon",
        name = "remove-proxy",
        description = "Removes a proxy configuration")
public class RemoveProxyCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private String name

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

 

Field Detail

name

@Argument(index = 0,
            name = "name",
            description = "Name for the proxy configuration.",
            required = true)
private String name


 
Constructor Detail

RemoveProxyCommand

RemoveProxyCommand()


 

Groovy Documentation