|
|||||||||
| PREV CLASS NEXT CLASS | 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
public class EclipseProject
Generates an eclipse .project file.
| Field Summary | |
|---|---|
static java.lang.String |
PROJECT_FILE_NAME
|
| Fields inherited from interface org.gradle.api.Task |
|---|
AUTOSKIP_PROPERTY_PREFIX, TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_NAME, TASK_OVERWRITE, TASK_TYPE |
| 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 |
| Methods inherited from class org.gradle.api.internal.ConventionTask |
|---|
conventionMapping, getConventionMapping, setConventionMapping |
| Methods inherited from class org.gradle.api.DefaultTask |
|---|
configure, doFirst, doLast, leftShift |
| Methods inherited from class org.gradle.api.internal.AbstractTask |
|---|
captureStandardOutput, compareTo, defineProperty, deleteAllActions, dependsOn, dependsOnTaskDidWork, disableStandardOutputCapture, doFirst, doLast, equals, execute, getActions, getAdditionalProperties, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getDynamicObjectHelper, getEnabled, getExecuted, getLogger, getName, getOutput, getPath, getProject, getStandardOutputCapture, getTaskDependencies, hashCode, hasProperty, injectIntoNextInstance, isDidWork, isEnabled, isExecuted, onlyIf, onlyIf, property, setActions, setAdditionalProperties, setConvention, setDependsOn, setDescription, setDidWork, setEnabled, setExecuted, setName, setOutputHandler, setProject, setProperty, setStandardOutputCapture, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface groovy.lang.GroovyObject |
|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
| Field Detail |
|---|
public static final java.lang.String PROJECT_FILE_NAME
| Constructor Detail |
|---|
public EclipseProject()
| Method Detail |
|---|
protected void generateProject()
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName - The project namepublic ProjectType getProjectType()
public void setProjectType(ProjectType projectType)
projectType - The project type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||