api / org.gradle.plugins.ide.eclipse.model / FileReference

FileReference

interface FileReference

A reference to a file in eclipse.

Functions

getFile

abstract fun getFile(): File

Returns the target file.

getJarURL

abstract fun getJarURL(): String

Returns the jar URL of the file

getPath

abstract fun getPath(): String

Returns the logical path for the file.

isRelativeToPathVariable

abstract fun isRelativeToPathVariable(): Boolean

Returns true if this reference is relative to a path variable.