B C D G I O S T W 
All Classes All Packages

B

bodyOnly(boolean) - Method in class com.ftpix.webwatcher.WebWatcher
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 a WebSite has a css selector

C

check() - Method in class com.ftpix.webwatcher.WebWatcher
Trigger the website check
checkPeriodically(int) - Method in class com.ftpix.webwatcher.WebWatcher
trigger the website watch periodically (blocking)
com.ftpix.webwatcher - package com.ftpix.webwatcher
 
com.ftpix.webwatcher.interfaces - package com.ftpix.webwatcher.interfaces
 
com.ftpix.webwatcher.model - package com.ftpix.webwatcher.model
 

D

DefaultWebSite - Class in com.ftpix.webwatcher.model
 
DefaultWebSite(String) - Constructor for class com.ftpix.webwatcher.model.DefaultWebSite
 

G

getCssSelector() - Method in interface com.ftpix.webwatcher.interfaces.WebSite
Specifies a css selector to check against.
getCssSelector() - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
getLastCheck() - Method in interface com.ftpix.webwatcher.interfaces.WebSite
When the content was checked last
getLastCheck() - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
getLastContentHash() - Method in interface com.ftpix.webwatcher.interfaces.WebSite
Gets the hash of the content the last time it was checked
getLastContentHash() - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
getUrl() - Method in interface com.ftpix.webwatcher.interfaces.WebSite
THe URL of the website to check
getUrl() - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 

I

isCheckLoopRunning() - Method in class com.ftpix.webwatcher.WebWatcher
 

O

onChange(WebSiteListener<T>) - Method in class com.ftpix.webwatcher.WebWatcher
A listener to do something when the website changes
onContentChange(T, List<String>, String) - Method in interface com.ftpix.webwatcher.interfaces.WebSiteListener
 
onError(WebSiteErrorListener<T>) - Method in class com.ftpix.webwatcher.WebWatcher
a listener to handle errors
onError(T, Exception) - Method in interface com.ftpix.webwatcher.interfaces.WebSiteErrorListener
Catch the errors throw by the check

S

setCheckLoopRunning(boolean) - Method in class com.ftpix.webwatcher.WebWatcher
 
setCssSelector(String) - Method in interface com.ftpix.webwatcher.interfaces.WebSite
 
setCssSelector(String) - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
setLastCheck(LocalDateTime) - Method in interface com.ftpix.webwatcher.interfaces.WebSite
 
setLastCheck(LocalDateTime) - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
setLastContentHash(String) - Method in interface com.ftpix.webwatcher.interfaces.WebSite
 
setLastContentHash(String) - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 
setUrl(String) - Method in interface com.ftpix.webwatcher.interfaces.WebSite
 
setUrl(String) - Method in class com.ftpix.webwatcher.model.DefaultWebSite
 

T

textOnly(boolean) - Method in class com.ftpix.webwatcher.WebWatcher
To set whether the content checking is only on the visible text (true) or the html structure (false)
triggerEventOnFirstCheck(boolean) - Method in class com.ftpix.webwatcher.WebWatcher
Whetehr or not to trigger event if the website has never been checked before

W

watch(String...) - Static method in class com.ftpix.webwatcher.WebWatcher
Watch a list of websites
watch(U...) - Static method in class com.ftpix.webwatcher.WebWatcher
Watch a list of websites
WebSite - Interface in com.ftpix.webwatcher.interfaces
 
WebSiteErrorListener<T extends WebSite> - Interface in com.ftpix.webwatcher.interfaces
 
WebSiteListener<T extends WebSite> - Interface in com.ftpix.webwatcher.interfaces
 
WebWatcher<T extends WebSite> - Class in com.ftpix.webwatcher
 
B C D G I O S T W 
All Classes All Packages