public interface URLSelectorStrategy
Modifier and Type | Method and Description |
---|---|
java.lang.String |
active()
Get the active URL
|
void |
fail(java.lang.String url)
Fail an URL - e.g.
|
java.lang.String |
getData()
Get the data for an error presentation
|
boolean |
hasMore()
Does the plugin has more valid URLs ?
|
void |
init(java.util.List<java.lang.String> urls)
Init the plugin with the URLs
|
void |
reset()
Reset the plugin
|
void init(java.util.List<java.lang.String> urls)
urls
- The URLsboolean hasMore()
java.lang.String active()
void fail(java.lang.String url)
url
- The URLvoid reset()
java.lang.String getData()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)