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