public class ResourceChangeDetector extends Object
| Constructor and Description |
|---|
ResourceChangeDetector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkChangeForGroup(String uri,
String groupName)
Check if an uri from a particular group has changed.
|
void |
reset()
Notifies the
ResourceChangeDetector that the change cycle completes and a new one is prepared. |
public void reset()
ResourceChangeDetector that the change cycle completes and a new one is prepared.public boolean checkChangeForGroup(String uri, String groupName) throws IOException
uri - the uri to check for change.groupName - the name of the group where the uri belongs to.IOExceptionCopyright © 2008-2013. All Rights Reserved.