public static interface LineConvertors.FileLocator
Modifier and Type | Method and Description |
---|---|
FileObject |
find(String filename)
Returns the file corresponding to the filename (or path) or
null if locator can't find the file. |
@CheckForNull FileObject find(@NonNull String filename)
null
if locator can't find the file.filename
- name of the filenull
if locator can't find the file