maito.datacollecting
Interface RecordConstructor

All Known Implementing Classes:
DCXMLRecordConstructor, OAICiteseerRecordConstructor, QuickformatDocumentRecordConstructor, QuickformatNameRecordConstructor

public interface RecordConstructor

A common interface for different implementations for creating a Record object from raw data. Each data format has an implemantation of this interface.

Author:
Antti Laitinen
See Also:
Record

Method Summary
 Record constructRecord(java.lang.String data)
           
 

Method Detail

constructRecord

Record constructRecord(java.lang.String data)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException