Class HqlLiteHumanQueryParser


  • public final class HqlLiteHumanQueryParser
    extends Object
    Parser implementation for Hql-lite queries.
    Author:
    Netherlands Forensic Institute
    • Method Detail

      • parse

        public static HqlMatcher parse​(String query,
                                       String sdkVersion)
        This method parses an hql-lite query and creates a HqlMatcher matcher that can be used to verify whether an incoming Trace can be processed by the external plugin.
        Parameters:
        query - an hql-lite query
        sdkVersion - the extraction plugin API version
        Returns:
        a HqlMatcher matcher instance