Groovy Documentation

org.gradle.plugins.ide.eclipse.model
[Java] Interface FileReference


public interface FileReference

A reference to a file in eclipse.


Method Summary
java.io.File getFile()

Returns the target file.

java.lang.String getPath()

Returns the logical path for the file.

boolean isRelativeToPathVariable()

Returns true if this reference is relative to a path variable.

 

Method Detail

getFile

public java.io.File getFile()
Returns the target file.


getPath

public java.lang.String getPath()
Returns the logical path for the file.


isRelativeToPathVariable

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


 

Groovy Documentation