public final class ParserService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ParserService |
INSTANCE |
Constructor and Description |
---|
ParserService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllProviderNames(boolean sort) |
java.util.List<ParserProvider> |
getAllProviders()
Return list of all parser providers sorted based on priority.
|
java.util.List<ParserProvider> |
getAllProviders(boolean sort)
Returns all parser providers sorted based on priority if required.
|
ParserProvider |
getByInfo(ParserInfo info) |
ParserProvider |
getByName(java.lang.String name) |
public static ParserService INSTANCE
public java.util.List<ParserProvider> getAllProviders()
public java.util.List<ParserProvider> getAllProviders(boolean sort)
sort
- public java.lang.String[] getAllProviderNames(boolean sort)
public ParserProvider getByInfo(ParserInfo info)
public ParserProvider getByName(java.lang.String name)