component-installation-plugin / com.intershop.gradle.component.installation.utils / TreeNode / getChild

getChild

fun getChild(childname: String): TreeNode?

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