com.canoo.webtest.extension.spider
Interface IReporter

All Known Implementing Classes:
SeparatedValueReporter

public interface IReporter

Called by the spider to report each page.

Author:
Denis N. Antonioli

Method Summary
 void setWriter(Writer writer)
          Must be called first to set the output chanel.
 void write(Properties linkInfo)
          Called for each page.
 void writeFooter()
          Called after the last page has been visited.
 void writeHeader()
          Called before the first page has been visited.
 

Method Detail

writeHeader

void writeHeader()
                 throws IOException
Called before the first page has been visited.

Throws:
IOException

write

void write(Properties linkInfo)
           throws IOException
Called for each page.

Parameters:
linkInfo -
Throws:
IOException

setWriter

void setWriter(Writer writer)
Must be called first to set the output chanel.

Parameters:
writer -

writeFooter

void writeFooter()
                 throws IOException
Called after the last page has been visited.

Throws:
IOException

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.