maito.datacollecting.quickformat
Class QuickformatDocumentRecordConstructor

java.lang.Object
  extended by maito.datacollecting.quickformat.QuickformatDocumentRecordConstructor
All Implemented Interfaces:
RecordConstructor

public class QuickformatDocumentRecordConstructor
extends java.lang.Object
implements RecordConstructor

Constructs a Record object from a valid String that specifies a record in quickformat document format

Version:
1.0
Author:
Väinö Ala-Härkönen

Constructor Summary
QuickformatDocumentRecordConstructor()
           
 
Method Summary
 Record constructRecord(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickformatDocumentRecordConstructor

public QuickformatDocumentRecordConstructor()
Method Detail

constructRecord

public Record constructRecord(java.lang.String data)
                       throws java.lang.IllegalArgumentException
Specified by:
constructRecord in interface RecordConstructor
Throws:
java.lang.IllegalArgumentException