Deprecated API


Contents
Deprecated Fields
dk.netarkivet.archive.arcrepositoryadmin.AdminData.INVALID_ENTRY_STRING
            
 

Deprecated Methods
dk.netarkivet.archive.arcrepositoryadmin.AdminData.hasChecksum(String)
          use hasEntry(filename) instead of hasChecksum(filename). If hasEntry(filename) is true, we have a recorded a checksum for the filename as well. 
dk.netarkivet.archive.arcrepositoryadmin.AdminData.isValidEntry(String)
          This method is deprecated, because the we don't have any invalid entries now. Use hasEntry() instead. 
dk.netarkivet.common.webinterface.HTMLUtils.makeDate(Date)
          Please use from taglib instead.