Griffon 1.2.0

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

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

@Command(scope = "griffon",
        name = "set-proxy",
        description = "Sets HTTP proxy configuration for Griffon")
public class SetProxyCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private String name

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

 

Field Detail

name

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


 
Constructor Detail

SetProxyCommand

SetProxyCommand()


 

Groovy Documentation