|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.AddProxyCommand
@Command(scope = "griffon", name = "add-proxy", description = "Adds a proxy configuration") public class AddProxyCommand extends AbstractGriffonCommand
Field Summary | |
---|---|
private String |
host
|
private String |
name
|
private String |
password
|
private String |
port
|
private String |
username
|
Fields inherited from class AbstractGriffonCommand | |
---|---|
env, nonInteractive |
Constructor Summary | |
AddProxyCommand()
|
Field Detail |
---|
@Option(name = "--host", description = "The proxy's hostname.", required = true) private String host
@Argument(index = 0, name = "name", description = "Name for the proxy configuration.", required = true) private String name
@Option(name = "--password", description = "Password credentials.", required = false) private String password
@Option(name = "--port", description = "The proxy's port.", required = true) private String port
@Option(name = "--username", description = "Username credentials.", required = false) private String username
Constructor Detail |
---|
AddProxyCommand()
Groovy Documentation