public class InvalidPathWarner extends AbstractXMLNotifier
cache| Constructor and Description |
|---|
InvalidPathWarner(IXMLNotificationService notificationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
onInvalidFilePath(Set<String> invalidPaths,
PathFeature feature)
Sends the invalid path warning to the client only if the provided
invalidPaths set does not match the feature's cache set
After sending the warning, the feature's cache set is replaced
with the provided invalidPaths set |
addToCache, evictKey, evictValue, existsInCache, existsInCache, getSharedSettings, sendNotification, setCacheValuespublic InvalidPathWarner(IXMLNotificationService notificationService)
public void onInvalidFilePath(Set<String> invalidPaths, PathFeature feature)
invalidPaths set does not match the feature's cache set
After sending the warning, the feature's cache set is replaced
with the provided invalidPaths setinvalidPaths - the set of invalid pathsfeature - the featureCopyright © 2020. All rights reserved.