|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.harvester.harvesting.distribute.DomainHarvestReport
dk.netarkivet.harvester.harvesting.HeritrixDomainHarvestReport
public class HeritrixDomainHarvestReport
Class responsible for generating a domain harvest report from crawl logs created by Heritrix and presenting the relevant information to clients.
Field Summary |
---|
Fields inherited from class dk.netarkivet.harvester.harvesting.distribute.DomainHarvestReport |
---|
domainstats |
Constructor Summary | |
---|---|
HeritrixDomainHarvestReport(java.io.File reportFile,
StopReason defaultStopReason)
The constructor gets the data in a crawl.log file, and parses the file. |
Method Summary |
---|
Methods inherited from class dk.netarkivet.harvester.harvesting.distribute.DomainHarvestReport |
---|
getByteCount, getDomainNames, getObjectCount, getStopReason |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeritrixDomainHarvestReport(java.io.File reportFile, StopReason defaultStopReason)
reportFile
- a crawl.logdefaultStopReason
- the default stopreason
IOFailure
- If unable to read reportFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |