Package googlesearch

This package contains a Google Search API.

See:
          Description

Class Summary
AllTestSuite  
AndQuery A query that will find all the words in two previously created queries.
AndQueryTest A simple JUnit test for the AndQuery class.
CompositeQuery An abstract class representing queries that contain one or more other queries.
DefinitionQuery Generate a query that will search for definitions of the phrase of a base query.
DefinitionQueryTest A simple JUnit test for the DefinitionQuery class.
ExactQuery Transforms any query into one that searches for the exact phrase in the given query, rather than searching for the words individually.
ExactQueryTest A simple JUnit test for the ExactQuery class.
Main  
NotQuery A query that specifies things that should not appear on the page.
NotQueryTest A simple JUnit test for the NotQuery class.
OrQuery Represents a query that will find pages that contain the one word OR another (or both).
OrQueryTest A simple JUnit test for the OrQuery class.
Query Encapsulates a Google search query.
QueryStore A storage mechanism for queries.
ResultPageStore A storage mechanism for the result pages returned by queries.
SampleMain  
SearchResult Represents the result of doing a Google search.
SearchResultPage Represents one of many pages returned by a Google search.
SimpleQuery Encapsulates Google search queries as objects.
SimpleQueryTest A simple JUnit test for the SimpleQuery class.
SiteQuery A decorator for querys to search a specific site like www.google.com.
SiteQueryTest A simple JUnit test for the SiteQuery class.
 

Package googlesearch Description

This package contains a Google Search API. It will let you search Google from a program and let you view and save the results.