org.apache.maven.index.expr
Class StringSearchExpression

java.lang.Object
  extended by org.apache.maven.index.expr.StringSearchExpression
All Implemented Interfaces:
SearchExpression
Direct Known Subclasses:
SearchTypedStringSearchExpression

public class StringSearchExpression
extends Object
implements SearchExpression

A simple string based implementation of SearchExpression that is immutable.

Author:
cstamas

Constructor Summary
StringSearchExpression(String expression)
           
 
Method Summary
 String getStringValue()
          Returns the expression value as plain java String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSearchExpression

public StringSearchExpression(String expression)
Method Detail

getStringValue

public String getStringValue()
Description copied from interface: SearchExpression
Returns the expression value as plain java String.

Specified by:
getStringValue in interface SearchExpression
Returns:


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