JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.plugins.ide.eclipse.model
FileReference
Contents
Description
Method Summary
Method Details
getPath()
getFile()
getJarURL()
isRelativeToPathVariable()
Hide sidebar
Show sidebar
Interface FileReference
public interface
FileReference
A reference to a file in eclipse.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
File
getFile
()
Returns the target file.
String
getJarURL
()
Returns the jar URL of the file
String
getPath
()
Returns the logical path for the file.
boolean
isRelativeToPathVariable
()
Returns true if this reference is relative to a path variable.
Method Details
getPath
String
getPath
()
Returns the logical path for the file.
getFile
File
getFile
()
Returns the target file.
getJarURL
String
getJarURL
()
Returns the jar URL of the file
isRelativeToPathVariable
boolean
isRelativeToPathVariable
()
Returns true if this reference is relative to a path variable.