|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.ant.tasks.junit4.SlaveInfo
public final class SlaveInfo
Static slave information.
| Field Summary | |
|---|---|
int |
id
Unique sequential slave identifier. |
int |
slaves
The number of executed slaves, total. |
| Constructor Summary | |
|---|---|
SlaveInfo(int id,
int slaves)
|
|
| Method Summary | |
|---|---|
void |
decodeStreams(List<IEvent> events,
Writer sysout,
Writer syserr)
Filter through events looking for sysouts and syserrs and decode them into a character streams. |
Charset |
getCharset()
Return the Charset used to encode stream bytes from the slave. |
String |
getCommandLine()
Command line string used to invoke the slave. |
String |
getJvmName()
JVM name (slave). |
Map<String,String> |
getSystemProperties()
System properties on the slave. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int id
public final int slaves
| Constructor Detail |
|---|
public SlaveInfo(int id,
int slaves)
| Method Detail |
|---|
public Charset getCharset()
Charset used to encode stream bytes from the slave.
public Map<String,String> getSystemProperties()
public String getCommandLine()
public String getJvmName()
public void decodeStreams(List<IEvent> events,
Writer sysout,
Writer syserr)
throws IOException
Writer arguments are the same object
the streams will be combined.
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||