org.eclipse.cdt.managedbuilder.gnu.cygwin
Class CygwinPathResolver
java.lang.Object
org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver
- All Implemented Interfaces:
- IBuildPathResolver
public class CygwinPathResolver
- extends java.lang.Object
- implements IBuildPathResolver
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CygwinPathResolver
public CygwinPathResolver()
resolveBuildPaths
public java.lang.String[] resolveBuildPaths(int pathType,
java.lang.String variableName,
java.lang.String variableValue,
IConfiguration configuration)
- Specified by:
resolveBuildPaths
in interface IBuildPathResolver
- 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
getEtcPath
public static java.lang.String getEtcPath()
getBinPath
public static java.lang.String getBinPath()
getRootPath
public static java.lang.String getRootPath()
isWindows
public static boolean isWindows()
- Returns:
isMinGW
public static boolean isMinGW(IConfiguration cfg)