Interface RecordPrinter

An interface to print records.

Synopsis

 public interface RecordPrinter {
  public void printRecord(MetaRecord record,
                          java.lang.String[] templates)
    throws IOException;

}

Inheritance Path. org.kaiwitte.workbench.printing.RecordPrinter

printRecord(MetaRecord, String[])

Synopsis: public void printRecord(org.kaiwitte.workbench.data.MetaRecord re\
cord,

                                  java.lang.String[] templates) 
              throws java.io.IOException;

Parameters

record

the record to provide values for variables in the templates

templates

the template texts (file names), one per print

Exceptions

IOException

iff an I/O error occurs

Prints the record. The resulting prints is based on the provided templates.