Package org.gradle.ide.xcode.plugins
Class XcodePlugin
- java.lang.Object
-
- org.gradle.plugins.ide.internal.IdePlugin
-
- org.gradle.ide.xcode.plugins.XcodePlugin
-
-
Constructor Summary
Constructors Constructor Description XcodePlugin(org.gradle.ide.xcode.internal.xcodeproj.GidGenerator gidGenerator, ObjectFactory objectFactory, org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getLifecycleTaskName()
protected void
onApply(Project project)
-
-
-
Constructor Detail
-
XcodePlugin
@Inject public XcodePlugin(org.gradle.ide.xcode.internal.xcodeproj.GidGenerator gidGenerator, ObjectFactory objectFactory, org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry)
-
-
Method Detail
-
getLifecycleTaskName
protected java.lang.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
-
-