| |
|
| java.lang.Object com.martiansoftware.nailgun.NGConstants
NGConstants | public class NGConstants (Code) | | Just a simple holder for various NailGun-related contants.
author: Marty Lamb |
CHUNKTYPE_ARGUMENT | final public static char CHUNKTYPE_ARGUMENT(Code) | | Chunk type marker for command line arguments
|
CHUNKTYPE_COMMAND | final public static char CHUNKTYPE_COMMAND(Code) | | Chunk type marker for the command (alias or class)
|
CHUNKTYPE_ENVIRONMENT | final public static char CHUNKTYPE_ENVIRONMENT(Code) | | Chunk type marker for client environment variables
|
CHUNKTYPE_EXIT | final public static char CHUNKTYPE_EXIT(Code) | | Chunk type marker for client exit chunks
|
CHUNKTYPE_STDERR | final public static char CHUNKTYPE_STDERR(Code) | | Chunk type marker for stderr
|
CHUNKTYPE_STDIN | final public static char CHUNKTYPE_STDIN(Code) | | Chunk type marker for stdin
|
CHUNKTYPE_STDIN_EOF | final public static char CHUNKTYPE_STDIN_EOF(Code) | | Chunk type marker for the end of stdin
|
CHUNKTYPE_STDOUT | final public static char CHUNKTYPE_STDOUT(Code) | | Chunk type marker for stdout
|
CHUNKTYPE_WORKINGDIRECTORY | final public static char CHUNKTYPE_WORKINGDIRECTORY(Code) | | Chunk type marker for client working directory
|
DEFAULT_PORT | final public static int DEFAULT_PORT(Code) | | The default NailGun port (2113)
|
EXIT_EXCEPTION | final public static int EXIT_EXCEPTION(Code) | | The exit code sent to clients if an exception occurred on the server
|
EXIT_NOSUCHCOMMAND | final public static int EXIT_NOSUCHCOMMAND(Code) | | The exit code sent to clients if an invalid command is sent
|
VERSION | final public static String VERSION(Code) | | Server version number
|
|
|
|