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
 java.util.List<TLDInfo> DomainDBDAO.getTLDs(int level)
          Return all TLDs represented by the domains in the domains table.
abstract  java.util.List<TLDInfo> DomainDAO.getTLDs(int level)
          Get a list of all TLDs present 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.