Snapper 3.0 API

org.enhydra.snapper.api.google
Interface GoogleSearcher


public interface GoogleSearcher

Author:
lola TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 GoogleSearchResult doGoogleSearch(java.lang.String q, int start, int maxResults, boolean filter, java.lang.String restrict, boolean safeSearch, java.lang.String lr, java.lang.String ie, java.lang.String oe)
           
 

Method Detail

doGoogleSearch

GoogleSearchResult doGoogleSearch(java.lang.String q,
                                  int start,
                                  int maxResults,
                                  boolean filter,
                                  java.lang.String restrict,
                                  boolean safeSearch,
                                  java.lang.String lr,
                                  java.lang.String ie,
                                  java.lang.String oe)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

Snapper 3.0 API