component-build-plugin / com.intershop.gradle.component.build.utils.tree / Node / getChild

getChild

fun getChild(childname: String): Node?

Returns the tree node with the given child name or null, if the child name is not available.

Parameters

childname - name of the searched child

Return
the node or null