Uses of Class
com.github.maven_nar.cpptasks.ide.ProjectDef

Packages that use ProjectDef
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.devstudio Adapters for Microsoft tools. 
com.github.maven_nar.cpptasks.ide IDE project file generation. 
 

Uses of ProjectDef in com.github.maven_nar.cpptasks
 

Methods in com.github.maven_nar.cpptasks with parameters of type ProjectDef
 void CCTask.addProject(ProjectDef projectDef)
          Specifies the generation of IDE project file.
 

Uses of ProjectDef in com.github.maven_nar.cpptasks.apple
 

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

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

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

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

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type ProjectDef
 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 ProjectDef in com.github.maven_nar.cpptasks.ide
 

Methods in com.github.maven_nar.cpptasks.ide with parameters of type ProjectDef
 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.