hudson.plugins.logparser
Class LogParserReader

java.lang.Object
  extended by hudson.plugins.logparser.LogParserReader

public class LogParserReader
extends java.lang.Object


Constructor Summary
LogParserReader(java.io.BufferedReader reader)
           
 
Method Summary
 boolean isEndOfFile()
           
 LogParserLogPart readLogPart(int threadNum)
           
 void setEndOfFile(boolean endOfFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParserReader

public LogParserReader(java.io.BufferedReader reader)
Method Detail

readLogPart

public LogParserLogPart readLogPart(int threadNum)
                             throws java.io.IOException
Throws:
java.io.IOException

isEndOfFile

public boolean isEndOfFile()

setEndOfFile

public void setEndOfFile(boolean endOfFile)


Copyright © 2010. All Rights Reserved.