Expand my Community achievements bar.

SOLVED

Tutorial on using JcrRecursiveRemove in a maven osgiproject

Avatar

Level 6

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

 

Regards

 

Clive Stewart

1 Accepted Solution

Avatar

Correct answer by
Level 9

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

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