public class FileEntry extends Object
| Constructor and Description |
|---|
FileEntry(String fileName,
DirEntry dirEntry,
Path cachePath) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getCachePath()
The compilation directory in which to look for source files as a
String. |
DirEntry |
getDirEntry()
The directory entry associated with this file entry.
|
String |
getFileName()
The name of the associated file excluding path elements.
|
String |
getFullName() |
String |
getPathName() |
String |
toString() |
public String getFileName()
public String getPathName()
public String getFullName()
public DirEntry getDirEntry()
public Path getCachePath()
String.