gr.uoa.di.madgik.searchlibrary.operatorlibrary.google
Class GoogleResultsRetriever

java.lang.Object
  extended by gr.uoa.di.madgik.searchlibrary.operatorlibrary.google.GoogleResultsRetriever

public class GoogleResultsRetriever
extends Object

Author:
paul

Constructor Summary
GoogleResultsRetriever()
           
 
Method Summary
protected static GoogleResultElement[] getResults(String query)
           
protected static GoogleResultElement[] getResults(String query, int resNo)
           
static void main(String[] args)
           
protected static void print(GoogleResultElement[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleResultsRetriever

public GoogleResultsRetriever()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception

print

protected static void print(GoogleResultElement[] array)

getResults

protected static GoogleResultElement[] getResults(String query)
                                           throws Exception
Throws:
Exception

getResults

protected static GoogleResultElement[] getResults(String query,
                                                  int resNo)
                                           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.