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:
for license details.
The copyright to this program is held by it's authors.

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-2011