Uses of Class
com.ftpix.webwatcher.WebWatcher
-
Packages that use WebWatcher Package Description com.ftpix.webwatcher -
-
Uses of WebWatcher in com.ftpix.webwatcher
Methods in com.ftpix.webwatcher that return WebWatcher Modifier and Type Method Description WebWatcherWebWatcher. bodyOnly(boolean bodyOnly)To set whether the content checking is only happening from the body tag and ignore changes in the header note that this parameter is overriden is aWebSitehas a css selectorWebWatcherWebWatcher. onChange(WebSiteListener<T> listener)A listener to do something when the website changesWebWatcherWebWatcher. onError(WebSiteErrorListener<T> errorListener)a listener to handle errorsWebWatcherWebWatcher. textOnly(boolean textOnly)To set whether the content checking is only on the visible text (true) or the html structure (false)WebWatcherWebWatcher. triggerEventOnFirstCheck(boolean triggerEvent)Whetehr or not to trigger event if the website has never been checked beforestatic WebWatcherWebWatcher. watch(String... urls)Watch a list of websitesstatic <U extends WebSite>
WebWatcherWebWatcher. watch(U... sites)Watch a list of websites
-