Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DnsEntry> |
DomainData.dns
the DNS related data
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DnsEntry> |
DomainData.getDnsEntries()
return the DNS entries
|
Modifier and Type | Method and Description |
---|---|
void |
DomainData.addDnsEntries(DnsEntry... entries)
add all entries to the DNS configuration
|
void |
DomainData.addDnsEntry(DnsEntry entry)
add an entry to the DNS configuration
|
Modifier and Type | Method and Description |
---|---|
void |
DomainData.addDnsEntries(java.util.Collection<? extends DnsEntry> entries)
add all entries to the DNS configuration
|
Modifier and Type | Class and Description |
---|---|
class |
DnsEntryA
class that describes an "A" record in the domain.
|
class |
DnsEntryAAAA
class that describes an "AAAA" record in the domain.
|
class |
DnsEntryAddress
base class for A or AAAA records in the domain.
|
class |
DnsEntryDNSKEY
class that stores the DNSKEY information.
|
class |
DnsEntryMX
class that describes an "MX" record in the domain.
|
class |
DnsEntryNS
class that stores the name server information.
|
Modifier and Type | Method and Description |
---|---|
DnsEntry |
DnsEntry.clone()
create a clone of this instance.
|
private static DnsEntry |
DnsEntry.createNSEntry(java.lang.String value)
create a name server entry
|
static DnsEntry |
DnsEntry.fromXml(org.w3c.dom.Element el)
create an instance from the given XML element
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DnsEntry> |
DnsEntry.allFromList(KVList list,
java.lang.String encodedDomainName)
create instances from the given key-value list
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH