org.apache.nutch.parse
Class ParserChecker

java.lang.Object
  extended by org.apache.nutch.parse.ParserChecker
All Implemented Interfaces:
Configurable, Tool

public class ParserChecker
extends Object
implements Tool

Parser checker, useful for testing parser.

Author:
John Xing

Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
ParserChecker()
           
 
Method Summary
 Configuration getConf()
           
static void main(String[] args)
           
 int run(String[] args)
           
 void setConf(Configuration c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

ParserChecker

public ParserChecker()
Method Detail

run

public int run(String[] args)
        throws Exception
Specified by:
run in interface Tool
Throws:
Exception

getConf

public Configuration getConf()
Specified by:
getConf in interface Configurable

setConf

public void setConf(Configuration c)
Specified by:
setConf in interface Configurable

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation