org.apache.maven.index.expr
Interface SearchExpression

All Known Implementing Classes:
SearchTypedStringSearchExpression, SourcedSearchExpression, StringSearchExpression, UserInputSearchExpression

public interface SearchExpression

SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches.

Author:
cstamas

Method Summary
 String getStringValue()
          Returns the expression value as plain java String.
 

Method Detail

getStringValue

String getStringValue()
Returns the expression value as plain java String.

Returns:


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