public interface DNSRecordPrinter
| Modifier and Type | Method and Description |
|---|---|
void |
print(Collection<org.nhindirect.config.model.DNSRecord> records)
Prints the contents of a collection of DNS records.
|
void |
print(org.nhindirect.config.model.DNSRecord record)
Prints the contents of a single DNS records.
|
void print(Collection<org.nhindirect.config.model.DNSRecord> records)
records - A collection of DNS records to print.void print(org.nhindirect.config.model.DNSRecord record)
record - DNS records to print.Copyright © 2021. All rights reserved.