aem-plugin / com.cognifide.gradle.aem.common.instance.service.repository / Repository / node

node

fun node(path: String): Node

Get node at given path.

fun <T> node(path: String, action: Node.() -> T): T

Get node at given path and perform action in its scope (and optionally return result).