api / org.gradle.plugins.ide.eclipse / GenerateEclipseClasspath

GenerateEclipseClasspath

open class GenerateEclipseClasspath : XmlGeneratorTask<Classpath>

Generates an Eclipse .classpath file. If you want to fine tune the eclipse configuration

At this moment nearly all configuration is done via EclipseClasspath.

Constructors

<init>

GenerateEclipseClasspath()
GenerateEclipseClasspath(classpath: EclipseClasspath)

Functions

getClasspath

open fun getClasspath(): EclipseClasspath

The Eclipse Classpath model containing the information required to generate the classpath file.

getXmlTransformer

open fun getXmlTransformer(): XmlTransformer

setClasspath

open fun setClasspath(classpath: EclipseClasspath): Unit