Represents the customizable elements of an eclipse project file. (via XML hooks everything is customizable).
Modifiers | Name | Description |
---|---|---|
static String |
PROJECT_FILE_NAME |
Type | Name and description |
---|---|
List |
buildCommands The build commands to be added to this Eclipse project. |
String |
comment A comment used for the eclipse project |
Set<Link> |
linkedResources The linkedResources to be added to this Eclipse project. |
String |
name The name used for the name of the eclipse project |
List<String> |
natures The natures to be added to this Eclipse project. |
Set<String> |
referencedProjects The referenced projects of this Eclipse project. |
Constructor and description |
---|
Project
(XmlTransformer xmlTransformer) |
The build commands to be added to this Eclipse project.
A comment used for the eclipse project
The linkedResources to be added to this Eclipse project.
The name used for the name of the eclipse project
Gradle API 2.0