Class QueryParameterSelector

  • All Implemented Interfaces:
    QueryHandler

    public final class QueryParameterSelector
    extends java.lang.Object
    implements QueryHandler
    A query selector is used to select if a query node should be accepted for traversal.

    WARNING: this is an experimental API and may change in the near future.

    • Constructor Summary

      Constructors 
      Constructor Description
      QueryParameterSelector​(java.lang.String parameter, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Query handleQuery​(Query node)
      Return true if node meets the selection criteria.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryParameterSelector

        public QueryParameterSelector​(java.lang.String parameter,
                                      java.lang.String value)