Class ResourceChangeListenerWhiteboard
java.lang.Object
org.apache.sling.resourceresolver.impl.observation.ResourceChangeListenerWhiteboard
- All Implemented Interfaces:
ResourceProviderTracker.ObservationReporterGenerator
public class ResourceChangeListenerWhiteboard
extends Object
implements ResourceProviderTracker.ObservationReporterGenerator
Tracker component for the resource change listeners.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.framework.BundleContext bundleContext, ResourceProviderTracker resourceProviderTracker, List<String> searchPath) org.apache.sling.spi.resource.provider.ObservationReportercreate(org.apache.sling.api.resource.path.Path path, org.apache.sling.api.resource.path.PathSet excludes) org.apache.sling.spi.resource.provider.ObservationReportervoid
-
Constructor Details
-
ResourceChangeListenerWhiteboard
public ResourceChangeListenerWhiteboard()
-
-
Method Details
-
activate
public void activate(org.osgi.framework.BundleContext bundleContext, ResourceProviderTracker resourceProviderTracker, List<String> searchPath) -
deactivate
public void deactivate() -
create
public org.apache.sling.spi.resource.provider.ObservationReporter create(org.apache.sling.api.resource.path.Path path, org.apache.sling.api.resource.path.PathSet excludes) - Specified by:
createin interfaceResourceProviderTracker.ObservationReporterGenerator
-
createProviderReporter
public org.apache.sling.spi.resource.provider.ObservationReporter createProviderReporter()- Specified by:
createProviderReporterin interfaceResourceProviderTracker.ObservationReporterGenerator
-