com.carrotsearch.ant.tasks.junit4.events
Class AppendStdErrEvent

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent
All Implemented Interfaces:
IEvent, IStreamEvent

public class AppendStdErrEvent
extends Object
implements IStreamEvent


Constructor Summary
AppendStdErrEvent()
           
AppendStdErrEvent(byte[] b, int off, int len)
           
 
Method Summary
 byte[] getChunk()
           
 EventType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppendStdErrEvent

public AppendStdErrEvent()

AppendStdErrEvent

public AppendStdErrEvent(byte[] b,
                         int off,
                         int len)
Method Detail

getChunk

public byte[] getChunk()
Specified by:
getChunk in interface IStreamEvent

getType

public EventType getType()
Specified by:
getType in interface IEvent


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.