Class Pipeline

java.lang.Object
org.languagetool.JLanguageTool
org.languagetool.server.Pipeline

class Pipeline extends JLanguageTool
Wrapper for JLanguageTool instances that can be made immutable. Use case: Setup instances once (ahead of time or on demand), cache and use when matching queries come in; work around thread safety issues by only giving out one reference at a time.
See Also: