Class PipelinePool

java.lang.Object
org.languagetool.server.PipelinePool
All Implemented Interfaces:
org.apache.commons.pool2.KeyedPooledObjectFactory<PipelineSettings,Pipeline>

class PipelinePool extends Object implements org.apache.commons.pool2.KeyedPooledObjectFactory<PipelineSettings,Pipeline>
Caches pre-configured JLanguageTool instances to avoid costly setup time of rules, etc.