Class CrawlLogLinesMatchingRegexp

    • Constructor Detail

      • CrawlLogLinesMatchingRegexp

        public CrawlLogLinesMatchingRegexp​(java.lang.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().
      • finish

        public void finish​(java.io.OutputStream os)
        Does nothing, no finishing is needed.
        Specified by:
        finish in class ArchiveBatchJobBase
        Parameters:
        os - Not used.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object