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)
|
resolveBuildPaths
java.lang.String[] resolveBuildPaths(int pathType,
java.lang.String variableName,
java.lang.String variableValue,
IConfiguration configuration)
- Parameters:
pathType
- one of the IEnvVarBuildPath.BUILDPATH _xxxvariableName
- represents the name of the variable that holds the build pathsvariableValue
- represents the value of the value specified with the
variableName argumentconfiguration
- represents configuration for which the build paths are requested