Skip to content

Instantly share code, notes, and snippets.

View TitusRobyK's full-sized avatar
🏠
Working from home

Titus Roby K TitusRobyK

🏠
Working from home
View GitHub Profile
import org.apache.sling.api.resource.Resource
import org.apache.sling.api.resource.ResourceResolver
import org.apache.sling.api.resource.ValueMap
def rootPath = "/content/wknd/us/en"
Resource root = resourceResolver.getResource(rootPath)
if (root == null) {
println "ERROR: Path not found: ${rootPath}"