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

Packages that use ProjectDef
com.github.maven_nar.cpptasks   
com.github.maven_nar.cpptasks.apple   
com.github.maven_nar.cpptasks.borland   
com.github.maven_nar.cpptasks.devstudio   
com.github.maven_nar.cpptasks.ide   
 

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 © 2002-2013 The Apache Software Foundation. All Rights Reserved.