EclipsePlugin

abstract class EclipsePlugin : IdePlugin(source)

A plugin which generates Eclipse files.

Since

1.0

See also

Constructors

Link copied to clipboard
@Inject
constructor(uniqueProjectNameProvider: UniqueProjectNameProvider, artifactRegistry: IdeArtifactRegistry, jvmPluginServices: JvmPluginServices)

Properties

Link copied to clipboard
val ECLIPSE_CP_TASK_NAME: String = "eclipseClasspath"
The eclipse cp task name.
Link copied to clipboard
val ECLIPSE_JDT_TASK_NAME: String = "eclipseJdt"
The eclipse jdt task name.
Link copied to clipboard
val ECLIPSE_PROJECT_TASK_NAME: String = "eclipseProject"
The eclipse project task name.
Link copied to clipboard
val ECLIPSE_TASK_NAME: String = "eclipse"
The eclipse task name.

Functions

Link copied to clipboard
open fun addWorker(worker: Task)
Link copied to clipboard
abstract fun apply(target: T)
open fun apply(target: Project)
Apply this plugin to the given target object.
Link copied to clipboard
open fun getCleanTask(): TaskProvider<out Task>
Link copied to clipboard
Link copied to clipboard
open fun isRoot(): Boolean
Link copied to clipboard
open fun toGradleCommand(project: Project): String