Tutorial on using JcrRecursiveRemove in a maven osgiproject | Community
Skip to main content
Level 6
October 16, 2015
Solved

Tutorial on using JcrRecursiveRemove in a maven osgiproject

  • October 16, 2015
  • 1 reply
  • 561 views

Please could someone direct me towards a tutorial or blog on using JcrRecursiveRemove inside of an OSGI bundle.

 

Regards

 

Clive Stewart

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mshaji

This is a java class, if you have any osgi working class you can use this by importing  com.day.cq.commons.jcr package.

API documentation provides more details on the class

http://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/commons/jcr/JcrRecursiveRemove.html

1 reply

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

This is a java class, if you have any osgi working class you can use this by importing  com.day.cq.commons.jcr package.

API documentation provides more details on the class

http://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/commons/jcr/JcrRecursiveRemove.html