Interface ResourceRunnable


@ConsumerType public interface ResourceRunnable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.apache.sling.api.resource.Resource resource)
    Perform the work on the provided resource.
  • Method Details

    • run

      void run(org.apache.sling.api.resource.Resource resource) throws Exception
      Perform the work on the provided resource.
      Parameters:
      resource - the resource
      Throws:
      Exception