public class SlaveMain extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ERR_EXCEPTION
Runtime exception.
|
static int |
ERR_NO_JUNIT
No JUnit on classpath.
|
static int |
ERR_OLD_JUNIT
Old JUnit on classpath.
|
static int |
ERR_OOM
OOM
|
static String |
OPTION_EVENTSFILE
Name the sink for events.
|
static String |
OPTION_FREQUENT_FLUSH
Frequent event strean flushing.
|
static String |
OPTION_STDIN
Read class names from standard input.
|
static String |
OPTION_SYSOUTS
Multiplex sysout and syserr to original streams (aside from
pumping them to event stream).
|
static String |
SYSPROP_FIRERUNNERFAILURE
Fire a runner failure after startup to verify messages
are propagated properly.
|
Constructor and Description |
---|
SlaveMain(Serializer serializer)
Creates a slave emitting events to the given serializer.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] allArgs)
Console entry point.
|
static void |
warn(String message,
Throwable t)
Warning emitter.
|
public static final int ERR_EXCEPTION
public static final int ERR_NO_JUNIT
public static final int ERR_OLD_JUNIT
public static final int ERR_OOM
public static final String OPTION_FREQUENT_FLUSH
public static final String OPTION_SYSOUTS
public static final String OPTION_STDIN
public static final String OPTION_EVENTSFILE
public static final String SYSPROP_FIRERUNNERFAILURE
public SlaveMain(Serializer serializer)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.