| Package | Description |
|---|---|
| se.l4.lect | |
| se.l4.lect.handlers | |
| se.l4.lect.internal |
| Modifier and Type | Method and Description |
|---|---|
Handler |
HandlerFactory.create(Encounter<? extends Collector> encounter)
Create a handler for the given encounter.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineRunner<Collector> |
PipelineRunner.with(Handler handler) |
Self |
PipelineAssembly.with(Handler handler)
Add a handler to the pipeline.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiStageHandler
Extension to
Handler for those handlers that need to run on TextSource more than once. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHandler
Implementation of
Handler that provides a starting point for
implementing custom handlers. |
class |
DelegatingMultiStageHandler
MultiStageHandler that delegates to a Handler for each stage. |
class |
SimpleMultiStageHandler
MultiStageHandler that takes a collection of Handlers to run
after each other. |
| Modifier and Type | Method and Description |
|---|---|
protected Handler |
SimpleMultiStageHandler.next() |
protected abstract Handler |
DelegatingMultiStageHandler.next() |
static Handler |
MultiStageHandler.withStages(Collection<Handler> stages)
Create a handler that runs the given stages in order.
|
static Handler |
MultiStageHandler.withStages(Handler... stages)
Create a handler that runs the given stages in order.
|
| Modifier and Type | Method and Description |
|---|---|
static Handler |
MultiStageHandler.withStages(Handler... stages)
Create a handler that runs the given stages in order.
|
| Modifier and Type | Method and Description |
|---|---|
static Handler |
MultiStageHandler.withStages(Collection<Handler> stages)
Create a handler that runs the given stages in order.
|
| Constructor and Description |
|---|
SimpleMultiStageHandler(Handler... handlers) |
| Constructor and Description |
|---|
SimpleMultiStageHandler(Collection<Handler> stages) |
| Modifier and Type | Method and Description |
|---|---|
PipelineBuilder<Collector> |
PipelineBuilderImpl.with(Handler handler) |
Copyright © 2018. All rights reserved.