|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DNSRecordPrinter
Interface for printing DNS records to an output Stream.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||