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
name
@Argument(index = 0,
name = "name",
description = "Name for the proxy configuration.",
required = true)
private String name
-
RemoveProxyCommand
RemoveProxyCommand()
-
Groovy Documentation