Uses of Interface
org.eclipse.cdt.managedbuilder.makegen.IManagedDependencyInfo

Packages that use IManagedDependencyInfo
org.eclipse.cdt.managedbuilder.makegen   
org.eclipse.cdt.managedbuilder.makegen.gnu   
org.eclipse.cdt.managedbuilder.pdomdepgen   
 

Uses of IManagedDependencyInfo in org.eclipse.cdt.managedbuilder.makegen
 

Subinterfaces of IManagedDependencyInfo in org.eclipse.cdt.managedbuilder.makegen
 interface IManagedDependencyCalculator
           
 interface IManagedDependencyCommands
           
 interface IManagedDependencyPreBuild
           
 

Methods in org.eclipse.cdt.managedbuilder.makegen that return IManagedDependencyInfo
 IManagedDependencyInfo IManagedDependencyGenerator2.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
          Returns an instance of IManagedDependencyInfo for this source file.
 IManagedDependencyInfo IManagedDependencyGenerator2.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, org.eclipse.core.resources.IResource resource, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
          Returns an instance of IManagedDependencyInfo for this source file.
 

Uses of IManagedDependencyInfo in org.eclipse.cdt.managedbuilder.makegen.gnu
 

Classes in org.eclipse.cdt.managedbuilder.makegen.gnu that implement IManagedDependencyInfo
 class DefaultGCCDependencyCalculator2Commands
          This dependency calculator uses the GCC -MMD -MF -MP -MT options in order to generate .d files as a side effect of compilation.
 class DefaultGCCDependencyCalculator3Commands
          This dependency calculator uses the same dependency management technique as the DefaultGCCDependencyCalculator.
 class DefaultGCCDependencyCalculatorPreBuildCommands
          This dependency calculator uses the GCC -MM -MF -MP -MT options in order to generate .d files as separate step prior to the source compilations.
 

Methods in org.eclipse.cdt.managedbuilder.makegen.gnu that return IManagedDependencyInfo
 IManagedDependencyInfo DefaultGCCDependencyCalculatorPreBuild.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo DefaultGCCDependencyCalculator3.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo DefaultGCCDependencyCalculator2.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo DefaultGCCDependencyCalculatorPreBuild.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, org.eclipse.core.resources.IResource resource, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo DefaultGCCDependencyCalculator3.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, org.eclipse.core.resources.IResource resource, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo DefaultGCCDependencyCalculator2.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, org.eclipse.core.resources.IResource resource, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 

Uses of IManagedDependencyInfo in org.eclipse.cdt.managedbuilder.pdomdepgen
 

Classes in org.eclipse.cdt.managedbuilder.pdomdepgen that implement IManagedDependencyInfo
 class PDOMDependencyCalculator
           
 

Methods in org.eclipse.cdt.managedbuilder.pdomdepgen that return IManagedDependencyInfo
 IManagedDependencyInfo PDOMDependencyGenerator.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)
           
 IManagedDependencyInfo PDOMDependencyGenerator.getDependencySourceInfo(org.eclipse.core.runtime.IPath source, org.eclipse.core.resources.IResource resource, IBuildObject buildContext, ITool tool, org.eclipse.core.runtime.IPath topBuildDirectory)