public interface DNSRecordPrinter
| 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.
|
void print(Collection<org.nhind.config.DnsRecord> records)
records - A collection of DNS records to print.void print(org.nhind.config.DnsRecord[] records)
records - An array of DNS records to print.void print(org.nhind.config.DnsRecord record)
record - DNS records to print.Copyright © 2010-2015 The Direct Project. All Rights Reserved.