|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
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 |
|---|
public java.io.File getFile()
public java.lang.String getPath()
public boolean isRelativeToPathVariable()
Groovy Documentation