Class FindRelevantCrawllogLines


  • public class FindRelevantCrawllogLines
    extends java.lang.Object
    Find relevant crawllog lines for a specific domain in a specific metadata file args: domain metadatafile Note: currently the regexp is embedded in the jsp page harvester/qa-gui/src/main/webapp/QA-searchcrawllog.jsp but should probably be removed to the Reporting class ./harvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getRegexpToFindDomainLines​(java.lang.String domain)
      New regexp to fix NARK-1212 /NAS-2690
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRegexpToFindDomainLines

        public static java.lang.String getRegexpToFindDomainLines​(java.lang.String domain)
        New regexp to fix NARK-1212 /NAS-2690
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException