org.encog.util
Class YahooSearch
java.lang.Object
org.encog.util.YahooSearch
public class YahooSearch
- extends Object
YahooSearch: Perform a search using Yahoo.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YahooSearch
public YahooSearch()
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.