org.eclipse.cdt.managedbuilder.internal.buildmodel
Class GenDirInfo

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.buildmodel.GenDirInfo

public class GenDirInfo
extends java.lang.Object

This class represents the generated directory information NOTE: This class is subject to change and discuss, and is currently available in experimental mode only


Constructor Summary
GenDirInfo(IConfiguration cfg)
           
GenDirInfo(org.eclipse.core.resources.IProject proj)
           
 
Method Summary
 void createDir(IBuildResource rc, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void createIfProjectDir(org.eclipse.core.runtime.IPath fullPath, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenDirInfo

public GenDirInfo(org.eclipse.core.resources.IProject proj)

GenDirInfo

public GenDirInfo(IConfiguration cfg)
Method Detail

createDir

public void createDir(IBuildResource rc,
                      org.eclipse.core.runtime.IProgressMonitor monitor)

createIfProjectDir

public void createIfProjectDir(org.eclipse.core.runtime.IPath fullPath,
                               org.eclipse.core.runtime.IProgressMonitor monitor)