Class IdeaPlugin

java.lang.Object
org.gradle.plugins.ide.internal.IdePlugin
org.gradle.plugins.ide.idea.IdeaPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class IdeaPlugin extends org.gradle.plugins.ide.internal.IdePlugin
Adds a GenerateIdeaModule task. When applied to a root project, also adds a GenerateIdeaProject task. For projects that have the Java plugin applied, the tasks receive additional Java-specific configuration.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.google.common.base.Function<Project,JavaVersion>
     
    static final com.google.common.base.Function<Project,JavaVersion>
     

    Fields inherited from class org.gradle.plugins.ide.internal.IdePlugin

    project
  • Constructor Summary

    Constructors
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
     
    protected void
    onApply(Project project)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SOURCE_COMPATIBILITY

      public static final com.google.common.base.Function<Project,JavaVersion> SOURCE_COMPATIBILITY
    • TARGET_COMPATIBILITY

      public static final com.google.common.base.Function<Project,JavaVersion> TARGET_COMPATIBILITY
  • Constructor Details

    • IdeaPlugin

      @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)
  • Method Details

    • getModel

      public IdeaModel getModel()
    • getLifecycleTaskName

      protected String getLifecycleTaskName()
      Specified by:
      getLifecycleTaskName in class org.gradle.plugins.ide.internal.IdePlugin
    • onApply

      protected void onApply(Project project)
      Overrides:
      onApply in class org.gradle.plugins.ide.internal.IdePlugin