Groovy Documentation

org.gradle.plugins.eclipse.model
[Groovy] Class Project

java.lang.Object
  org.gradle.plugins.eclipse.model.Project

class Project

Represents the customizable elements of an eclipse project file. (via XML hooks everything is customizable).

Authors:
Hans Dockter


Field Summary
static java.lang.String PROJECT_FILE_NAME

 
Property Summary
java.util.List buildCommands

The build commands to be added to this Eclipse project.

java.lang.String comment

A comment used for the eclipse project

java.util.Set links

The links to be added to this Eclipse project.

java.lang.String name

The name used for the name of the eclipse project

java.util.List natures

The natures to be added to this Eclipse project.

java.util.Set referencedProjects

The referenced projects of this Eclipse project.

 
Constructor Summary
Project(EclipseProject eclipseProjectTask, java.io.Reader inputXml)

 
Method Summary
boolean equals(java.lang.Object o)

int hashCode()

java.lang.String toString()

void toXml(java.io.File file)

java.lang.Object toXml(java.io.Writer writer)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

PROJECT_FILE_NAME

public static final java.lang.String PROJECT_FILE_NAME


 
Property Detail

buildCommands

java.util.List buildCommands
The build commands to be added to this Eclipse project.


comment

java.lang.String comment
A comment used for the eclipse project


links

java.util.Set links
The links to be added to this Eclipse project.


name

java.lang.String name
The name used for the name of the eclipse project


natures

java.util.List natures
The natures to be added to this Eclipse project.


referencedProjects

java.util.Set referencedProjects
The referenced projects of this Eclipse project.


 
Constructor Detail

Project

Project(EclipseProject eclipseProjectTask, java.io.Reader inputXml)


 
Method Detail

equals

boolean equals(java.lang.Object o)


hashCode

int hashCode()


toString

java.lang.String toString()


toXml

void toXml(java.io.File file)


toXml

java.lang.Object toXml(java.io.Writer writer)


 

Groovy Documentation