public interface CliEntryPoint
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCommand(String name)
Does the named command exist?
|
int |
main(List<String> args,
Locale locale,
InputStream stdin,
OutputStream stdout,
OutputStream stderr)
Just like the static main method.
|
int |
protocolVersion()
Returns
VERSION, so that the client and the server can detect
version incompatibility gracefully. |
static final int VERSION
int main(List<String> args, Locale locale, InputStream stdin, OutputStream stdout, OutputStream stderr)
locale - Locale of this client.boolean hasCommand(String name)
int protocolVersion()
VERSION, so that the client and the server can detect
version incompatibility gracefully.Copyright © 2004-2016 Hudson. All Rights Reserved.