Uses of Class
de.knipp.rritoolkit.dns.DnsEntry

Packages that use DnsEntry
de.knipp.rritoolkit   
de.knipp.rritoolkit.dns   
 

Uses of DnsEntry in de.knipp.rritoolkit
 

Fields in de.knipp.rritoolkit with type parameters of type DnsEntry
private  java.util.List<DnsEntry> DomainData.dns
          the DNS related data
 

Methods in de.knipp.rritoolkit that return types with arguments of type DnsEntry
 java.util.List<DnsEntry> DomainData.getDnsEntries()
          return the DNS entries
 

Methods in de.knipp.rritoolkit with parameters of type DnsEntry
 void DomainData.addDnsEntries(DnsEntry... entries)
          add all entries to the DNS configuration
 void DomainData.addDnsEntry(DnsEntry entry)
          add an entry to the DNS configuration
 

Method parameters in de.knipp.rritoolkit with type arguments of type DnsEntry
 void DomainData.addDnsEntries(java.util.Collection<? extends DnsEntry> entries)
          add all entries to the DNS configuration
 

Uses of DnsEntry in de.knipp.rritoolkit.dns
 

Subclasses of DnsEntry in de.knipp.rritoolkit.dns
 class DnsEntryA
          the record describes an "A" record in the domain.
 class DnsEntryAAAA
          the record 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
          the record describes an "MX" record in the domain.
 class DnsEntryNS
          class that stores the name server information.
 

Methods in de.knipp.rritoolkit.dns that return DnsEntry
 DnsEntry DnsEntry.clone()
          creates a clone of this instance.
private static DnsEntry DnsEntry.createNSEntry(java.lang.String value)
          create an name server entry
static DnsEntry DnsEntry.fromXml(org.w3c.dom.Element el)
          creates an instance from the given XML element
 

Methods in de.knipp.rritoolkit.dns that return types with arguments of type DnsEntry
static java.util.List<DnsEntry> DnsEntry.allFromList(KVList list, java.lang.String encodedDomainName)
          create an instances from the given key-value list
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH