org.netbeans.modules.extexecution/2 1.25.1

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.
 

Method Detail

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

org.netbeans.modules.extexecution/2 1.25.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.