org.nhindirect.dns.tools.printers
Interface RecordPrinter<T>

All Known Implementing Classes:
AbstractRecordPrinter, CertRecordPrinter

public interface RecordPrinter<T>


Method Summary
 void printRecord(T rec)
           
 void printRecords(Collection<T> recs)
           
 

Method Detail

printRecord

void printRecord(T rec)

printRecords

void printRecords(Collection<T> recs)


Copyright © 2010-2015 The Direct Project. All Rights Reserved.