|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
org.gradle.plugins.ide.eclipse.model.Project
class Project extends XmlPersistableConfigurationObject
Represents the customizable elements of an eclipse project file. (via XML hooks everything is customizable).
| Field Summary | |
|---|---|
static String |
PROJECT_FILE_NAME
|
| Property Summary | |
|---|---|
List |
buildCommands
The build commands to be added to this Eclipse project. |
String |
comment
A comment used for the eclipse project |
Set |
linkedResources
The linkedResources to be added to this Eclipse project. |
String |
name
The name used for the name of the eclipse project |
List |
natures
The natures to be added to this Eclipse project. |
Set |
referencedProjects
The referenced projects of this Eclipse project. |
| Constructor Summary | |
Project(XmlTransformer xmlTransformer)
|
|
| Method Summary | |
|---|---|
def
|
configure(EclipseProject eclipseProject)
|
boolean
|
equals(def o)
|
protected String
|
getDefaultResourceName()
|
int
|
hashCode()
|
protected void
|
load(Node xml)
|
protected void
|
store(Node xml)
|
String
|
toString()
|
| Field Detail |
|---|
public static final String PROJECT_FILE_NAME
| Property Detail |
|---|
List buildCommands
String comment
Set linkedResources
String name
List natures
Set referencedProjects
| Constructor Detail |
|---|
Project(XmlTransformer xmlTransformer)
| Method Detail |
|---|
def configure(EclipseProject eclipseProject)
boolean equals(def o)
@Override protected String getDefaultResourceName()
int hashCode()
@Override protected void load(Node xml)
@Override protected void store(Node xml)
String toString()
Gradle API 1.5