public class SwoogleSearchEngine extends VendorEngine
baseUri, HTML, JSON, searchUri, searchUrls| Constructor and Description |
|---|
SwoogleSearchEngine()
Create a new instance of SwoogleSearchEngine
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
replyFormat()
Return the type of format that the search reply is in.
|
protected java.lang.String |
restOfURI(int pageNumber)
Construct a basic 'rest of the URI' to add to the search request.
|
getSearchEngine, getSearchURI, getSearchVendors, setSearchURI, vendorSearch, vendorSearchpublic SwoogleSearchEngine()
public java.lang.String replyFormat()
replyFormat in class VendorEngineHTML or JSON.protected java.lang.String restOfURI(int pageNumber)
restOfURI in class VendorEnginepageNumber - search page number to return.