Class EclipseWtpPlugin
java.lang.Object
org.gradle.plugins.ide.internal.IdePlugin
org.gradle.plugins.ide.eclipse.EclipseWtpPlugin
public abstract class EclipseWtpPlugin
extends org.gradle.plugins.ide.internal.IdePlugin
A plugin which configures the Eclipse Web Tools Platform.
- Since:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe eclipse wtp component task name.static final StringThe eclipse wtp facet task name.final org.gradle.internal.reflect.InstantiatorThe instantiator.static final StringThe web libs container.Fields inherited from class org.gradle.plugins.ide.internal.IdePlugin
project -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gradle.plugins.ide.internal.IdePlugin
addWorker, addWorker, addWorker, addWorker, addWorkspace, apply, cleanName, dependsOn, dependsOn, getCleanTask, getExecOperations, getLifecycleTask, isRoot, toGradleCommand, withDescription
-
Field Details
-
ECLIPSE_WTP_COMPONENT_TASK_NAME
The eclipse wtp component task name.- Since:
- 3.0
- See Also:
-
ECLIPSE_WTP_FACET_TASK_NAME
The eclipse wtp facet task name.- Since:
- 3.0
- See Also:
-
WEB_LIBS_CONTAINER
-
instantiator
public final org.gradle.internal.reflect.Instantiator instantiatorThe instantiator.- Since:
- 3.0
-
-
Constructor Details
-
EclipseWtpPlugin
@Inject public EclipseWtpPlugin(org.gradle.internal.reflect.Instantiator instantiator)
-
-
Method Details
-
getLifecycleTaskName
- Specified by:
getLifecycleTaskNamein classorg.gradle.plugins.ide.internal.IdePlugin
-
shouldDeprecateLifecycleTask
protected boolean shouldDeprecateLifecycleTask()- Overrides:
shouldDeprecateLifecycleTaskin classorg.gradle.plugins.ide.internal.IdePlugin
-
onApply
- Overrides:
onApplyin classorg.gradle.plugins.ide.internal.IdePlugin
-