com.pmease.quickbuild.execution
Class LineConsumer.NoOp

java.lang.Object
  extended by java.io.OutputStream
      extended by com.pmease.quickbuild.execution.LineConsumer
          extended by com.pmease.quickbuild.execution.LineConsumer.NoOp
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
LineConsumer

public static class LineConsumer.NoOp
extends LineConsumer


Nested Class Summary
 
Nested classes/interfaces inherited from class com.pmease.quickbuild.execution.LineConsumer
LineConsumer.DebugLogger, LineConsumer.ErrorLogger, LineConsumer.InfoLogger, LineConsumer.NoOp, LineConsumer.TraceLogger, LineConsumer.WarnLogger
 
Constructor Summary
LineConsumer.NoOp()
           
 
Method Summary
 void consume(java.lang.String line)
          Sub class must implement this method to handle a line of output
 
Methods inherited from class com.pmease.quickbuild.execution.LineConsumer
close, flush, getEncoding, processBuffer, write
 
Methods inherited from class java.io.OutputStream
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineConsumer.NoOp

public LineConsumer.NoOp()
Method Detail

consume

public void consume(java.lang.String line)
Description copied from class: LineConsumer
Sub class must implement this method to handle a line of output

Specified by:
consume in class LineConsumer


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.