SWT LPEX
v3.0.5

com.ibm.lpex.hlasm
Interface IFileLocator


public interface IFileLocator

HLASM document parser file locator. A class implementing this interface will be used by the HLASM and TPF HLASM document parsers to look for extra files, such as the file containing custom macro definitions.

In the Eclipse workbench, this interface may be used to define a "Parser File Locator" extension point.


Method Summary
 File locateFile(String name)
          Request to locate a file.
 

Method Detail

locateFile

public File locateFile(String name)
Request to locate a file.

Parameters:
name - the fully-qualified name of the file to locate; the file locator implementation in a particular editor application may restrict or extend the definition of acceptable names
Returns:
a file object that represents the named file in the local file system

SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.