public interface FileReference
| Modifier and Type | Method | Description | 
|---|---|---|
| File | getFile() | Returns the target file. | 
| String | getJarURL() | Returns the jar URL of the file | 
| String | getPath() | Returns the logical path for the file. | 
| boolean | isRelativeToPathVariable() | Returns true if this reference is relative to a path variable. | 
String getPath()
File getFile()
String getJarURL()
boolean isRelativeToPathVariable()