Uses of Class
com.github.maven_nar.cpptasks.TargetInfo

Packages that use TargetInfo
com.github.maven_nar.cpptasks C++ and other compiled languages build support for Ant. 
com.github.maven_nar.cpptasks.apple Project writer for Apple Xcode 
com.github.maven_nar.cpptasks.borland Adapter for Borland tools. 
com.github.maven_nar.cpptasks.compiler   
com.github.maven_nar.cpptasks.devstudio Adapters for Microsoft tools. 
com.github.maven_nar.cpptasks.ide IDE project file generation. 
 

Uses of TargetInfo in com.github.maven_nar.cpptasks
 

Methods in com.github.maven_nar.cpptasks that return TargetInfo
protected  TargetInfo CCTask.getLinkTarget(LinkerConfiguration linkerConfig, Vector objectFiles, Vector sysObjectFiles, Map compileTargets, VersionInfo versionInfo)
           
 

Methods in com.github.maven_nar.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 com.github.maven_nar.cpptasks.apple
 

Methods in com.github.maven_nar.cpptasks.apple with parameters of type TargetInfo
 void XcodeProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

Uses of TargetInfo in com.github.maven_nar.cpptasks.borland
 

Methods in com.github.maven_nar.cpptasks.borland with parameters of type TargetInfo
 void CBuilderXProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

Uses of TargetInfo in com.github.maven_nar.cpptasks.compiler
 

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type TargetInfo
 void CommandLineLinkerConfiguration.link(CCTask task, TargetInfo linkTarget)
           
 void LinkerConfiguration.link(CCTask task, TargetInfo linkTarget)
           
 

Uses of TargetInfo in com.github.maven_nar.cpptasks.devstudio
 

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type TargetInfo
 void VisualStudioNETProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 void DevStudioProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List files, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

Uses of TargetInfo in com.github.maven_nar.cpptasks.ide
 

Methods in com.github.maven_nar.cpptasks.ide with parameters of type TargetInfo
 void ProjectDef.execute(CCTask task, List sources, Map targets, TargetInfo linkTarget)
          Executes the task.
 void ProjectWriter.writeProject(File baseName, CCTask task, ProjectDef projectDef, List files, Map targets, TargetInfo linkTarget)
          Write project definition file.
 



Copyright © 2001-2013. All Rights Reserved.