edu.cmu.cs.readweb.util
Class GDS

java.lang.Object
  extended byedu.cmu.cs.readweb.util.GDS

public class GDS
extends java.lang.Object

GDS.java Demonstration functions for Google Desktop Search APIs service.


Constructor Summary
GDS()
           
 
Method Summary
static java.util.Vector getFileURLsFromQuery(java.lang.String queryString, int numOfResult, int startPoint, java.lang.String searchDir, boolean printOut, boolean exactMatch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDS

public GDS()
Method Detail

getFileURLsFromQuery

public static java.util.Vector getFileURLsFromQuery(java.lang.String queryString,
                                                    int numOfResult,
                                                    int startPoint,
                                                    java.lang.String searchDir,
                                                    boolean printOut,
                                                    boolean exactMatch)