public class DefaultDNSRecordPrinter extends Object implements DNSRecordPrinter
| Constructor and Description |
|---|
DefaultDNSRecordPrinter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
print(Collection<org.nhind.config.DnsRecord> records)
Prints the contents of a collection of DNS records.
|
void |
print(org.nhind.config.DnsRecord record)
Prints the contents of a single DNS records.
|
void |
print(org.nhind.config.DnsRecord[] records)
Prints the contents of an array of DNS records.
|
public DefaultDNSRecordPrinter()
public void print(Collection<org.nhind.config.DnsRecord> records)
print in interface DNSRecordPrinterrecords - A collection of DNS records to print.public void print(org.nhind.config.DnsRecord[] records)
print in interface DNSRecordPrinterrecords - An array of DNS records to print.public void print(org.nhind.config.DnsRecord record)
print in interface DNSRecordPrinterrecord - DNS records to print.Copyright © 2010-2015 The Direct Project. All Rights Reserved.