com.pmease.quickbuild.log
Class BuildLogTextStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.pmease.quickbuild.log.BuildLogTextStream
All Implemented Interfaces:
java.io.Closeable

public class BuildLogTextStream
extends java.io.InputStream


Constructor Summary
BuildLogTextStream(Build build, Step step, java.lang.String lineSeparator, boolean showStep)
           
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildLogTextStream

public BuildLogTextStream(Build build,
                          Step step,
                          java.lang.String lineSeparator,
                          boolean showStep)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException


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