public class ParserPoolImpl extends Object implements ParserPool
| Constructor and Description |
|---|
ParserPoolImpl() |
| Modifier and Type | Method and Description |
|---|---|
Parser |
get()
Call the wrapped pool.
|
void |
initialize(RuntimeServices rsvc)
Create the underlying "pool".
|
void |
put(Parser parser)
Call the wrapped pool.
|
public void initialize(RuntimeServices rsvc)
initialize in interface ParserPoolrsvc - public Parser get()
get in interface ParserPoolpublic void put(Parser parser)
put in interface ParserPoolparser - Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.