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 Constructor Description ResourceChangeListenerWhiteboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(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.ObservationReportercreateProviderReporter()voiddeactivate()
-
-
-
Method Detail
-
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
-
-