|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.manager.printers.DefaultDNSRecordPrinter
public class DefaultDNSRecordPrinter
Utility class for formatting and outputting the content of DNS records.
| Constructor Summary | |
|---|---|
DefaultDNSRecordPrinter()
Default constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDNSRecordPrinter()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||