001package dk.netarkivet.harvester.heritrix3;
002
003/**
004 * Constants for heritrix3-controller module.
005 */
006public class Constants {
007        /**
008     * Groovy script to get full frontier report.
009     */
010    public static final String FRONTIER_REPORT_GROOVY_SCRIPT = "job.crawlController.frontier.allQueuesReportTo%28rawOut%29";
011    
012    /**
013     * parse this tag to get rawOut value when sending a script to the scripting console of h3
014     */
015    public static final String XML_RAWOUT_TAG = "rawOutput";
016}