|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.ConventionTask
org.gradle.api.tasks.ide.eclipse.EclipseProject
class EclipseProject extends ConventionTask
Generates an eclipse .project file.
Field Summary | |
---|---|
static java.lang.String |
PROJECT_FILE_NAME
|
Constructor Summary | |
EclipseProject()
|
Method Summary | |
---|---|
protected void
|
generateProject()
|
java.lang.String
|
getProjectName()
Returns the name used for the name of the eclipse project |
ProjectType
|
getProjectType()
Returns the type of the Eclipse project |
void
|
setProjectName(java.lang.String projectName)
Sets the name used for the name of the eclipse project. |
void
|
setProjectType(ProjectType projectType)
Sets the type of the eclipse project |
Field Detail |
---|
static final java.lang.String PROJECT_FILE_NAME
Constructor Detail |
---|
EclipseProject()
Method Detail |
---|
@TaskAction protected void generateProject()
public java.lang.String getProjectName()
public ProjectType getProjectType()
public void setProjectName(java.lang.String projectName)
public void setProjectType(ProjectType projectType)
Groovy Documentation