Project
Represents the customizable elements of an eclipse project file. (via XML hooks everything is customizable).
Since
1.0
Constructors
Properties
Functions
Link copied to clipboard
Configure.
Link copied to clipboard
Link copied to clipboard
open fun findFirstChildWithAttributeValue(root: @Nullable Node, childName: String, attribute: String, value: String): @Nullable Node
Link copied to clipboard
Link copied to clipboard
open fun findOrCreateFirstChildWithAttributeValue(root: @Nullable Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard