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)
        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
        Returns:
        a HqlMatcher matcher instance