Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD