Package org.apache.nutch.net
Class URLNormalizerChecker
- java.lang.Object
-
- org.apache.hadoop.conf.Configured
-
- org.apache.nutch.util.AbstractChecker
-
- org.apache.nutch.net.URLNormalizerChecker
-
- All Implemented Interfaces:
Configurable
,Tool
public class URLNormalizerChecker extends AbstractChecker
Checks one given normalizer or all normalizers.
-
-
Field Summary
-
Fields inherited from class org.apache.nutch.util.AbstractChecker
keepClientCnxOpen, stdin, tcpPort, usage
-
-
Constructor Summary
Constructors Constructor Description URLNormalizerChecker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
protected int
process(String line, StringBuilder output)
int
run(String[] args)
-
Methods inherited from class org.apache.nutch.util.AbstractChecker
getProtocolOutput, parseArgs, processSingle, processStdin, processTCP, run
-
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
-
-
-
Method Detail
-
process
protected int process(String line, StringBuilder output) throws Exception
- Specified by:
process
in classAbstractChecker
- Throws:
Exception
-
-