com.ebmwebsourcing.easycommons.stream
Class DumbExecutor

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.stream.DumbExecutor

public abstract class DumbExecutor
extends java.lang.Object


Constructor Summary
DumbExecutor()
           
 
Method Summary
protected abstract  void doRun()
           
 java.lang.String getCapturedStdErr()
           
 java.lang.String getCapturedStdOut()
           
 java.lang.Throwable getCapturedThrowable()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumbExecutor

public DumbExecutor()
Method Detail

doRun

protected abstract void doRun()
                       throws java.lang.Throwable
Throws:
java.lang.Throwable

run

public final void run()

getCapturedStdOut

public final java.lang.String getCapturedStdOut()

getCapturedStdErr

public java.lang.String getCapturedStdErr()

getCapturedThrowable

public java.lang.Throwable getCapturedThrowable()


Copyright © 2011 Petals Link. All Rights Reserved.