public interface FileReference
A reference to a file in eclipse.
- 
Method Summary
Returns the jar URL of the file 
 
Returns the logical path for the file. 
 boolean
 
Returns true if this reference is relative to a path variable. 
 
 
 
 
- 
Method Details
- 
getPathReturns the logical path for the file. 
- 
getFileReturns the target file. 
- 
getJarURLReturns the jar URL of the file 
- 
isRelativeToPathVariableboolean isRelativeToPathVariable() Returns true if this reference is relative to a path variable.