mam.utility
Class GoogleSearchWrapper
mam.utility.GenericSearchWrapper
|
+--mam.utility.GoogleSearchWrapper
- public class GoogleSearchWrapper
- extends GenericSearchWrapper
Description of the Class
- Author:
- nideffer
- created October 4, 2001
Method Summary |
static void | main(String[] args) Description of the Method |
protected static Collection | RetrieveResults(String searchUrlString) Description of the Method |
static Collection | RetrieveSimiliarSites(String urlString) Description of the Method |
static Collection | RetrieveSitesByKeyword(String keyword) Description of the Method |
GOOGLE_KEYWORD_SEARCH_STRING
public final static String GOOGLE_KEYWORD_SEARCH_STRING
GOOGLE_SIMILIAR_SITE_SEARCH_STRING
public final static String GOOGLE_SIMILIAR_SITE_SEARCH_STRING
START_OF_RESULT
public final static String START_OF_RESULT
main
public static void main(String[] args)
- Description of the Method
- Parameters:
- args - Description of Parameter
- Since:
RetrieveResults
protected static Collection RetrieveResults(String searchUrlString)
- Description of the Method
- Parameters:
- searchUrlString - Description of Parameter
- Returns: Description of the Returned Value
- Since:
RetrieveSimiliarSites
public static Collection RetrieveSimiliarSites(String urlString)
- Description of the Method
- Parameters:
- urlString - Description of Parameter
- Returns: Description of the Returned Value
- Since:
RetrieveSitesByKeyword
public static Collection RetrieveSitesByKeyword(String keyword)
- Description of the Method
- Parameters:
- keyword - Description of Parameter
- Returns: Description of the Returned Value
- Since: