Uses of Class
net.sf.antcontrib.cpptasks.TargetInfo

Packages that use TargetInfo
net.sf.antcontrib.cpptasks   
net.sf.antcontrib.cpptasks.compiler   
 

Uses of TargetInfo in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks that return TargetInfo
protected  TargetInfo CCTask.getLinkTarget(LinkerConfiguration linkerConfig, Vector objectFiles, Vector sysObjectFiles, Hashtable compileTargets)
           
 

Methods in net.sf.antcontrib.cpptasks with parameters of type TargetInfo
 void TargetHistoryTable.markForRebuild(TargetInfo targetInfo)
           
 boolean DependencyTable.needsRebuild(CCTask task, TargetInfo target, int dependencyDepth)
          Determines if the specified target needs to be rebuilt.
 void TargetHistoryTable.update(TargetInfo linkTarget)
           
 

Uses of TargetInfo in net.sf.antcontrib.cpptasks.compiler
 

Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetInfo
 void CommandLineLinkerConfiguration.link(CCTask task, TargetInfo linkTarget)
           
 void LinkerConfiguration.link(CCTask task, TargetInfo linkTarget)