mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
56 lines
1.0 KiB
Plaintext
56 lines
1.0 KiB
Plaintext
View root() {
|
|
rooot() {
|
|
rooot() {
|
|
Tasks() {
|
|
build setup() {
|
|
init()
|
|
wrapper()
|
|
}
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
child1() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
child2() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |