Class ProviderContextImpl
java.lang.Object
org.apache.sling.resourceresolver.impl.providers.ProviderContextImpl
- All Implemented Interfaces:
org.apache.sling.spi.resource.provider.ProviderContext
public class ProviderContextImpl
extends Object
implements org.apache.sling.spi.resource.provider.ProviderContext
Provider context implementation
-
Field Summary
Fields inherited from interface org.apache.sling.spi.resource.provider.ProviderContext
EXCLUDED_PATHS_CHANGED, OBSERVATION_LISTENER_CHANGED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.path.PathSetorg.apache.sling.spi.resource.provider.ObservationReportervoidupdate(org.apache.sling.spi.resource.provider.ObservationReporter observationReporter, org.apache.sling.api.resource.path.PathSet excludedPaths)
-
Constructor Details
-
ProviderContextImpl
public ProviderContextImpl()
-
-
Method Details
-
update
public void update(org.apache.sling.spi.resource.provider.ObservationReporter observationReporter, org.apache.sling.api.resource.path.PathSet excludedPaths) -
getObservationReporter
public org.apache.sling.spi.resource.provider.ObservationReporter getObservationReporter()- Specified by:
getObservationReporterin interfaceorg.apache.sling.spi.resource.provider.ProviderContext
-
getExcludedPaths
public org.apache.sling.api.resource.path.PathSet getExcludedPaths()- Specified by:
getExcludedPathsin interfaceorg.apache.sling.spi.resource.provider.ProviderContext
-