fun addTarget(environment: String, classifier: String, vararg pathEntry: String): Triple<Node, AddStatus, String>
Add path for target with environment and classifier.
environment - environment/type string
classifier - classifier / OS type string
Return
the result status with the new child node
fun addTarget(environment: Set<String>, classifier: String, vararg pathEntry: String): Triple<Node, AddStatus, String>
Add path for target with an environment set and classifier.
environment - environment/type set of strings
classifier - classifier / OS type string
Return
the result status with the new child node
fun addTarget(environment: Set<String>, classifier: Set<String>, vararg pathEntry: String): Triple<Node, AddStatus, String>
Add path for target with an environment set and classifier set.
environment - environment/type set of strings
classifier - classifier / OS type set of strings
Return
the result status with the new child node