Uses of Class
net.sf.antcontrib.cpptasks.ide.ProjectDef
-
Packages that use ProjectDef Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.apple Project writer for Apple Xcodenet.sf.antcontrib.cpptasks.borland Adapter for Borland tools.net.sf.antcontrib.cpptasks.devstudio Adapters for Microsoft tools.net.sf.antcontrib.cpptasks.ide IDE project file generation. -
-
Uses of ProjectDef in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type ProjectDef Modifier and Type Method Description voidCCTask. addProject(ProjectDef projectDef)Specifies the generation of IDE project file. -
Uses of ProjectDef in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type ProjectDef Modifier and Type Method Description voidXcodeProjectWriter. writeProject(java.io.File fileName, CCTask task, ProjectDef projectDef, java.util.List sources, java.util.Hashtable targets, TargetInfo linkTarget)Writes a project definition file. -
Uses of ProjectDef in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type ProjectDef Modifier and Type Method Description voidCBuilderXProjectWriter. writeProject(java.io.File fileName, CCTask task, ProjectDef projectDef, java.util.List sources, java.util.Hashtable targets, TargetInfo linkTarget)Writes a project definition file. -
Uses of ProjectDef in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type ProjectDef Modifier and Type Method Description voidDevStudioProjectWriter. writeProject(java.io.File fileName, CCTask task, ProjectDef projectDef, java.util.List files, java.util.Hashtable targets, TargetInfo linkTarget)Writes a project definition file.voidVisualStudioNETProjectWriter. writeProject(java.io.File fileName, CCTask task, ProjectDef projectDef, java.util.List sources, java.util.Hashtable targets, TargetInfo linkTarget)Writes a project definition file.private voidDevStudioProjectWriter. writeWorkspace(java.io.Writer writer, ProjectDef project, java.lang.String projectName, java.io.File dspFile) -
Uses of ProjectDef in net.sf.antcontrib.cpptasks.ide
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type ProjectDef Modifier and Type Method Description voidProjectWriter. writeProject(java.io.File baseName, CCTask task, ProjectDef projectDef, java.util.List files, java.util.Hashtable targets, TargetInfo linkTarget)Write project definition file.
-