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 fileBuilt on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.