Uses of Class
org.webharvest.runtime.processors.AbstractProcessorDecorator
-
Packages that use AbstractProcessorDecorator Package Description org.webharvest.runtime.processors -
-
Uses of AbstractProcessorDecorator in org.webharvest.runtime.processors
Subclasses of AbstractProcessorDecorator in org.webharvest.runtime.processors Modifier and Type Class Description class
RunningStatusController<TDef extends IElementDef>
AbstractProcessorDecorator
implementation which decoratesProcessor#run(Scraper, DynamicScopeContext)
method in the way that it enters to theMonitor
usingMonitor.Guard
verifying that processing is not paused.class
StoppedOrExitedProcessor<TDef extends IElementDef>
AbstractProcessorDecorator
implementation which decoratesProcessor#run(Scraper, DynamicScopeContext)
method in the way that if status of the processing is 'stopped' or 'exit' then returnsEmptyVariable.INSTANCE
otherwise it delegates invocation to decoratedProcessor
.
-