public interface FileReference
| Modifier and Type | Method | Description | 
|---|---|---|
| java.io.File | getFile() | Returns the target file. | 
| java.lang.String | getJarURL() | Returns the jar URL of the 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. | 
java.lang.String getPath()
java.io.File getFile()
java.lang.String getJarURL()
boolean isRelativeToPathVariable()