public interface ParserPool
Modifier and Type | Method and Description |
---|---|
Parser |
get()
Retrieve an instance of a parser pool.
|
void |
initialize(RuntimeServices svc)
Initialize the pool so that it can begin serving parser instances.
|
void |
put(Parser parser)
Return the parser to the pool so that it may be reused.
|
void initialize(RuntimeServices svc)
svc
- Parser get()
void put(Parser parser)
parser
- Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.