Interface ResourceRunnable
@ConsumerType
public interface ResourceRunnable
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(org.apache.sling.api.resource.Resource resource) Perform the work on the provided resource.
-
Method Details
-
run
Perform the work on the provided resource.- Parameters:
resource- the resource- Throws:
Exception
-