Package org.gradle.plugins.ide.eclipse
Class EclipseWtpPlugin
- java.lang.Object
-
- org.gradle.plugins.ide.internal.IdePlugin
-
- org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
ECLIPSE_WTP_COMPONENT_TASK_NAME
static String
ECLIPSE_WTP_FACET_TASK_NAME
org.gradle.internal.reflect.Instantiator
instantiator
static String
WEB_LIBS_CONTAINER
-
Constructor Summary
Constructors Constructor Description EclipseWtpPlugin(org.gradle.internal.reflect.Instantiator instantiator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLifecycleTaskName()
protected void
onApply(Project project)
-
-
-
Field Detail
-
ECLIPSE_WTP_COMPONENT_TASK_NAME
public static final String ECLIPSE_WTP_COMPONENT_TASK_NAME
- See Also:
- Constant Field Values
-
ECLIPSE_WTP_FACET_TASK_NAME
public static final String ECLIPSE_WTP_FACET_TASK_NAME
- See Also:
- Constant Field Values
-
WEB_LIBS_CONTAINER
public static final String WEB_LIBS_CONTAINER
- See Also:
- Constant Field Values
-
instantiator
public final org.gradle.internal.reflect.Instantiator instantiator
-
-