Class HqlLiteHumanQueryParser
- java.lang.Object
-
- org.hansken.plugin.extraction.hql_lite.lang.human.HqlLiteHumanQueryParser
-
public final class HqlLiteHumanQueryParser extends Object
Parser implementation for Hql-lite queries.- Author:
- Netherlands Forensic Institute
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HqlMatcherparse(String query, String sdkVersion)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.
-
-
-
Method Detail
-
parse
public static HqlMatcher parse(String query, String sdkVersion)
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
-
-