org.netbeans.api.extexecution.print
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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.