Package org.gradle.plugins.ide.eclipse
Class EclipsePlugin
- java.lang.Object
-
- org.gradle.plugins.ide.internal.IdePlugin
-
- org.gradle.plugins.ide.eclipse.EclipsePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
ECLIPSE_CP_TASK_NAME
static String
ECLIPSE_JDT_TASK_NAME
static String
ECLIPSE_PROJECT_TASK_NAME
static String
ECLIPSE_TASK_NAME
-
Constructor Summary
Constructors Constructor Description EclipsePlugin(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.plugins.ide.internal.configurer.UniqueProjectNameProvider uniqueProjectNameProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected String
getLifecycleTaskName()
protected void
onApply(Project project)
void
performPostEvaluationActions()
Deprecated.
-
-
-
Field Detail
-
ECLIPSE_TASK_NAME
public static final String ECLIPSE_TASK_NAME
- See Also:
- Constant Field Values
-
ECLIPSE_PROJECT_TASK_NAME
public static final String ECLIPSE_PROJECT_TASK_NAME
- See Also:
- Constant Field Values
-
ECLIPSE_CP_TASK_NAME
public static final String ECLIPSE_CP_TASK_NAME
- See Also:
- Constant Field Values
-
ECLIPSE_JDT_TASK_NAME
public static final String ECLIPSE_JDT_TASK_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLifecycleTaskName
protected String getLifecycleTaskName()
- Specified by:
getLifecycleTaskName
in classorg.gradle.plugins.ide.internal.IdePlugin
-
onApply
protected void onApply(Project project)
- Overrides:
onApply
in classorg.gradle.plugins.ide.internal.IdePlugin
-
performPostEvaluationActions
@Deprecated public void performPostEvaluationActions()
Deprecated.
-
-