Class HqlLiteHumanQueryParser
java.lang.Object
org.hansken.plugin.extraction.hql_lite.lang.human.HqlLiteHumanQueryParser
Parser implementation for Hql-lite queries.
- Author:
- Netherlands Forensic Institute
-
Method Summary
Modifier and TypeMethodDescriptionstatic HqlMatcherThis method parses an hql-lite query and creates aHqlMatchermatcher that can be used to verify whether an incomingTracecan be processed by the external plugin.
-
Method Details
-
parse
This method parses an hql-lite query and creates aHqlMatchermatcher that can be used to verify whether an incomingTracecan be processed by the external plugin.- Parameters:
query- an hql-lite querysdkVersion- the extraction plugin API version- Returns:
- a
HqlMatchermatcher instance
-