Self - public interface PipelineAssembly<Collector,Self extends PipelineAssembly<Collector,Self>>
PipelineBuilder and PipelineRunner.| Modifier and Type | Method and Description |
|---|---|
Self |
language(LanguageFactory factory)
Set the function used to create the parser.
|
Self |
with(Handler handler)
Add a handler to the pipeline.
|
Self |
with(HandlerFactory<Collector> handler)
Add a handler to the pipeline, to be constructed when processing begins.
|
Self language(LanguageFactory factory)
builder.language(ICULanguageParser.forLocale(Locale.ENGLISH))
factory - ICULanguage.forLocale(java.util.Locale)Self with(HandlerFactory<Collector> handler)
handler - Copyright © 2018. All rights reserved.