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 |
buildCommandsThe build commands to be added to this Eclipse project. |
String |
commentA comment used for the eclipse project |
Set<Link> |
linkedResourcesThe linkedResources to be added to this Eclipse project. |
String |
nameThe name used for the name of the eclipse project |
List<String> |
naturesThe natures to be added to this Eclipse project. |
Set<String> |
referencedProjectsThe 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 name used for the name of the eclipse project
Gradle API 2.2-20140924021627+0000