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

Field Summary
 final static StringGOOGLE_KEYWORD_SEARCH_STRING
           
 final static StringGOOGLE_SIMILIAR_SITE_SEARCH_STRING
           
 final static StringSTART_OF_RESULT
           

Method Summary
 static voidmain(String[] args)
          Description of the Method
 protected static CollectionRetrieveResults(String searchUrlString)
          Description of the Method
 static CollectionRetrieveSimiliarSites(String urlString)
          Description of the Method
 static CollectionRetrieveSitesByKeyword(String keyword)
          Description of the Method

Methods inherited from class mam.utility.GenericSearchWrapper
Strip

Field Detail

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
Method Detail

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: