org.crosswire.jsword.index.search
Interface SearchRequest

All Known Implementing Classes:
DefaultSearchRequest

public interface SearchRequest

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

Author:
DM Smith [dmsmith555 at yahoo dot com]
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-2006