Project Descriptor
interface ProjectDescriptor
A ProjectDescriptor
declares the configuration required to create and evaluate a .
A ProjectDescriptor
is created when you add a project to the build from the settings script, using include. You can access the descriptors using one of the lookup methods on the Settings object.
Functions
Link copied to clipboard
Returns the build file for this project.
Link copied to clipboard
Returns the name of the build file for this project.
Link copied to clipboard
Returns the children of this project, if any.
Link copied to clipboard
Returns the parent of this project, if any.
Link copied to clipboard
Returns the project directory of this project.
Link copied to clipboard
Sets the name of the build file.
Link copied to clipboard
Sets the project directory of this project.