Uses of Class
dk.netarkivet.common.utils.archive.ArchiveRecordBase

Packages that use ArchiveRecordBase
dk.netarkivet.common.utils.archive   
dk.netarkivet.common.utils.batch   
dk.netarkivet.common.utils.cdx   
dk.netarkivet.harvester.indexserver   
dk.netarkivet.viewerproxy.webinterface   
dk.netarkivet.wayback.batch   
 

Uses of ArchiveRecordBase in dk.netarkivet.common.utils.archive
 

Subclasses of ArchiveRecordBase in dk.netarkivet.common.utils.archive
 class HeritrixArchiveRecordWrapper
          Heritrix wrapper implementation of the abstract archive record interface.
 

Methods in dk.netarkivet.common.utils.archive that return ArchiveRecordBase
static ArchiveRecordBase ArchiveRecordBase.wrapArchiveRecord(org.archive.io.ArchiveRecord archiveRecord)
          Factory method for creating a wrapped Heritrix record.
 

Methods in dk.netarkivet.common.utils.archive with parameters of type ArchiveRecordBase
abstract  void ArchiveBatchJob.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          Exceptions should be handled with the handleException() method.
 

Uses of ArchiveRecordBase in dk.netarkivet.common.utils.batch
 

Methods in dk.netarkivet.common.utils.batch with parameters of type ArchiveRecordBase
abstract  boolean ArchiveBatchFilter.accept(ArchiveRecordBase record)
          Check if a given record is accepted (not filtered out) by this filter.
 

Uses of ArchiveRecordBase in dk.netarkivet.common.utils.cdx
 

Methods in dk.netarkivet.common.utils.cdx with parameters of type ArchiveRecordBase
 void ArchiveExtractCDXJob.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          Process this entry, reading metadata into the output stream.
 

Uses of ArchiveRecordBase in dk.netarkivet.harvester.indexserver
 

Methods in dk.netarkivet.harvester.indexserver with parameters of type ArchiveRecordBase
 void GetMetadataArchiveBatchJob.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          The method for processing the arc-records.
 

Uses of ArchiveRecordBase in dk.netarkivet.viewerproxy.webinterface
 

Methods in dk.netarkivet.viewerproxy.webinterface with parameters of type ArchiveRecordBase
 void HarvestedUrlsForDomainBatchJob.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          Process a record on crawl log concerning the given domain to result.
 void CrawlLogLinesMatchingRegexp.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          Process a record on crawl log concerning the given domain to result.
 

Uses of ArchiveRecordBase in dk.netarkivet.wayback.batch
 

Methods in dk.netarkivet.wayback.batch with parameters of type ArchiveRecordBase
 void DeduplicationCDXExtractionBatchJob.processRecord(ArchiveRecordBase record, java.io.OutputStream os)
          If the ArchiveRecord is a crawl-log entry then any duplicate entries in the crawl log are converted to CDX entries and written to the output.