Uses of Class
dk.netarkivet.harvester.datamodel.TLDInfo

Packages that use TLDInfo
dk.netarkivet.harvester.datamodel   
 

Uses of TLDInfo in dk.netarkivet.harvester.datamodel
 

Methods in dk.netarkivet.harvester.datamodel that return types with arguments of type TLDInfo
abstract  java.util.List<TLDInfo> DomainDAO.getTLDs()
          Get a list of all TLDs present in the domains table.
 java.util.List<TLDInfo> DomainDBDAO.getTLDs()
          Return all TLDs represented by the domains in the domains table.
 

Methods in dk.netarkivet.harvester.datamodel with parameters of type TLDInfo
 int TLDInfo.compareTo(TLDInfo o)
          Compares this object with the specified object for order.