Package org.apache.maven.index.expr


package org.apache.maven.index.expr
  • Class
    Description
    SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches.
    SearchTyped is a interface that describes the wanted search type to be used.
    A search typed implementation of string backed search expression.
    SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we want to search for.
    A simple string based implementation of SearchExpression that is immutable.
    UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, UI element or CLI).