org.eclipse.cdt.make.internal.core.scannerconfig.util
Class CygpathTranslator

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.scannerconfig.util.CygpathTranslator

public class CygpathTranslator
extends java.lang.Object

Use binary parser's 'cygpath' command to translate cygpaths to absolute paths.

Author:
vhirsl

Constructor Summary
CygpathTranslator(org.eclipse.core.resources.IProject project)
           
 
Method Summary
static java.util.List translateIncludePaths(org.eclipse.core.resources.IProject project, java.util.List sumIncludes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CygpathTranslator

public CygpathTranslator(org.eclipse.core.resources.IProject project)
Method Detail

translateIncludePaths

public static java.util.List translateIncludePaths(org.eclipse.core.resources.IProject project,
                                                   java.util.List sumIncludes)
Parameters:
sumIncludes -
Returns: