Class CrawlLogLinesMatchingRegexp

    • Constructor Detail

      • CrawlLogLinesMatchingRegexp

        public CrawlLogLinesMatchingRegexp​(String regexp)
        Initialise the batch job.
        Parameters:
        regexp - The regexp to match in the crawl.log lines.
    • Method Detail

      • getFilter

        public ArchiveBatchFilter getFilter()
        Description copied from class: ArchiveBatchJob
        Returns an ArchiveBatchFilter object which restricts the set of records in the archive on which this batch-job is performed. The default value is a neutral filter which allows all records.
        Overrides:
        getFilter in class ArchiveBatchJob
        Returns:
        A filter telling which records should be given to processRecord().