public abstract class SearchProvider extends Object
SearchProvider is the base search provider class. All search
providers must extend from this class.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Service> |
getServices()
The list of services found with this provider.
|
abstract void |
start()
Start a search using this provider.
|
abstract boolean |
stop()
Stop a search using this provider.
|
public abstract void start()
public abstract boolean stop()
public List<Service> getServices()