public class YahooSearch
extends java.lang.Object
| Constructor and Description |
|---|
YahooSearch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.net.URL> |
search(java.lang.String searchFor)
Called to extract a list from the specified URL.
|
public java.util.Collection<java.net.URL> search(java.lang.String searchFor)
throws java.io.IOException
searchFor - What to search for.java.io.IOException - Error connecting to Yahoo.