public interface FileSource
| Modifier and Type | Method and Description |
|---|---|
File |
getFile(String path)
Return the File, if it exists, that the given path represents for the
FileSource implementation in use.
|
File getFile(String path)
path - the path to the desired File.