public class IdeaPlugin
extends org.gradle.plugins.ide.internal.IdePlugin
Modifier and Type | Field | Description |
---|---|---|
static com.google.common.base.Function<Project,JavaVersion> |
SOURCE_COMPATIBILITY |
|
static com.google.common.base.Function<Project,JavaVersion> |
TARGET_COMPATIBILITY |
Constructor | Description |
---|---|
IdeaPlugin(org.gradle.internal.reflect.Instantiator instantiator,
org.gradle.plugins.ide.internal.configurer.UniqueProjectNameProvider uniqueProjectNameProvider,
org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry,
org.gradle.api.internal.project.ProjectStateRegistry projectPathRegistry) |
Modifier and Type | Method | Description |
---|---|---|
protected String |
getLifecycleTaskName() |
|
IdeaModel |
getModel() |
|
protected void |
onApply(Project project) |
public static final com.google.common.base.Function<Project,JavaVersion> SOURCE_COMPATIBILITY
public static final com.google.common.base.Function<Project,JavaVersion> TARGET_COMPATIBILITY
@Inject public IdeaPlugin(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.plugins.ide.internal.configurer.UniqueProjectNameProvider uniqueProjectNameProvider, org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry, org.gradle.api.internal.project.ProjectStateRegistry projectPathRegistry)
public IdeaModel getModel()
protected String getLifecycleTaskName()
getLifecycleTaskName
in class org.gradle.plugins.ide.internal.IdePlugin
protected void onApply(Project project)
onApply
in class org.gradle.plugins.ide.internal.IdePlugin