org.apache.maven.index.expr
Class SourcedSearchExpression

java.lang.Object
  extended by org.apache.maven.index.expr.StringSearchExpression
      extended by org.apache.maven.index.expr.SearchTypedStringSearchExpression
          extended by org.apache.maven.index.expr.SourcedSearchExpression
All Implemented Interfaces:
SearchExpression, SearchTyped

public class SourcedSearchExpression
extends SearchTypedStringSearchExpression

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. Indexer will do it's best to match exactly the provided string value, no more no less.

Author:
cstamas

Constructor Summary
SourcedSearchExpression(String expression)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.index.expr.SearchTypedStringSearchExpression
getSearchType
 
Methods inherited from class org.apache.maven.index.expr.StringSearchExpression
getStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourcedSearchExpression

public SourcedSearchExpression(String expression)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.