public interface FileSource extends Source
Modifier and Type | Method and Description |
---|---|
File |
getFile()
gets the canonical file of this source, with fallback to the absolute file.
|
File getFile()
Hence fileSource.getFile().isAbsolute()
always returns true.