Files
openide/build/scripts/scripts.gdsl

10 lines
543 B
Plaintext

def ctx = context(scope: scriptScope(), filetypes : ["gant"])
contributor ([ctx], {
method name:"loadProject", type:"void", params:[:]
method name:"isDefined", type:"boolean", params:[key:"String"]
method name:"requireProperty", type:"String", params:[key:"String"]
method name:"requireProperty", type:"String", params:[key:"String", defaultValue:"String"]
method name:"printUnusedModules", type:"void", params:[usedModules:"java.util.Set<String>"]
method name:"notifyArtifactBuilt", type:"void", params:[artifactPath:"String"]
})