gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.plugins.ide.eclipse.model
/
FileReference
File
Reference
API
interface
FileReference
(
source
)
A reference to a file in eclipse.
Members
Functions
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
Returns the target file.
get
Jar
URL
Link copied to clipboard
API
abstract
fun
getJarURL
(
)
:
String
Returns the jar URL of the file
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
Returns the logical path for the file.
is
Relative
To
Path
Variable
Link copied to clipboard
API
abstract
fun
isRelativeToPathVariable
(
)
:
Boolean
Returns true if this reference is relative to a path variable.