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

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

public class AppendStdOutEvent
extends Object
implements IStreamEvent


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

Constructor Detail

AppendStdOutEvent

protected AppendStdOutEvent()

AppendStdOutEvent

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

copyTo

public void copyTo(OutputStream os)
            throws IOException
Specified by:
copyTo in interface IStreamEvent
Throws:
IOException

getType

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


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