|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.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(Project project, java.lang.String name)
|
Method Summary | |
---|---|
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 |
Methods inherited from class ConventionTask | |
---|---|
conv, conventionMapping, conventionMapping, conventionProperty, getConventionAwareHelper, getConventionMapping, setConventionAwareHelper, setConventionMapping |
Methods inherited from class DefaultTask | |
---|---|
leftShift, methodMissing, propertyMissing |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Field Detail |
---|
static final java.lang.String PROJECT_FILE_NAME
Constructor Detail |
---|
public EclipseProject(Project project, java.lang.String name)
Method Detail |
---|
public java.lang.String getProjectName()
public ProjectType getProjectType()
public void setProjectName(java.lang.String projectName)
public void setProjectType(ProjectType projectType)
Groovy Documentation