Package org.biojava.bio.annodb
Interface IndexedAnnotationDB.ParserListenerFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IndexedAnnotationDB.StaticMethodRPFactory
- Enclosing class:
IndexedAnnotationDB
A factory for retrieving parsers and listeners.
- Since:
- 1.3
- Author:
- Matthew Pocock
-
Method Summary
Modifier and TypeMethodDescriptiongetParserListener
(TagValueListener listener) Get the ParserListener for a TagValueListener.
-
Method Details
-
getParserListener
Get the ParserListener for a TagValueListener.- Parameters:
listener
- the TagValueListener to process- Returns:
- the ParserListener for this
-