|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kaiwitte.workbench.printing.RecordPrinterImpl
public class RecordPrinterImpl
The default implementation of a RecordPrinter
.
Constructor Summary | |
---|---|
RecordPrinterImpl()
|
Method Summary | |
---|---|
void |
printRecord(MetaRecord record,
java.lang.String... templates)
Prints the record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordPrinterImpl()
Method Detail |
---|
public void printRecord(MetaRecord record, java.lang.String... templates) throws java.io.IOException
printRecord
in interface RecordPrinter
record
- the record to provide values for variables in the
templatestemplates
- the template texts (file names), one per print
java.io.IOException
- iff an I/O error occursTools.replaceVariables(org.kaiwitte.workbench.data.MetaRecord, java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |