org.gradle.plugins.ide.eclipse.model
Interface FileReference


public interface FileReference

A reference to a file in eclipse.


Method Summary
 File getFile()
          Returns the target file.
 String getPath()
          Returns the logical path for the file.
 boolean isRelativeToPathVariable()
          Returns true if this reference is relative to a path variable.
 

Method Detail

getPath

String getPath()
Returns the logical path for the file.


getFile

File getFile()
Returns the target file.


isRelativeToPathVariable

boolean isRelativeToPathVariable()
Returns true if this reference is relative to a path variable.