|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.dns.tools.DNSRecordParser
public class DNSRecordParser
Parses an array of strings into DNS records.
| Field Summary | |
|---|---|
static String |
PARSE_ANAME_USAGE
|
static String |
PARSE_MX_USAGE
|
static String |
PARSE_SOA_USAGE
|
| Constructor Summary | |
|---|---|
DNSRecordParser()
Default empty constructor |
|
| Method Summary | |
|---|---|
org.xbill.DNS.ARecord |
parseANAME(String[] args)
Converts A record configuration information to an ARecord |
org.xbill.DNS.MXRecord |
parseMX(String[] args)
Converts MX record configuration information to an MXRecord |
org.xbill.DNS.SOARecord |
parseSOA(String[] args)
Converts SAO record configuration information to an SOARecord |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARSE_ANAME_USAGE
public static final String PARSE_SOA_USAGE
public static final String PARSE_MX_USAGE
| Constructor Detail |
|---|
public DNSRecordParser()
| Method Detail |
|---|
public org.xbill.DNS.ARecord parseANAME(String[] args)
args - The A record configuration parameters.
public org.xbill.DNS.SOARecord parseSOA(String[] args)
args - The SOA record configuration parameters.
public org.xbill.DNS.MXRecord parseMX(String[] args)
args - The MX record configuration parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||