maito.datacollecting
Interface RecordParser

All Known Implementing Classes:
OAIPMHRecordParser, QuickformatRecordParser

public interface RecordParser

A common interface for different implementations for parsing complete records from a stream of text data. Either the transfer type or the data format determines the implementation.

All implementing classes MUST have a constructor that has two parameters. The first parameter must be a maito.datacollecting.RecordConstructor. The second parameter must be a maito.datacollecting.DataStorage.

Author:
Antti Laitinen
See Also:
RecordConstructor, DataStorage

Method Summary
 void putData(java.lang.String part)
           
 

Method Detail

putData

void putData(java.lang.String part)