org.eclipse.cdt.make.core
Class MakeBuilderUtil

java.lang.Object
  extended by org.eclipse.cdt.make.core.MakeBuilderUtil

public class MakeBuilderUtil
extends java.lang.Object


Constructor Summary
MakeBuilderUtil()
           
 
Method Summary
static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project, IMakeBuilderInfo info)
           
static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath subPath, java.lang.String builderID)
           
static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project, java.lang.String builderID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeBuilderUtil

public MakeBuilderUtil()
Method Detail

getBuildDirectory

public static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project,
                                                               org.eclipse.core.runtime.IPath subPath,
                                                               java.lang.String builderID)

getBuildDirectory

public static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project,
                                                               java.lang.String builderID)

getBuildDirectory

public static org.eclipse.core.runtime.IPath getBuildDirectory(org.eclipse.core.resources.IProject project,
                                                               IMakeBuilderInfo info)