Class EclipsePathResolver

The class will resolve (or expand) the name of the INCLUDE file relative to the source directory of the Eclipse project.

Build Information

Author Fred McGuirk
Date Mar 5, 2007
Outputfile EclipsePathResolver.pvc
Forcelinenumbers false

Constructor

Defines a new PathResolver for the specified Eclipse project source folder.

ParameterDescription
inSourceFolder$ The source folder for the project.

Inherits

path_resolver

Properties

No Properties

Methods

FUNCTION resolve$(inSrcName$, inIncludeName$)

Resolve (or expand) the name of the INCLUDE file.

ParameterDescription
inSrcName$ The name of file to source file
inIncludeName$ The name of the include file
Returns The name of the INCLUDE file relative to the location of the Eclipse project source directory.

Properties inherited from: path_resolver

_version$

Methods inherited from: path_resolver

resolve$()