org.polliwog.utils
Interface LogFileIterator

All Known Implementing Classes:
BasicLogFileIterator

public interface LogFileIterator


Method Summary
 void closeCurrentFile()
           
 boolean hasNextFile()
           
 void init(VisitorEnvironment ve)
           
 LogFileInfo nextFile()
           
 java.lang.String nextLine()
           
 

Method Detail

init

void init(VisitorEnvironment ve)
          throws java.lang.Exception
Throws:
java.lang.Exception

nextLine

java.lang.String nextLine()
                          throws java.io.IOException,
                                 WeblogException
Throws:
java.io.IOException
WeblogException

closeCurrentFile

void closeCurrentFile()
                      throws java.io.IOException
Throws:
java.io.IOException

hasNextFile

boolean hasNextFile()
                    throws WeblogException
Throws:
WeblogException

nextFile

LogFileInfo nextFile()
                     throws WeblogException,
                            java.io.IOException
Throws:
WeblogException
java.io.IOException


  Copyright © 2007 Gary Bentley. All Rights Reserved.