toggle menu
gradle
8.11.1
API
switch theme
search in API
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.