org.encog.util
Class YahooSearch

java.lang.Object
  extended by org.encog.util.YahooSearch

public class YahooSearch
extends Object

YahooSearch: Perform a search using Yahoo.


Constructor Summary
YahooSearch()
           
 
Method Summary
 Collection<URL> search(String searchFor)
          Called to extract a list from the specified URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooSearch

public YahooSearch()
Method Detail

search

public Collection<URL> search(String searchFor)
                       throws IOException
Called to extract a list from the specified URL.

Parameters:
searchFor - What to search for.
Returns:
The URL's found for the specific search.
Throws:
IOException - Error connecting to Yahoo.


Copyright © 2014. All Rights Reserved.