org.gudy.azureus2.plugins.utils.search
Interface SearchProvider


public interface SearchProvider


Field Summary
static int PR_DOWNLOAD_LINK_LOCATOR
           
static int PR_ICON_URL
           
static int PR_NAME
           
static java.lang.String SP_MATURE
           
static java.lang.String SP_SEARCH_TERM
           
 
Method Summary
 java.lang.Object getProperty(int property)
           
 SearchInstance search(java.util.Map search_parameters, SearchObserver observer)
           
 void setProperty(int property, java.lang.Object value)
           
 

Field Detail

PR_NAME

static final int PR_NAME
See Also:
Constant Field Values

PR_ICON_URL

static final int PR_ICON_URL
See Also:
Constant Field Values

PR_DOWNLOAD_LINK_LOCATOR

static final int PR_DOWNLOAD_LINK_LOCATOR
See Also:
Constant Field Values

SP_SEARCH_TERM

static final java.lang.String SP_SEARCH_TERM
See Also:
Constant Field Values

SP_MATURE

static final java.lang.String SP_MATURE
See Also:
Constant Field Values
Method Detail

search

SearchInstance search(java.util.Map search_parameters,
                      SearchObserver observer)
                      throws SearchException
Throws:
SearchException

getProperty

java.lang.Object getProperty(int property)

setProperty

void setProperty(int property,
                 java.lang.Object value)