org.netbeans.api.extexecution.print
Interface LineConvertors.FileLocator
- Enclosing class:
- LineConvertors
public static interface LineConvertors.FileLocator
Locates the file for the given path, file or part of the path.
- See Also:
LineConvertors.filePattern(org.netbeans.api.extexecution.print.LineConvertors.FileLocator, java.util.regex.Pattern, java.util.regex.Pattern, int, int)
Method Summary |
FileObject |
find(String filename)
Returns the file corresponding to the filename (or path) or
null if locator can't find the file. |
find
@CheckForNull
FileObject find(@NonNull
String filename)
- Returns the file corresponding to the filename (or path) or
null
if locator can't find the file.
- Parameters:
filename
- name of the file
- Returns:
- the file corresponding to the filename (or path) or
null
if locator can't find the file