org.crosswire.jsword.index.search
Interface SearchRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSearchRequest

public interface SearchRequest
extends Serializable

A SearchRequest consists of a string and modifiers for the search.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 String getRequest()
           
 SearchModifier getSearchModifier()
           
 

Method Detail

getSearchModifier

SearchModifier getSearchModifier()
Returns:
the modifications to this SearchRequest

getRequest

String getRequest()
Returns:
the request that is being operated upon

Copyright ยจ 2003-2015