org.nhindirect.dns.tools.printers
Class AbstractRecordPrinter<T>
java.lang.Object
org.nhindirect.dns.tools.printers.AbstractRecordPrinter<T>
- All Implemented Interfaces:
- RecordPrinter<T>
- Direct Known Subclasses:
- CertRecordPrinter
public abstract class AbstractRecordPrinter<T>
- extends Object
- implements RecordPrinter<T>
AbstractRecordPrinter
public AbstractRecordPrinter(int tableWidth,
Collection<org.nhindirect.dns.tools.printers.AbstractRecordPrinter.ReportColumn> reportColumns)
printRecord
public void printRecord(T record)
- Specified by:
printRecord in interface RecordPrinter<T>
printRecords
public void printRecords(Collection<T> records)
- Specified by:
printRecords in interface RecordPrinter<T>
Copyright © 2010-2015 The Direct Project. All Rights Reserved.