org.nhindirect.dns.tools
Interface DNSRecordPrinter

All Known Implementing Classes:
DefaultDNSRecordPrinter

public interface DNSRecordPrinter

Interface for printing DNS records to an output Stream.

Since:
1.0
Author:
Greg Meyer

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

print

void print(Collection<org.nhind.config.DnsRecord> records)
Prints the contents of a collection of DNS records.

Parameters:
records - A collection of DNS records to print.
Since:
1.0

print

void print(org.nhind.config.DnsRecord[] records)
Prints the contents of an array of DNS records.

Parameters:
records - An array of DNS records to print.
Since:
1.0

print

void print(org.nhind.config.DnsRecord record)
Prints the contents of a single DNS records.

Parameters:
record - DNS records to print.
Since:
1.0


Copyright © 2010-2015 The Direct Project. All Rights Reserved.