Package com.github.euler.tika
Class StripHTMLTask
- java.lang.Object
-
- com.github.euler.core.AbstractTask
-
- com.github.euler.tika.StripHTMLTask
-
- All Implemented Interfaces:
Task
public class StripHTMLTask extends AbstractTask
-
-
Constructor Summary
Constructors Constructor Description StripHTMLTask(String name, StreamFactory sf, StorageStrategy parsedContentStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanaccept(URI uri, URI itemURI, ProcessingContext ctx)protected ItemProcessoritemProcessor()-
Methods inherited from class com.github.euler.core.AbstractTask
accept, behavior, name
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.core.Task
getTimeout, isFlushable
-
-
-
-
Constructor Detail
-
StripHTMLTask
public StripHTMLTask(String name, StreamFactory sf, StorageStrategy parsedContentStrategy)
-
-
Method Detail
-
itemProcessor
protected ItemProcessor itemProcessor()
- Specified by:
itemProcessorin classAbstractTask
-
accept
protected boolean accept(URI uri, URI itemURI, ProcessingContext ctx)
- Overrides:
acceptin classAbstractTask
-
-