Class and Description |
---|
info.magnolia.resourceloader.ResourceStub
since 5.4.6 - new
ResourceOrigin.registerResourceChangeHandler(ResourceChangeHandler) allows for registering more sophisticated
resource change handlers rendering this class obsolete. |
Method and Description |
---|
info.magnolia.resourceloader.ResourceOrigin.watchForChanges(ResourceVisitor)
since 5.4.6 - use
ResourceOrigin.registerResourceChangeHandler(ResourceChangeHandler) instead. Current method is less preferable to
be used for resource changes monitoring because ResourceVisitor is not a suitable interface to communicate such changes. E.g. ResourceVisitor
has no API to provide the context of the change (which ResourceOrigin the change has happened at, what was the type of the change etc). Also ResourceVisitor requires
an instance of Resource - it is not usable to communicate deletion of resources. |
info.magnolia.resourceloader.AbstractResourceOrigin.watchForChanges(ResourceVisitor)
since 5.4.6 - use
AbstractResourceOrigin.registerResourceChangeHandler(ResourceChangeHandler) instead. See ResourceOrigin.watchForChanges(ResourceVisitor) JavaDoc for more details |
Constructor and Description |
---|
info.magnolia.dirwatch.DirectoryWatcher(boolean, boolean)
Since 5.4.5, Please use
DirectoryWatcher.DirectoryWatcher(boolean, boolean, MagnoliaConfigurationProperties) instead. |
info.magnolia.dirwatch.DirectoryWatcherService()
Since 5.4.5, Please use
DirectoryWatcherService.DirectoryWatcherService(MagnoliaConfigurationProperties) instead. |
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.