org.eclipse.cdt.managedbuilder.core
Interface IBuildPathResolver

All Known Implementing Classes:
CygwinPathResolver, EnvironmentVariableProvider.DefaultBuildPathResolver

public interface IBuildPathResolver

this interface is to be implemented by the tool-integrator to provide some specific logic for resolving the build path variable values to the build paths

Since:
3.0

Method Summary
 java.lang.String[] resolveBuildPaths(int pathType, java.lang.String variableName, java.lang.String variableValue, IConfiguration configuration)
           
 

Method Detail

resolveBuildPaths

java.lang.String[] resolveBuildPaths(int pathType,
                                     java.lang.String variableName,
                                     java.lang.String variableValue,
                                     IConfiguration configuration)
Parameters:
pathType - one of the IEnvVarBuildPath.BUILDPATH _xxx
variableName - represents the name of the variable that holds the build paths
variableValue - represents the value of the value specified with the variableName argument
configuration - represents configuration for which the build paths are requested